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

  /external/icu/icu4c/source/i18n/
collationbuilder.h 104 int32_t findCommonNode(int32_t index, int32_t strength) const;
collationbuilder.cpp 359 index = findCommonNode(index, UCOL_SECONDARY);
361 index = findCommonNode(index, UCOL_TERTIARY);
    [all...]

Completed in 216 milliseconds