Lines Matching refs:nextCp
314 UChar32 nextCp; in appendCEsFromCE32() local
318 nextCp = nextCodePoint(errorCode); in appendCEsFromCE32()
319 if(nextCp < 0) { in appendCEsFromCE32()
324 !CollationFCD::mayHaveLccc(nextCp)) { in appendCEsFromCE32()
332 nextCp = nextSkippedCodePoint(errorCode); in appendCEsFromCE32()
333 if(nextCp < 0) { in appendCEsFromCE32()
338 !CollationFCD::mayHaveLccc(nextCp)) { in appendCEsFromCE32()
346 ce32 = nextCE32FromContraction(d, ce32, p + 2, defaultCE32, nextCp, errorCode); in appendCEsFromCE32()
507 UChar32 nextCp; in nextCE32FromContraction() local
515 } else if(match == USTRINGTRIE_NO_MATCH || (nextCp = nextSkippedCodePoint(errorCode)) < 0) { in nextCE32FromContraction()
546 c = nextCp; in nextCE32FromContraction()
582 UChar32 nextCp = nextSkippedCodePoint(errorCode); in nextCE32FromDiscontiguousContraction() local
583 if(nextCp < 0) { in nextCE32FromDiscontiguousContraction()
590 fcd16 = d->getFCD16(nextCp); in nextCE32FromDiscontiguousContraction()
628 c = nextCp; in nextCE32FromDiscontiguousContraction()