Home
last modified time | relevance | path

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

/third_party/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()
227 if (weight < WEIGHT_ONE) { hasWeights = true; } in add()
/third_party/node/deps/icu-small/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()
227 if (weight < WEIGHT_ONE) { hasWeights = true; } in add()
/third_party/skia/third_party/externals/icu/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()
227 if (weight < WEIGHT_ONE) { hasWeights = true; } in add()