Home
last modified time | relevance | path

Searched refs:LONG_NAME (Results 1 – 3 of 3) sorted by relevance

/libcore/luni/src/main/java/libcore/icu/
DTimeZoneNames.java38 public static final int LONG_NAME = 1; field in TimeZoneNames
121 return (style == TimeZone.LONG) ? row[LONG_NAME] : row[SHORT_NAME]; in getDisplayName()
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/prefs/
DAbstractPreferencesTest.java72 private final static String LONG_NAME; field in AbstractPreferencesTest
79 LONG_NAME = LONG_VALUE.substring(0, Preferences.MAX_NAME_LENGTH);
461 pref.node(LONG_NAME + "a"); in testNode()
465 assertNotNull(pref.node(LONG_NAME)); in testNode()
906 assertNull(p.getChildImpl(LONG_NAME + "a")); in testGetChild()
/libcore/luni/src/main/java/java/text/
DSimpleDateFormat.java1217 for (int i = TimeZoneNames.LONG_NAME; i < TimeZoneNames.NAME_COUNT; ++i) { in parseTimeZone()