Searched refs:findOrInsertNodeForRootCE (Results 1 - 2 of 2) sorted by relevance

/external/icu/icu4c/source/i18n/
H A Dcollationbuilder.h74 int32_t findOrInsertNodeForRootCE(int64_t ce, int32_t strength, UErrorCode &errorCode);
H A Dcollationbuilder.cpp489 int32_t index = findOrInsertNodeForRootCE(0, UCOL_TERTIARY, errorCode);
508 int32_t index = findOrInsertNodeForRootCE(0, UCOL_SECONDARY, errorCode);
577 int32_t index = findOrInsertNodeForRootCE(ce, strength, errorCode);
601 index = findOrInsertNodeForRootCE(ce, UCOL_PRIMARY, errorCode);
787 return findOrInsertNodeForRootCE(ce, strength, errorCode);
791 CollationBuilder::findOrInsertNodeForRootCE(int64_t ce, int32_t strength, UErrorCode &errorCode) { function in class:CollationBuilder

Completed in 74 milliseconds