Searched refs:bestValue (Results 1 – 6 of 6) sorted by relevance
70 int bestValue = -1; in breakExceptionAt() local92 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()
68 int bestValue = -1; in breakExceptionAt() local90 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()
72 String bestValue = null; in toBytes() local89 bestValue = matcher.getMatchValue(); in toBytes()97 bytePosition = byteMaker.toBytes(bestValue, output, bytePosition); in toBytes()
788 String bestValue = possibilities.iterator().next(); // pick first value789 loadItem(map, formatted, ZONE_VALUE_MAP.get(bestValue), Type.TIMEZONE);
261 int32_t bestValue = -1; in breakExceptionAt() local284 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()
167 double bestValue = 0.0; in getSystemRegistryString()184 if (dvalue > bestValue) { in getSystemRegistryString()195 bestValue = dvalue; in getSystemRegistryString()