Home
last modified time | relevance | path

Searched refs:tzf (Results 1 – 5 of 5) sorted by relevance

/external/oss-fuzz/projects/xpdf/
Dbuild.sh20 dir_name=`tar -tzf xpdf-latest.tar.gz | head -1 | cut -f1 -d"/"`
/external/cldr/tools/java/org/unicode/cldr/tool/
DShowZoneEquivalences.java155 TimezoneFormatter tzf = new TimezoneFormatter(cldrFactory, "en", true); in getZoneEquivalences() local
207 + tzf.getFormattedZone(zoneID, "vvvv", minimumDate, false) + "\t" in getZoneEquivalences()
DMisc.java291 TimezoneFormatter tzf = new TimezoneFormatter(cldrFactory, locale, true); in printAllZoneLocalizations() local
297 String name = tzf.getFormattedZone(zone, "vvvv", false, stdOffset, false); in printAllZoneLocalizations()
298 String gmt = tzf.getFormattedZone(zone, "ZZZZ", false, stdOffset, false); in printAllZoneLocalizations()
623 TimezoneFormatter tzf = new TimezoneFormatter(cldrFactory, locale, true); in printCurrentTimezoneLocalizations() local
689 field[j] = TransliteratorUtilities.toHTML.transliterate(tzf in printCurrentTimezoneLocalizations()
/external/cldr/tools/java/org/unicode/cldr/util/
DTestUtilities.java709 … TimezoneFormatter tzf = new TimezoneFormatter(mainCldrFactory, locale, false).setSkipDraft(true); in printZoneSamples() local
717 … String formatted = tzf.getFormattedZone(zone, field, datetime.getTime(), false); in printZoneSamples()
719 String parsed = tzf.parse(formatted, parsePosition, offsetMillis); in printZoneSamples()
DCLDRFile.java2496 TimezoneFormatter tzf = new TimezoneFormatter(this);
2497 return tzf.getFormattedZone(longid, format, 0);