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

  /external/icu/icu4c/source/i18n/
collationbuilder.h 244 static inline int64_t nodeFromWeight16(uint32_t weight16) {
collationbuilder.cpp 434 node = nodeFromWeight16(weight16) | nodeFromStrength(strength);
454 node = nodeFromWeight16(BEFORE_WEIGHT16) | nodeFromStrength(strength);
456 node = nodeFromWeight16(Collation::COMMON_WEIGHT16) | hasBefore3 |
    [all...]

Completed in 252 milliseconds