Lines Matching defs:cp1
168 UChar32 c1, c2, cp1, cp2;
282 cp1=c1;
288 /* advance ++s1; only below if cp1 decomposes/case-folds */
289 cp1=U16_GET_SUPPLEMENTARY(c1, c);
293 cp1=U16_GET_SUPPLEMENTARY(c, c1);
320 (length=ucase_toFullFolding(csp, (UChar32)cp1, &p, options))>=0
322 /* cp1 case-folds to the code point "length" or to p[length] */
410 0!=(p=nfcImpl->getDecomposition((UChar32)cp1, decomp1, length))
412 /* cp1 decomposes into p[length] */
495 * code point order comparison must not just return cp1-cp2
497 * that formed cp1 and cp2 may be from different string indexes
500 * c1=d800 cp1=10001 c2=dc00 cp2=10000
501 * cp1-cp2>0 but c1-c2<0 and in fact in UTF-32 it is { d800 10001 } < { 10000 }