Searched defs:nextSkippedCodePoint (Results 1 - 1 of 1) sorted by relevance

/external/icu/icu4c/source/i18n/
H A Dcollationiterator.cpp315 // avoiding the function call and the nextSkippedCodePoint() overhead.
330 nextCp = nextSkippedCodePoint(errorCode);
469 CollationIterator::nextSkippedCodePoint(UErrorCode &errorCode) { function in class:CollationIterator
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; }

Completed in 75 milliseconds