Home
last modified time | relevance | path

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

/external/icu/android_icu4j/src/main/java/android/icu/util/
DLocaleMatcher.java191 OutputDouble matchWeight = new OutputDouble(); in getBestMatch()
253 private ULocale getBestMatchInternal(ULocale languageCode, OutputDouble outputWeight) { in getBestMatchInternal()
297 private static class OutputDouble { // TODO, move to where OutputInt is class in LocaleMatcher
/external/cldr/tools/java/com/ibm/icu/util/
DLocaleMatcher.java181 OutputDouble matchWeight = new OutputDouble(); in getBestMatch()
247 private ULocale getBestMatchInternal(ULocale languageCode, OutputDouble outputWeight) { in getBestMatchInternal()
286 public static class OutputDouble { // TODO, move to where OutputInt is class in LocaleMatcher
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
DLocaleMatcher.java195 OutputDouble matchWeight = new OutputDouble(); in getBestMatch()
260 private ULocale getBestMatchInternal(ULocale languageCode, OutputDouble outputWeight) { in getBestMatchInternal()
304 private static class OutputDouble { // TODO, move to where OutputInt is class in LocaleMatcher
/external/deqp-deps/glslang/glslang/MachineIndependent/
DintermOut.cpp1127 static void OutputDouble(TInfoSink& out, double value, TOutputTraverser::EExtraOutput extra) in OutputDouble() function
1195 OutputDouble(out, constUnion[i].getDConst(), extra); in OutputConstantUnion()