Home
last modified time | relevance | path

Searched refs:hasWeights (Results 1 – 4 of 4) sorted by relevance

/external/icu/android_icu4j/src/main/java/android/icu/util/
DLocalePriorityList.java224 private boolean hasWeights = false; // other than 1.0 field in LocalePriorityList.Builder
239 hasWeights = true; in Builder()
268 if (hasWeights) {
287 hasWeights = false;
368 hasWeights = true;
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
DLocalePriorityList.java233 private boolean hasWeights = false; // other than 1.0 field in LocalePriorityList.Builder
248 hasWeights = true; in Builder()
279 if (hasWeights) {
298 hasWeights = false;
383 hasWeights = true;
/external/icu/icu4c/source/common/
Dlocaleprioritylist.cpp226 if (weight < WEIGHT_ONE) { hasWeights = true; } in add()
234 if (U_FAILURE(errorCode) || getLength() <= 1 || !hasWeights) { return; } in sort()
Dlocaleprioritylist.h109 bool hasWeights = false; // other than 1.0 variable