Home | History | Annotate | Download | only in i18n

Lines Matching refs:findOrInsertNodeForRootCE

489         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) {