Home | History | Annotate | Download | only in common

Lines Matching defs:cp2

1162     UChar32 c1, c2, cp1, cp2;
1330 cp2=c2;
1336 /* advance ++s2; only below if cp2 decomposes/case-folds */
1337 cp2=U16_GET_SUPPLEMENTARY(c2, c);
1341 cp2=U16_GET_SUPPLEMENTARY(c, c2);
1398 (length=ucase_toFullFolding(csp, (UChar32)cp2, &p, options))>=0
1400 /* cp2 case-folds to the code point "length" or to p[length] */
1447 * code point order comparison must not just return cp1-cp2
1449 * that formed cp1 and cp2 may be from different string indexes
1452 * c1=d800 cp1=10001 c2=dc00 cp2=10000
1453 * cp1-cp2>0 but c1-c2<0 and in fact in UTF-32 it is { d800 10001 } < { 10000 }