Searched refs:unicode_attributes (Results 1 – 1 of 1) sorted by relevance
77 uni = &unicode_attributes[i]; in fill_attribute()155 unicode_attributes[i].name = NULL; in fill_attributes()255 if (unicode_attributes[ch].name != NULL in to_upper()257 return unicode_attributes[ch].upper; in to_upper()265 if (unicode_attributes[ch].name != NULL in to_lower()267 return unicode_attributes[ch].lower; in to_lower()275 if (unicode_attributes[ch].name != NULL in to_title()277 return unicode_attributes[ch].title; in to_title()362 || (unicode_attributes[ch].name != NULL in is_blank()380 || (unicode_attributes[ch].name != NULL in is_space()[all …]
Completed in 9 milliseconds