Searched refs:bestValue (Results 1 – 4 of 4) sorted by relevance
74 int bestValue = -1; in next() local80 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()
72 int bestValue = -1; in next() local78 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()
259 int32_t bestValue = -1; in breakExceptionAt() local282 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()
153 double bestValue = 0.0; in getSystemRegistryString()169 if (dvalue > bestValue) { in getSystemRegistryString()180 bestValue = dvalue; in getSystemRegistryString()