Home
last modified time | relevance | path

Searched defs:createFormatter (Results 1 – 25 of 90) sorted by relevance

1234

/aosp_15_r20/external/icu/icu4c/source/test/intltest/
H A Dmessageformat2test_custom.cpp198 Formatter* PersonNameFormatterFactory::createFormatter(const Locale& locale, UErrorCode& errorCode)… in createFormatter() function in PersonNameFormatterFactory
279 Formatter* GrammarCasesFormatterFactory::createFormatter(const Locale& locale, UErrorCode& errorCod… in createFormatter() function in GrammarCasesFormatterFactory
416 Formatter* ListFormatterFactory::createFormatter(const Locale& locale, UErrorCode& errorCode) { in createFormatter() function in ListFormatterFactory
571 Formatter* ResourceManagerFactory::createFormatter(const Locale& locale, UErrorCode& errorCode) { in createFormatter() function in ResourceManagerFactory
/aosp_15_r20/external/icu/icu4c/source/i18n/
H A Dmessageformat2_function_registry.cpp354 Formatter* StandardFunctions::NumberFactory::createFormatter(const Locale& locale, UErrorCode& erro… in createFormatter() function in message2::StandardFunctions::NumberFactory
364 Formatter* StandardFunctions::IntegerFactory::createFormatter(const Locale& locale, UErrorCode& err… in createFormatter() function in message2::StandardFunctions::IntegerFactory
876 Formatter* StandardFunctions::DateTimeFactory::createFormatter(const Locale& locale, UErrorCode& er… in createFormatter() function in message2::StandardFunctions::DateTimeFactory
/aosp_15_r20/external/icu/android_icu4j/src/main/java/android/icu/message2/
H A DFormatterFactory.java34 Formatter createFormatter(Locale locale, Map<String, Object> fixedOptions); in createFormatter() method
H A DIdentityFormatterFactory.java19 public Formatter createFormatter(Locale locale, Map<String, Object> fixedOptions) { in createFormatter() method in IdentityFormatterFactory
H A DDateTimeFormatterFactory.java60 public Formatter createFormatter(Locale locale, Map<String, Object> fixedOptions) { in createFormatter() method in DateTimeFormatterFactory
H A DNumberFormatterFactory.java54 public Formatter createFormatter(Locale locale, Map<String, Object> fixedOptions) { in createFormatter() method in NumberFormatterFactory
/aosp_15_r20/external/icu/icu4j/main/core/src/main/java/com/ibm/icu/message2/
H A DFormatterFactory.java32 Formatter createFormatter(Locale locale, Map<String, Object> fixedOptions); in createFormatter() method
H A DIdentityFormatterFactory.java18 public Formatter createFormatter(Locale locale, Map<String, Object> fixedOptions) { in createFormatter() method in IdentityFormatterFactory
H A DDateTimeFormatterFactory.java59 public Formatter createFormatter(Locale locale, Map<String, Object> fixedOptions) { in createFormatter() method in DateTimeFormatterFactory
/aosp_15_r20/tools/tradefederation/core/src/com/android/tradefed/result/suite/
DXmlFormattedGeneratorReporter.java86 public IFormatterGenerator createFormatter() { in createFormatter() method in XmlFormattedGeneratorReporter
DFormattedGeneratorReporter.java123 public abstract IFormatterGenerator createFormatter(); in createFormatter() method in FormattedGeneratorReporter
/aosp_15_r20/packages/apps/Contacts/src/com/android/contacts/datepicker/
DTwoDigitFormatter.java52 private java.util.Formatter createFormatter(Locale locale) { in createFormatter() method in TwoDigitFormatter
/aosp_15_r20/external/icu/icu4j/main/core/src/test/java/com/ibm/icu/dev/test/message2/
H A DCustomFormatterGrammarCaseTest.java31 public Formatter createFormatter(Locale locale, Map<String, Object> fixedOptions) { in createFormatter() method in CustomFormatterGrammarCaseTest.GrammarCasesFormatterFactory
H A DCustomFormatterListTest.java35 public Formatter createFormatter(Locale locale, Map<String, Object> fixedOptions) { in createFormatter() method in CustomFormatterListTest.ListFormatterFactory
H A DCustomFormatterMessageRefTest.java36 public Formatter createFormatter(Locale locale, Map<String, Object> fixedOptions) { in createFormatter() method in CustomFormatterMessageRefTest.ResourceManagerFactory
H A DCustomFormatterPersonTest.java47 public Formatter createFormatter(Locale locale, Map<String, Object> fixedOptions) { in createFormatter() method in CustomFormatterPersonTest.PersonNameFormatterFactory
H A DMessageFormat2Test.java193 public Formatter createFormatter(Locale locale, Map<String, Object> fixedOptions) { in createFormatter() method in MessageFormat2Test.TemperatureFormatterFactory
/aosp_15_r20/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/message2/
H A DCustomFormatterGrammarCaseTest.java34 public Formatter createFormatter(Locale locale, Map<String, Object> fixedOptions) { in createFormatter() method in CustomFormatterGrammarCaseTest.GrammarCasesFormatterFactory
H A DCustomFormatterListTest.java38 public Formatter createFormatter(Locale locale, Map<String, Object> fixedOptions) { in createFormatter() method in CustomFormatterListTest.ListFormatterFactory
H A DCustomFormatterMessageRefTest.java39 public Formatter createFormatter(Locale locale, Map<String, Object> fixedOptions) { in createFormatter() method in CustomFormatterMessageRefTest.ResourceManagerFactory
H A DCustomFormatterPersonTest.java50 public Formatter createFormatter(Locale locale, Map<String, Object> fixedOptions) { in createFormatter() method in CustomFormatterPersonTest.PersonNameFormatterFactory
H A DMessageFormat2Test.java196 public Formatter createFormatter(Locale locale, Map<String, Object> fixedOptions) { in createFormatter() method in MessageFormat2Test.TemperatureFormatterFactory
/aosp_15_r20/external/icu/icu4j/main/core/src/main/java/com/ibm/icu/impl/duration/
H A DBasicDurationFormatterFactory.java241 protected BasicDurationFormatter createFormatter() { in createFormatter() method in BasicDurationFormatterFactory
/aosp_15_r20/external/icu/android_icu4j/src/main/java/android/icu/impl/duration/
H A DBasicDurationFormatterFactory.java242 protected BasicDurationFormatter createFormatter() { in createFormatter() method in BasicDurationFormatterFactory
/aosp_15_r20/external/google-java-format/idea_plugin/src/main/java/com/google/googlejavaformat/intellij/
H A DGoogleJavaFormatFormattingService.java67 private static Formatter createFormatter(Style style, boolean canChangeWhiteSpaceOnly) { in createFormatter() method in GoogleJavaFormatFormattingService

1234