Searched refs:setWeightTrail (Results 1 - 3 of 3) sorted by relevance

/external/icu/android_icu4j/src/main/java/android/icu/impl/coll/
H A DCollationWeights.java197 private static long setWeightTrail(long weight, int length, int trail) { method in class:CollationWeights
278 range.start=setWeightTrail(range.start, length, minBytes[length]);
279 range.end=setWeightTrail(range.end, length, maxBytes[length]);
340 lower[length].end=setWeightTrail(weight, length, maxBytes[length]);
359 upper[length].start=setWeightTrail(weight, length, minBytes[length]);
/external/icu/icu4j/main/classes/collate/src/com/ibm/icu/impl/coll/
H A DCollationWeights.java195 private static long setWeightTrail(long weight, int length, int trail) { method in class:CollationWeights
276 range.start=setWeightTrail(range.start, length, minBytes[length]);
277 range.end=setWeightTrail(range.end, length, maxBytes[length]);
338 lower[length].end=setWeightTrail(weight, length, maxBytes[length]);
357 upper[length].start=setWeightTrail(weight, length, minBytes[length]);
/external/icu/icu4c/source/i18n/
H A Dcollationweights.cpp49 setWeightTrail(uint32_t weight, int32_t length, uint32_t trail) { function
188 range.start=setWeightTrail(range.start, length, minBytes[length]);
189 range.end=setWeightTrail(range.end, length, maxBytes[length]);
268 lower[length].end=setWeightTrail(weight, length, maxBytes[length]);
286 upper[length].start=setWeightTrail(weight, length, minBytes[length]);

Completed in 564 milliseconds