Lines Matching defs:errorCode
37 CollationIterator::CEBuffer::ensureAppendCapacity(int32_t appCap, UErrorCode &errorCode) { in ensureAppendCapacity()
155 UErrorCode errorCode = U_ZERO_ERROR; in CollationIterator() local
198 CollationIterator::fetchCEs(UErrorCode &errorCode) { in fetchCEs()
207 CollationIterator::handleNextCE32(UChar32 &c, UErrorCode &errorCode) { in handleNextCE32()
233 CollationIterator::getCE32FromBuilderData(uint32_t /*ce32*/, UErrorCode &errorCode) { in getCE32FromBuilderData()
240 UErrorCode &errorCode) { in nextCEFromCE32()
252 UBool forward, UErrorCode &errorCode) { in appendCEsFromCE32()
449 UErrorCode &errorCode) { in getCE32FromPrefix()
471 CollationIterator::nextSkippedCodePoint(UErrorCode &errorCode) { in nextSkippedCodePoint()
481 CollationIterator::backwardNumSkipped(int32_t n, UErrorCode &errorCode) { in backwardNumSkipped()
492 UErrorCode &errorCode) { in nextCE32FromContraction()
560 UErrorCode &errorCode) { in nextCE32FromDiscontiguousContraction()
687 CollationIterator::appendNumericCEs(uint32_t ce32, UBool forward, UErrorCode &errorCode) { in appendNumericCEs()
745 …ationIterator::appendNumericSegmentCEs(const char *digits, int32_t length, UErrorCode &errorCode) { in appendNumericSegmentCEs()
842 CollationIterator::previousCE(UVector32 &offsets, UErrorCode &errorCode) { in previousCE()
884 CollationIterator::previousCEUnsafe(UChar32 c, UVector32 &offsets, UErrorCode &errorCode) { in previousCEUnsafe()