Home
last modified time | relevance | path

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

/external/icu/icu4c/source/common/
Dlocaleprioritylist.cpp34 constexpr int32_t WEIGHT_ONE = 1000; variable
93 return weight <= WEIGHT_ONE ? weight : -1; // bad if > 1.0 in parseWeight()
139 int32_t weight = WEIGHT_ONE; in LocalePriorityList()
226 if (weight < WEIGHT_ONE) { hasWeights = true; } in add()