/aosp_15_r20/external/icu/icu4c/source/test/intltest/ |
H A D | messageformat2test_custom.cpp | 198 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 D | messageformat2_function_registry.cpp | 354 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 D | FormatterFactory.java | 34 Formatter createFormatter(Locale locale, Map<String, Object> fixedOptions); in createFormatter() method
|
H A D | IdentityFormatterFactory.java | 19 public Formatter createFormatter(Locale locale, Map<String, Object> fixedOptions) { in createFormatter() method in IdentityFormatterFactory
|
H A D | DateTimeFormatterFactory.java | 60 public Formatter createFormatter(Locale locale, Map<String, Object> fixedOptions) { in createFormatter() method in DateTimeFormatterFactory
|
H A D | NumberFormatterFactory.java | 54 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 D | FormatterFactory.java | 32 Formatter createFormatter(Locale locale, Map<String, Object> fixedOptions); in createFormatter() method
|
H A D | IdentityFormatterFactory.java | 18 public Formatter createFormatter(Locale locale, Map<String, Object> fixedOptions) { in createFormatter() method in IdentityFormatterFactory
|
H A D | DateTimeFormatterFactory.java | 59 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/ |
D | XmlFormattedGeneratorReporter.java | 86 public IFormatterGenerator createFormatter() { in createFormatter() method in XmlFormattedGeneratorReporter
|
D | FormattedGeneratorReporter.java | 123 public abstract IFormatterGenerator createFormatter(); in createFormatter() method in FormattedGeneratorReporter
|
/aosp_15_r20/packages/apps/Contacts/src/com/android/contacts/datepicker/ |
D | TwoDigitFormatter.java | 52 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 D | CustomFormatterGrammarCaseTest.java | 31 public Formatter createFormatter(Locale locale, Map<String, Object> fixedOptions) { in createFormatter() method in CustomFormatterGrammarCaseTest.GrammarCasesFormatterFactory
|
H A D | CustomFormatterListTest.java | 35 public Formatter createFormatter(Locale locale, Map<String, Object> fixedOptions) { in createFormatter() method in CustomFormatterListTest.ListFormatterFactory
|
H A D | CustomFormatterMessageRefTest.java | 36 public Formatter createFormatter(Locale locale, Map<String, Object> fixedOptions) { in createFormatter() method in CustomFormatterMessageRefTest.ResourceManagerFactory
|
H A D | CustomFormatterPersonTest.java | 47 public Formatter createFormatter(Locale locale, Map<String, Object> fixedOptions) { in createFormatter() method in CustomFormatterPersonTest.PersonNameFormatterFactory
|
H A D | MessageFormat2Test.java | 193 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 D | CustomFormatterGrammarCaseTest.java | 34 public Formatter createFormatter(Locale locale, Map<String, Object> fixedOptions) { in createFormatter() method in CustomFormatterGrammarCaseTest.GrammarCasesFormatterFactory
|
H A D | CustomFormatterListTest.java | 38 public Formatter createFormatter(Locale locale, Map<String, Object> fixedOptions) { in createFormatter() method in CustomFormatterListTest.ListFormatterFactory
|
H A D | CustomFormatterMessageRefTest.java | 39 public Formatter createFormatter(Locale locale, Map<String, Object> fixedOptions) { in createFormatter() method in CustomFormatterMessageRefTest.ResourceManagerFactory
|
H A D | CustomFormatterPersonTest.java | 50 public Formatter createFormatter(Locale locale, Map<String, Object> fixedOptions) { in createFormatter() method in CustomFormatterPersonTest.PersonNameFormatterFactory
|
H A D | MessageFormat2Test.java | 196 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 D | BasicDurationFormatterFactory.java | 241 protected BasicDurationFormatter createFormatter() { in createFormatter() method in BasicDurationFormatterFactory
|
/aosp_15_r20/external/icu/android_icu4j/src/main/java/android/icu/impl/duration/ |
H A D | BasicDurationFormatterFactory.java | 242 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 D | GoogleJavaFormatFormattingService.java | 67 private static Formatter createFormatter(Style style, boolean canChangeWhiteSpaceOnly) { in createFormatter() method in GoogleJavaFormatFormattingService
|