Home | History | Annotate | Download | only in dumpce

Lines Matching defs:ch2

752     UChar     *ch2   = ((ScriptElement *)elem2)->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);
1113 UChar *ch2 = ((ScriptElement *)elem2)->ch;
1115 ch2[((ScriptElement *)elem2)->count] = 0;
1118 return u_strcmp(ch1, ch2);
1124 UChar *ch2 = key.ch; // key
1126 ch2[key.count] = 0;
1129 if (u_strstr(ch1, ch2) != NULL) {
1141 if (u_strstr(norm, ch2) != NULL) {