HomeSort by relevance Sort by last modified time
    Searched refs:bestWeight (Results 1 - 6 of 6) sorted by null

  /external/icu/android_icu4j/src/main/java/android/icu/util/
LocaleMatcher.java 181 double bestWeight = 0;
188 if (weight > bestWeight) {
189 bestWeight = weight;
194 if (bestWeight < threshold) {
252 double bestWeight = 0;
267 if (weight > bestWeight) {
268 bestWeight = weight;
276 if (bestWeight < threshold) {
280 outputWeight.value = bestWeight; // only return the weight when needed
    [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
LocaleMatcher.java 185 double bestWeight = 0;
192 if (weight > bestWeight) {
193 bestWeight = weight;
198 if (bestWeight < threshold) {
259 double bestWeight = 0;
274 if (weight > bestWeight) {
275 bestWeight = weight;
283 if (bestWeight < threshold) {
287 outputWeight.value = bestWeight; // only return the weight when needed
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
TargetLowering.cpp     [all...]
  /prebuilts/misc/common/icu4j/
icu4j.jar 
  /prebuilts/tools/common/m2/repository/com/ibm/icu/icu4j/53.1/
icu4j-53.1.jar 
  /prebuilts/tools/common/m2/repository/com/ibm/icu/icu4j/54.1.1/
icu4j-54.1.1.jar 

Completed in 186 milliseconds