Home | History | Annotate | Download | only in i18n

Lines Matching defs:nextSkippedCodePoint

315                 // avoiding the function call and the nextSkippedCodePoint() overhead.
330 nextCp = nextSkippedCodePoint(errorCode);
469 CollationIterator::nextSkippedCodePoint(UErrorCode &errorCode) {
508 if(!USTRINGTRIE_HAS_NEXT(match) || (c = nextSkippedCodePoint(errorCode)) < 0) {
513 } else if(match == USTRINGTRIE_NO_MATCH || (nextCp = nextSkippedCodePoint(errorCode)) < 0) {
529 c = nextSkippedCodePoint(errorCode);
580 UChar32 nextCp = nextSkippedCodePoint(errorCode);
644 if((c = nextSkippedCodePoint(errorCode)) < 0) { break; }