Lines Matching refs:c1
27 int c1, c2; in utf8_strncmp() local
36 c1 = utf8byte(&cur1); in utf8_strncmp()
39 if (c1 < 0 || c2 < 0) in utf8_strncmp()
41 if (c1 != c2) in utf8_strncmp()
43 } while (c1); in utf8_strncmp()
54 int c1, c2; in utf8_strncasecmp() local
63 c1 = utf8byte(&cur1); in utf8_strncasecmp()
66 if (c1 < 0 || c2 < 0) in utf8_strncasecmp()
68 if (c1 != c2) in utf8_strncasecmp()
70 } while (c1); in utf8_strncasecmp()
85 int c1, c2; in utf8_strncasecmp_folded() local
92 c1 = utf8byte(&cur1); in utf8_strncasecmp_folded()
94 if (c1 < 0) in utf8_strncasecmp_folded()
96 if (c1 != c2) in utf8_strncasecmp_folded()
98 } while (c1); in utf8_strncasecmp_folded()