Lines Matching defs:errorCode
35 CollationIterator::CEBuffer::ensureAppendCapacity(int32_t appCap, UErrorCode &errorCode) { in ensureAppendCapacity()
153 UErrorCode errorCode = U_ZERO_ERROR; in CollationIterator() local
196 CollationIterator::fetchCEs(UErrorCode &errorCode) { in fetchCEs()
205 CollationIterator::handleNextCE32(UChar32 &c, UErrorCode &errorCode) { in handleNextCE32()
231 CollationIterator::getCE32FromBuilderData(uint32_t /*ce32*/, UErrorCode &errorCode) { in getCE32FromBuilderData()
238 UErrorCode &errorCode) { in nextCEFromCE32()
250 UBool forward, UErrorCode &errorCode) { in appendCEsFromCE32()
447 UErrorCode &errorCode) { in getCE32FromPrefix()
469 CollationIterator::nextSkippedCodePoint(UErrorCode &errorCode) { in nextSkippedCodePoint()
479 CollationIterator::backwardNumSkipped(int32_t n, UErrorCode &errorCode) { in backwardNumSkipped()
490 UErrorCode &errorCode) { in nextCE32FromContraction()
558 UErrorCode &errorCode) { in nextCE32FromDiscontiguousContraction()
685 CollationIterator::appendNumericCEs(uint32_t ce32, UBool forward, UErrorCode &errorCode) { in appendNumericCEs()
743 …ationIterator::appendNumericSegmentCEs(const char *digits, int32_t length, UErrorCode &errorCode) { in appendNumericSegmentCEs()
840 CollationIterator::previousCE(UVector32 &offsets, UErrorCode &errorCode) { in previousCE()
882 CollationIterator::previousCEUnsafe(UChar32 c, UVector32 &offsets, UErrorCode &errorCode) { in previousCEUnsafe()