HomeSort by relevance Sort by last modified time
    Searched refs:findOrInsertNodeForRootCE (Results 1 - 3 of 3) sorted by null

  /external/icu/icu4c/source/i18n/
collationbuilder.h 74 int32_t findOrInsertNodeForRootCE(int64_t ce, int32_t strength, UErrorCode &errorCode);
collationbuilder.cpp 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);
    [all...]
  /prebuilts/misc/common/icu4j/
icu4j.jar 

Completed in 111 milliseconds