Searched refs:getFormatter (Results 1 - 25 of 52) sorted by relevance

123

/external/icu/android_icu4j/src/main/java/android/icu/impl/duration/
H A DPeriodFormatterFactory.java77 public PeriodFormatter getFormatter(); method in interface:PeriodFormatterFactory
H A DDurationFormatterFactory.java82 public DurationFormatter getFormatter(); method in interface:DurationFormatterFactory
H A DBasicDurationFormat.java54 formatter = pfs.newDurationFormatterFactory().getFormatter();
55 pformatter = pfs.newPeriodFormatterFactory().setDisplayPastFuture(false).getFormatter();
63 formatter = pfs.newDurationFormatterFactory().setLocale(locale.getName()).getFormatter();
64 pformatter = pfs.newPeriodFormatterFactory().setDisplayPastFuture(false).setLocale(locale.getName()).getFormatter();
H A DBasicDurationFormatterFactory.java23 * Subclasses override getFormatter to return a custom
160 public DurationFormatter getFormatter() { method in class:BasicDurationFormatterFactory
182 .getFormatter();
H A DBasicPeriodFormatterFactory.java199 public PeriodFormatter getFormatter() { method in class:BasicPeriodFormatterFactory
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/duration/
H A DPeriodFormatterFactory.java75 public PeriodFormatter getFormatter(); method in interface:PeriodFormatterFactory
H A DDurationFormatterFactory.java80 public DurationFormatter getFormatter(); method in interface:DurationFormatterFactory
H A DBasicDurationFormat.java52 formatter = pfs.newDurationFormatterFactory().getFormatter();
53 pformatter = pfs.newPeriodFormatterFactory().setDisplayPastFuture(false).getFormatter();
61 formatter = pfs.newDurationFormatterFactory().setLocale(locale.getName()).getFormatter();
62 pformatter = pfs.newPeriodFormatterFactory().setDisplayPastFuture(false).setLocale(locale.getName()).getFormatter();
H A DBasicDurationFormatterFactory.java22 * Subclasses override getFormatter to return a custom
159 public DurationFormatter getFormatter() { method in class:BasicDurationFormatterFactory
181 .getFormatter();
H A DBasicPeriodFormatterFactory.java197 public PeriodFormatter getFormatter() { method in class:BasicPeriodFormatterFactory
/external/androidplot/AndroidPlot-Core/src/main/java/com/androidplot/ui/
H A DRenderBundle.java40 public SeriesFormatterType getFormatter() { method in class:RenderBundle
H A DSeriesAndFormatterList.java76 public FormatterType getFormatter(SeriesType series) { method in class:SeriesAndFormatterList
80 public FormatterType getFormatter(int index) { method in class:SeriesAndFormatterList
H A DSeriesRenderer.java46 public SeriesFormatterType getFormatter(SeriesType series) { method in class:SeriesRenderer
47 return (SeriesFormatterType) plot.getFormatter(series, getClass());
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/duration/
H A DRegressionTest.java52 .getFormatter();
71 .getFormatter();
H A DLanguageTestFmwk.java252 PeriodFormatter pf = pfFactory.getFormatter();
278 PeriodFormatter pf = pfFactory.getFormatter();
300 PeriodFormatter pf = pfFactory.getFormatter();
322 PeriodFormatter pf = pfFactory.getFormatter();
371 PeriodFormatter pf = pfFactory.getFormatter();
411 PeriodFormatter pf = pfFactory.getFormatter();
442 PeriodFormatter pf = pfFactory.getFormatter();
473 PeriodFormatter pf = pfFactory.getFormatter();
498 PeriodFormatter pf = pfFactory.getFormatter();
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/duration/
H A DRegressionTest.java49 .getFormatter();
68 .getFormatter();
H A DLanguageTestFmwk.java251 PeriodFormatter pf = pfFactory.getFormatter();
277 PeriodFormatter pf = pfFactory.getFormatter();
299 PeriodFormatter pf = pfFactory.getFormatter();
321 PeriodFormatter pf = pfFactory.getFormatter();
370 PeriodFormatter pf = pfFactory.getFormatter();
410 PeriodFormatter pf = pfFactory.getFormatter();
441 PeriodFormatter pf = pfFactory.getFormatter();
472 PeriodFormatter pf = pfFactory.getFormatter();
497 PeriodFormatter pf = pfFactory.getFormatter();
/external/apache-harmony/logging/src/test/java/org/apache/harmony/logging/tests/java/util/logging/
H A DFileHandlerTest.java161 .getFormatter(), "UTF-8");
171 assertTrue(handler.getFormatter() instanceof MockFormatter);
197 assertTrue(handler.getFormatter() instanceof XMLFormatter);
305 assertFileContent(tempPath, "testLimitCount1", handler.getFormatter(), "UTF-8");
313 handler.getFormatter(), "UTF-8");
332 rs[5], rs[6], rs[7] }, handler.getFormatter(), "UTF-8");
334 rs[8], rs[9] }, handler.getFormatter(), "UTF-8");
351 rs[3], rs[4], null, rs[5] }, handler.getFormatter(), "UTF-8");
353 rs[6], rs[7], rs[8] }, handler.getFormatter(), "UTF-8");
355 new LogRecord[] { rs[9] }, handler.getFormatter(), "UT
[all...]
H A DMemoryHandlerTest.java103 Formatter formatter = handler.getFormatter();
108 assertEquals(handler.getFormatter(), formatter);
118 Formatter formatter = handler.getFormatter();
123 assertEquals(handler.getFormatter(), formatter);
160 assertTrue(handler.getFormatter() instanceof MockFormatter);
194 assertTrue(handler.getFormatter() instanceof SimpleFormatter);
244 assertTrue(handler.getFormatter() instanceof SimpleFormatter);
257 assertTrue(handler.getFormatter() instanceof MockFormatter);
262 assertNull(target.getFormatter());
H A DHandlerTest.java75 assertNull(h.getFormatter());
102 assertNull(h.getFormatter());
219 * Test getFormatter & setFormatter methods with non-null value.
225 assertSame(f, h.getFormatter());
229 * Test getFormatter & setFormatter methods with null.
H A DSocketHandlerTest.java176 assertTrue(h.getFormatter() instanceof XMLFormatter);
210 assertTrue(h.getFormatter() instanceof XMLFormatter);
247 assertTrue(h.getFormatter() instanceof MockFormatter);
261 assertTrue(h.getFormatter() instanceof MockFormatter);
291 assertTrue(h.getFormatter() instanceof XMLFormatter);
307 assertTrue(h.getFormatter() instanceof XMLFormatter);
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/duration/languages/
H A DTest_ja.java44 PeriodFormatter pf = pff.getFormatter();
60 PeriodFormatter pf = pff.getFormatter();
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/duration/languages/
H A DTest_ja.java41 PeriodFormatter pf = pff.getFormatter();
57 PeriodFormatter pf = pff.getFormatter();
/external/androidplot/AndroidPlot-Core/src/test/java/com/androidplot/
H A DPlotTest.java315 assertEquals(registry.get(MockRenderer1.class).getFormatter(m1), f1);
316 assertEquals(registry.get(MockRenderer1.class).getFormatter(m2), f2);
317 assertEquals(registry.get(MockRenderer2.class).getFormatter(m2), f3);
319 assertNotSame(registry.get(MockRenderer2.class).getFormatter(m2), f1);
/external/caliper/caliper/src/test/java/com/google/caliper/config/
H A DLoggingConfigLoaderTest.java82 assertTrue(fileHandler.getFormatter() instanceof SimpleFormatter);

Completed in 374 milliseconds

123