Searched refs:bestMatch (Results 1 - 4 of 4) sorted by relevance

/openjdk7/jdk/src/windows/native/java/util/
H A DTimeZone_md.c415 char bestMatch[MAX_ZONE_CHAR]; local
418 bestMatch[0] = '\0';
481 strncpy(bestMatch, items[TZ_JAVA_NAME], MAX_ZONE_CHAR);
487 strncpy(bestMatch, items[TZ_JAVA_NAME], MAX_ZONE_CHAR);
500 if (javaTZName == NULL && bestMatch[0] != '\0') {
501 javaTZName = _strdup(bestMatch);
/openjdk7/jdk/src/share/classes/java/text/
H A DSimpleDateFormat.java1513 int bestMatchLength = 0, bestMatch = -1;
1522 bestMatch = i;
1526 if (bestMatch >= 0)
1528 calb.set(field, bestMatch);
1542 String bestMatch = null;
1546 if (bestMatch == null || length > bestMatch.length()) {
1548 bestMatch = name;
1553 if (bestMatch != null) {
1554 calb.set(field, data.get(bestMatch));
[all...]
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/jdi/
H A DConcreteMethodImpl.java322 LocationImpl bestMatch = (LocationImpl)iter.next();
328 bestMatch = current;
330 return bestMatch.getLineInfo(stratum);
/openjdk7/jdk/src/share/classes/com/sun/tools/jdi/
H A DConcreteMethodImpl.java204 LocationImpl bestMatch = (LocationImpl)iter.next();
210 bestMatch = current;
212 return bestMatch.getLineInfo(stratum);

Completed in 28 milliseconds