Searched defs:getFormatter (Results 1 - 6 of 6) sorted by relevance

/libcore/luni/src/main/java/libcore/icu/
H A DDateIntervalFormat.java79 getFormatter(skeleton, icuLocale, icuTimeZone);
85 private static android.icu.text.DateIntervalFormat getFormatter(String skeleton, ULocale locale, method in class:DateIntervalFormat
H A DRelativeDateTimeFormatter.java168 str = getFormatter(icuLocale, style, displayContext)
175 str = getFormatter(icuLocale, style, displayContext)
222 getFormatter(icuLocale, style, displayContext);
324 return getFormatter(icuLocale, style, capitalizationContext)
330 * getFormatter() caches the RelativeDateTimeFormatter instances based on
334 * getFormatter() may have been evicted by the time of the call to
337 private static android.icu.text.RelativeDateTimeFormatter getFormatter( method in class:RelativeDateTimeFormatter
/libcore/ojluni/src/test/java/time/test/java/time/format/
H A DAbstractTestPrinterParser.java116 protected DateTimeFormatter getFormatter() { method in class:AbstractTestPrinterParser
120 protected DateTimeFormatter getFormatter(char c) { method in class:AbstractTestPrinterParser
124 protected DateTimeFormatter getFormatter(String s) { method in class:AbstractTestPrinterParser
128 protected DateTimeFormatter getFormatter(TemporalField field) { method in class:AbstractTestPrinterParser
132 protected DateTimeFormatter getFormatter(TemporalField field, TextStyle style) { method in class:AbstractTestPrinterParser
136 protected DateTimeFormatter getFormatter(TemporalField field, int minWidth, int maxWidth, SignStyle signStyle) { method in class:AbstractTestPrinterParser
140 protected DateTimeFormatter getFormatter(String pattern, String noOffsetText) { method in class:AbstractTestPrinterParser
H A DTestZoneTextPrinterParser.java63 protected static DateTimeFormatter getFormatter(Locale locale, TextStyle style) { method in class:TestZoneTextPrinterParser
114 String result = getFormatter(locale, style).format(zdt);
210 DateTimeFormatter fmt = getFormatter(locale, style, ci);
248 private DateTimeFormatter getFormatter(Locale locale, TextStyle style, boolean ci) { method in class:TestZoneTextPrinterParser
H A DTestFractionPrinterParser.java84 private DateTimeFormatter getFormatter(TemporalField field, int minWidth, int maxWidth, boolean decimalPoint) { method in class:TestFractionPrinterParser
93 getFormatter(NANO_OF_SECOND, 0, 9, true).formatTo(EMPTY_DTA, buf);
98 getFormatter(NANO_OF_SECOND, 0, 9, true).formatTo(LocalTime.of(12, 30, 40, 3), buf);
181 getFormatter(NANO_OF_SECOND, minWidth, maxWidth, true).formatTo(new MockFieldValue(NANO_OF_SECOND, value), buf);
190 getFormatter(NANO_OF_SECOND, minWidth, maxWidth, false).formatTo(new MockFieldValue(NANO_OF_SECOND, value), buf);
223 getFormatter(SECOND_OF_MINUTE, minWidth, maxWidth, true).formatTo(new MockFieldValue(SECOND_OF_MINUTE, value), buf);
232 getFormatter(SECOND_OF_MINUTE, minWidth, maxWidth, false).formatTo(new MockFieldValue(SECOND_OF_MINUTE, value), buf);
246 TemporalAccessor parsed = getFormatter(NANO_OF_SECOND, minWidth, maxWidth, true).parseUnresolved(result, pos);
254 TemporalAccessor parsed = getFormatter(NANO_OF_SECOND, minWidth, maxWidth, false).parseUnresolved(result, pos);
264 TemporalAccessor parsed = getFormatter(NANO_OF_SECON
[all...]
/libcore/ojluni/src/main/java/java/util/logging/
H A DHandler.java132 public Formatter getFormatter() { method in class:Handler

Completed in 219 milliseconds