Home
last modified time | relevance | path

Searched refs:appendNumericSegmentCEs (Results 1 – 2 of 2) sorted by relevance

/external/icu/icu4c/source/i18n/
Dcollationiterator.h302 void appendNumericSegmentCEs(const char *digits, int32_t length, UErrorCode &errorCode);
Dcollationiterator.cpp737 appendNumericSegmentCEs(digits.data() + pos, segmentLength, errorCode); in appendNumericCEs()
743 CollationIterator::appendNumericSegmentCEs(const char *digits, int32_t length, UErrorCode &errorCod… in appendNumericSegmentCEs() function in CollationIterator