Searched defs:TYPES (Results 1 - 2 of 2) sorted by relevance

/libcore/xml/src/main/java/org/xmlpull/v1/
H A DXmlPullParser.java147 // EVENT TYPES as reported by next()
322 * to a string. For example, the value of TYPES[START_TAG] is
330 String [] TYPES = { field in interface:XmlPullParser
1045 * throw new XmlPullParserException( "expected "+ TYPES[ type ]+getPositionDescription());
/libcore/ojluni/src/main/java/java/time/format/
H A DDateTimeFormatterBuilder.java3645 private static final TimeZoneNames.NameType[] TYPES = new TimeZoneNames.NameType[] { field in class:DateTimeFormatterBuilder.ZoneTextPrinterParser
3680 names = new String[TYPES.length + 1];
3684 timeZoneNames.getDisplayNames(canonicalId, TYPES, System.currentTimeMillis(),

Completed in 140 milliseconds