Lines Matching refs:p_end
943 const uint8_t *p, *p_end; in unicode_script() local
966 p_end = unicode_script_table + countof(unicode_script_table); in unicode_script()
968 while (p < p_end) { in unicode_script()
998 p_end = unicode_script_ext_table + countof(unicode_script_ext_table); in unicode_script()
1000 while (p < p_end) { in unicode_script()
1061 const uint8_t *p, *p_end; in unicode_general_category1() local
1065 p_end = unicode_gc_table + countof(unicode_gc_table); in unicode_general_category1()
1067 while (p < p_end) { in unicode_general_category1()
1113 const uint8_t *p, *p_end; in unicode_prop1() local
1117 p_end = p + unicode_prop_len_table[prop_idx]; in unicode_prop1()
1120 while (p < p_end) { in unicode_prop1()