Home | History | Annotate | Download | only in dumpce

Lines Matching defs:ch1

751     UChar     *ch1   = ((ScriptElement *)elem1)->ch;
758 int result = ucol_strcoll(COLLATOR_, ch1, size1, ch2, size2);
761 result = ucol_strcoll(COLLATOR_, ch1, size1, ch2, size2);
764 result = ucol_strcoll(COLLATOR_, ch1, size1, ch2, size2);
1112 UChar *ch1 = ((ScriptElement *)elem1)->ch; // key
1114 ch1[((ScriptElement *)elem1)->count] = 0;
1118 return u_strcmp(ch1, ch2);
1123 UChar *ch1 = se.ch;
1125 ch1[se.count] = 0;
1129 if (u_strstr(ch1, ch2) != NULL) {
1136 int size = unorm_normalize(ch1, se.count, UNORM_NFD, 0, norm, 32,