Searched refs:accepted_chars (Results 1 – 2 of 2) sorted by relevance
46 const char * accepted_chars; /*Only these characters will be accepted. NULL: accept all*/ member
498 ta->accepted_chars = list; in lv_textarea_set_accepted_chars()654 return ta->accepted_chars; in lv_textarea_get_accepted_chars()816 ta->accepted_chars = NULL; in lv_textarea_constructor()1015 if(ta->accepted_chars == NULL || ta->accepted_chars[0] == '\0') return true; in char_is_accepted()1019 while(ta->accepted_chars[i] != '\0') { in char_is_accepted()1020 uint32_t a = _lv_txt_encoded_next(ta->accepted_chars, &i); in char_is_accepted()