Searched defs:getWeightByte (Results 1 - 3 of 3) sorted by relevance

/external/icu/android_icu4j/src/main/java/android/icu/impl/coll/
H A DCollationWeights.java202 private static int getWeightByte(long weight, int idx) { method in class:CollationWeights
248 int b=getWeightByte(weight, length);
262 offset += getWeightByte(weight, length);
/external/icu/icu4c/source/i18n/
H A Dcollationweights.cpp55 getWeightByte(uint32_t weight, int32_t idx) { function
156 uint32_t byte=getWeightByte(weight, length);
171 offset += getWeightByte(weight, length);
/external/icu/icu4j/main/classes/collate/src/com/ibm/icu/impl/coll/
H A DCollationWeights.java200 private static int getWeightByte(long weight, int idx) { method in class:CollationWeights
246 int b=getWeightByte(weight, length);
260 offset += getWeightByte(weight, length);

Completed in 147 milliseconds