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

123

/external/icu/android_icu4j/src/main/java/android/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.java21 * Subclasses override getFormatter to return a custom
151 public DurationFormatter getFormatter() { method in class:BasicDurationFormatterFactory
173 .getFormatter();
H A DBasicPeriodFormatterFactory.java190 public PeriodFormatter getFormatter() { method in class:BasicPeriodFormatterFactory
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/duration/
H A DPeriodFormatterFactory.java73 public PeriodFormatter getFormatter(); method in interface:PeriodFormatterFactory
H A DDurationFormatterFactory.java78 public DurationFormatter getFormatter(); method in interface:DurationFormatterFactory
H A DBasicDurationFormat.java50 formatter = pfs.newDurationFormatterFactory().getFormatter();
51 pformatter = pfs.newPeriodFormatterFactory().setDisplayPastFuture(false).getFormatter();
59 formatter = pfs.newDurationFormatterFactory().setLocale(locale.getName()).getFormatter();
60 pformatter = pfs.newPeriodFormatterFactory().setDisplayPastFuture(false).setLocale(locale.getName()).getFormatter();
H A DBasicDurationFormatterFactory.java20 * Subclasses override getFormatter to return a custom
150 public DurationFormatter getFormatter() { method in class:BasicDurationFormatterFactory
172 .getFormatter();
H A DBasicPeriodFormatterFactory.java188 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.java50 .getFormatter();
69 .getFormatter();
H A DLanguageTestRoot.java247 PeriodFormatter pf = pfFactory.getFormatter();
272 PeriodFormatter pf = pfFactory.getFormatter();
293 PeriodFormatter pf = pfFactory.getFormatter();
314 PeriodFormatter pf = pfFactory.getFormatter();
362 PeriodFormatter pf = pfFactory.getFormatter();
402 PeriodFormatter pf = pfFactory.getFormatter();
432 PeriodFormatter pf = pfFactory.getFormatter();
462 PeriodFormatter pf = pfFactory.getFormatter();
486 PeriodFormatter pf = pfFactory.getFormatter();
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/duration/
H A DRegressionTest.java46 .getFormatter();
65 .getFormatter();
H A DLanguageTestRoot.java243 PeriodFormatter pf = pfFactory.getFormatter();
268 PeriodFormatter pf = pfFactory.getFormatter();
289 PeriodFormatter pf = pfFactory.getFormatter();
310 PeriodFormatter pf = pfFactory.getFormatter();
358 PeriodFormatter pf = pfFactory.getFormatter();
398 PeriodFormatter pf = pfFactory.getFormatter();
428 PeriodFormatter pf = pfFactory.getFormatter();
458 PeriodFormatter pf = pfFactory.getFormatter();
482 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.java50 PeriodFormatter pf = pff.getFormatter();
65 PeriodFormatter pf = pff.getFormatter();
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/duration/languages/
H A DTest_ja.java46 PeriodFormatter pf = pff.getFormatter();
61 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 438 milliseconds

123