Home
last modified time | relevance | path

Searched refs:APPEND_TIMEZONE (Results 1 – 2 of 2) sorted by relevance

/external/cldr/tools/cldr-unittest/src/org/unicode/cldr/unittest/
DTestPathHeader.java284 …static final String APPEND_TIMEZONE = "//ldml/dates/calendars/calendar[@type=\"gregorian\"]/dateTi… field in TestPathHeader
293 coverageLevel.getLevel(APPEND_TIMEZONE)); in TestAppendTimezone()
295 PathHeader ph = pathHeaderFactory.fromPath(APPEND_TIMEZONE); in TestAppendTimezone()
305 String description = pathDescription.getDescription(APPEND_TIMEZONE, in TestAppendTimezone()
313 .getStatus(APPEND_TIMEZONE); in TestAppendTimezone()
318 .get(APPEND_TIMEZONE); in TestAppendTimezone()
328 String example = eg.getExampleHtml(APPEND_TIMEZONE, in TestAppendTimezone()
329 cldrFile.getStringValue(APPEND_TIMEZONE)); in TestAppendTimezone()
/external/cldr/tools/java/org/unicode/cldr/test/
DCheckDates.java964 …static final String APPEND_TIMEZONE = "//ldml/dates/calendars/calendar[@type=\"gregorian\"]/dateTi… field in CheckDates
1027 … timezonePattern = getResolvedCldrFileToCheck().getStringValue(APPEND_TIMEZONE); in checkValue()