Home
last modified time | relevance | path

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

/external/icu/android_icu4j/src/main/java/android/icu/impl/
DSimpleFilteredSentenceBreakIterator.java70 int bestValue = -1; in breakExceptionAt() local
92 bestValue = backwardsTrie.getValue(); in breakExceptionAt()
97 bestValue = backwardsTrie.getValue(); in breakExceptionAt()
102 if (bestValue == Builder.MATCH) { // exact match! in breakExceptionAt()
104 } else if (bestValue == Builder.PARTIAL && forwardsPartialTrie != null) { in breakExceptionAt()
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
DSimpleFilteredSentenceBreakIterator.java68 int bestValue = -1; in breakExceptionAt() local
90 bestValue = backwardsTrie.getValue(); in breakExceptionAt()
95 bestValue = backwardsTrie.getValue(); in breakExceptionAt()
100 if (bestValue == Builder.MATCH) { // exact match! in breakExceptionAt()
102 } else if (bestValue == Builder.PARTIAL && forwardsPartialTrie != null) { in breakExceptionAt()
/external/cldr/tools/java/org/unicode/cldr/util/
DDictionaryStringByteConverter.java72 String bestValue = null; in toBytes() local
89 bestValue = matcher.getMatchValue(); in toBytes()
97 bytePosition = byteMaker.toBytes(bestValue, output, bytePosition); in toBytes()
DLenientDateParser.java788 String bestValue = possibilities.iterator().next(); // pick first value
789 loadItem(map, formatted, ZONE_VALUE_MAP.get(bestValue), Type.TIMEZONE);
/external/icu/icu4c/source/common/
Dfilteredbrk.cpp261 int32_t bestValue = -1; in breakExceptionAt() local
284 bestValue = fData->fBackwardsTrie->getValue(); in breakExceptionAt()
291 bestValue = fData->fBackwardsTrie->getValue(); in breakExceptionAt()
303 if(bestValue == kMATCH) { // exact match! in breakExceptionAt()
306 } else if(bestValue == kPARTIAL in breakExceptionAt()
/external/clang/lib/Driver/
DMSVCToolChain.cpp167 double bestValue = 0.0; in getSystemRegistryString()
184 if (dvalue > bestValue) { in getSystemRegistryString()
195 bestValue = dvalue; in getSystemRegistryString()