Home
last modified time | relevance | path

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

/libcore/luni/src/main/java/libcore/icu/
DICU.java756 public static String getGMTZeroFormatString(Locale locale) { in getGMTZeroFormatString() method in ICU
/libcore/ojluni/src/main/java/java/time/format/
DDateTimeFormatterBuilder.java3969 String gmtText = ICU.getGMTZeroFormatString(context.getLocale()); in format()
4021 String gmtText = ICU.getGMTZeroFormatString(context.getLocale()); in parse()