Searched refs:unicode_attributes (Results 1 – 1 of 1) sorted by relevance
58 struct unicode_attribute unicode_attributes [0x110000]; variable78 uni = &unicode_attributes[i]; in fill_attribute()156 unicode_attributes[i].name = NULL; in fill_attributes()349 unicode_width[i] = (unicode_attributes[i].name != NULL ? "N" : NULL); in fill_width()446 if (unicode_attributes[ch].name != NULL) in get_lbp()532 if (unicode_attributes[ch].category[0] == 'P' in get_lbp()533 && unicode_attributes[ch].category[1] == 's') in get_lbp()545 || (unicode_attributes[ch].category[0] == 'P' in get_lbp()546 && unicode_attributes[ch].category[1] == 'e')) in get_lbp()552 || (unicode_attributes[ch].category[0] == 'P' in get_lbp()[all …]