Home
last modified time | relevance | path

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

/external/cldr/tools/java/com/ibm/icu/util/
DLocaleMatcher.java178 double bestWeight = 0; in getBestMatch() local
185 if (weight > bestWeight) { in getBestMatch()
186 bestWeight = weight; in getBestMatch()
191 if (bestWeight < threshold) { in getBestMatch()
253 double bestWeight = 0; in getBestMatchInternal() local
268 if (weight > bestWeight) { in getBestMatchInternal()
269 bestWeight = weight; in getBestMatchInternal()
277 if (bestWeight < threshold) { in getBestMatchInternal()
281 outputWeight.value = bestWeight; // only return the weight when needed in getBestMatchInternal()
/external/icu/android_icu4j/src/main/java/android/icu/util/
DLocaleMatcher.java188 double bestWeight = 0; in getBestMatch() local
195 if (weight > bestWeight) { in getBestMatch()
196 bestWeight = weight; in getBestMatch()
201 if (bestWeight < threshold) { in getBestMatch()
259 double bestWeight = 0; in getBestMatchInternal() local
274 if (weight > bestWeight) { in getBestMatchInternal()
275 bestWeight = weight; in getBestMatchInternal()
283 if (bestWeight < threshold) { in getBestMatchInternal()
287 outputWeight.value = bestWeight; // only return the weight when needed in getBestMatchInternal()
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
DLocaleMatcher.java192 double bestWeight = 0; in getBestMatch() local
199 if (weight > bestWeight) { in getBestMatch()
200 bestWeight = weight; in getBestMatch()
205 if (bestWeight < threshold) { in getBestMatch()
266 double bestWeight = 0; in getBestMatchInternal() local
281 if (weight > bestWeight) { in getBestMatchInternal()
282 bestWeight = weight; in getBestMatchInternal()
290 if (bestWeight < threshold) { in getBestMatchInternal()
294 outputWeight.value = bestWeight; // only return the weight when needed in getBestMatchInternal()
/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
DTargetLowering.cpp2895 int bestWeight = -1; in ParseConstraints() local
2933 if (weightSum > bestWeight) { in ParseConstraints()
2934 bestWeight = weightSum; in ParseConstraints()
/external/llvm/lib/CodeGen/SelectionDAG/
DTargetLowering.cpp2505 int bestWeight = -1; in ParseConstraints() local
2543 if (weightSum > bestWeight) { in ParseConstraints()
2544 bestWeight = weightSum; in ParseConstraints()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/
DTargetLowering.cpp3140 int bestWeight = -1; in ParseConstraints() local
3178 if (weightSum > bestWeight) { in ParseConstraints()
3179 bestWeight = weightSum; in ParseConstraints()
/external/cldr/tools/java/libs/
Dicu4j.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/ibm/ com/ ...