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

/external/icu/icu4c/source/i18n/
H A Dcollationbuilder.h78 int32_t findOrInsertWeakNode(int32_t index, uint32_t weight16, int32_t level,
244 static inline int64_t nodeFromWeight16(uint32_t weight16) { argument
245 return (int64_t)weight16 << 48;
H A Dcollationbuilder.cpp366 uint32_t weight16 = weight16FromNode(node); local
367 if(weight16 == 0) {
376 U_ASSERT(weight16 >= Collation::COMMON_WEIGHT16);
378 if(weight16 == Collation::COMMON_WEIGHT16) {
401 weight16 = rootElements.getSecondaryBefore(p, weight16);
426 weight16 = rootElements.getTertiaryBefore(p, s, weight16);
427 U_ASSERT((weight16 & ~Collation::ONLY_TERTIARY_MASK) == 0);
430 if(previousWeightIndex >= 0 && weight16
866 findOrInsertWeakNode(int32_t index, uint32_t weight16, int32_t level, UErrorCode &errorCode) argument
[all...]

Completed in 1837 milliseconds