Searched refs:accapted_chars (Results 1 – 2 of 2) sorted by relevance
113 ext->accapted_chars = NULL; in lv_textarea_create()164 ext->accapted_chars = copy_ext->accapted_chars; in lv_textarea_create()832 ext->accapted_chars = list; in lv_textarea_set_accepted_chars()1074 return ext->accapted_chars; in lv_textarea_get_accepted_chars()1689 if(ext->accapted_chars == NULL && ext->max_length == 0) return true; in char_is_accepted()1697 if(ext->accapted_chars) { in char_is_accepted()1700 while(ext->accapted_chars[i] != '\0') { in char_is_accepted()1701 uint32_t a = _lv_txt_encoded_next(ext->accapted_chars, &i); in char_is_accepted()
52 const char * accapted_chars; /*Only these characters will be accepted. NULL: accept all*/ member