Lines Matching refs:nextCp
312 UChar32 nextCp; in appendCEsFromCE32() local
316 nextCp = nextCodePoint(errorCode); in appendCEsFromCE32()
317 if(nextCp < 0) { in appendCEsFromCE32()
322 !CollationFCD::mayHaveLccc(nextCp)) { in appendCEsFromCE32()
330 nextCp = nextSkippedCodePoint(errorCode); in appendCEsFromCE32()
331 if(nextCp < 0) { in appendCEsFromCE32()
336 !CollationFCD::mayHaveLccc(nextCp)) { in appendCEsFromCE32()
344 ce32 = nextCE32FromContraction(d, ce32, p + 2, defaultCE32, nextCp, errorCode); in appendCEsFromCE32()
505 UChar32 nextCp; in nextCE32FromContraction() local
513 } else if(match == USTRINGTRIE_NO_MATCH || (nextCp = nextSkippedCodePoint(errorCode)) < 0) { in nextCE32FromContraction()
544 c = nextCp; in nextCE32FromContraction()
580 UChar32 nextCp = nextSkippedCodePoint(errorCode); in nextCE32FromDiscontiguousContraction() local
581 if(nextCp < 0) { in nextCE32FromDiscontiguousContraction()
588 fcd16 = d->getFCD16(nextCp); in nextCE32FromDiscontiguousContraction()
626 c = nextCp; in nextCE32FromDiscontiguousContraction()