Home
last modified time | relevance | path

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

/external/icu/android_icu4j/src/main/java/android/icu/impl/
DSimpleFilteredSentenceBreakIterator.java74 int bestValue = -1; in next() local
80 bestValue = backwardsTrie.getValue(); in next()
85 bestValue = backwardsTrie.getValue(); in next()
90 if (bestValue == Builder.MATCH) { // exact match! in next()
95 } else if (bestValue == Builder.PARTIAL && forwardsPartialTrie != null) { in next()
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
DSimpleFilteredSentenceBreakIterator.java72 int bestValue = -1; in next() local
78 bestValue = backwardsTrie.getValue(); in next()
83 bestValue = backwardsTrie.getValue(); in next()
88 if (bestValue == Builder.MATCH) { // exact match! in next()
93 } else if (bestValue == Builder.PARTIAL && forwardsPartialTrie != null) { in next()
/external/icu/icu4c/source/common/
Dfilteredbrk.cpp259 int32_t bestValue = -1; in breakExceptionAt() local
282 bestValue = fData->fBackwardsTrie->getValue(); in breakExceptionAt()
289 bestValue = fData->fBackwardsTrie->getValue(); in breakExceptionAt()
301 if(bestValue == kMATCH) { // exact match! in breakExceptionAt()
304 } else if(bestValue == kPARTIAL in breakExceptionAt()
/external/clang/lib/Driver/
DMSVCToolChain.cpp153 double bestValue = 0.0; in getSystemRegistryString()
169 if (dvalue > bestValue) { in getSystemRegistryString()
180 bestValue = dvalue; in getSystemRegistryString()