| /third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/message2/ |
| D | MessageFormat2Test.java | 46 mf2.formatToString(Args.NONE)); in test() 57 mf2.formatToString(Args.of("exp", expiration))); in testDateFormat() 64 mf2.formatToString(Args.of("exp", expiration))); in testDateFormat() 70 mf2.formatToString(Args.of("exp", expiration))); in testDateFormat() 76 mf2.formatToString(Args.of("exp", expiration))); in testDateFormat() 82 mf2.formatToString(Args.of("exp", expiration))); in testDateFormat() 90 mf2.formatToString(Args.of("exp", cal))); in testDateFormat() 98 mf2.formatToString(Args.of("exp", expiration))); in testDateFormat() 101 mf2.formatToString(Args.of("exp", cal))); in testDateFormat() 112 mf2.formatToString(Args.of("exp", calNotRegistered))); in testDateFormat() [all …]
|
| D | Mf2IcuTest.java | 35 form.formatToString(Args.of("count", "abc", "where", "def"))); in testSample() 48 .formatToString(arguments)); in testStaticFormat() 63 … assertEquals("format", "The disk \"MyDisk\" contains 0 file(s).", form.formatToString(testArgs1)); in testSimpleFormat() 65 form.formatToString(testArgs2); in testSimpleFormat() 66 … assertEquals("format", "The disk \"MyDisk\" contains 1 file(s).", form.formatToString(testArgs2)); in testSimpleFormat() 68 form.formatToString(testArgs3); in testSimpleFormat() 69 …assertEquals("format", "The disk \"MyDisk\" contains 12 file(s).", form.formatToString(testArgs3)); in testSimpleFormat() 85 mf.formatToString(Args.of("userName", "Charlotte", "userGender", "female"))); in testSelectFormatToPattern() 88 mf.formatToString(Args.of("userName", "Guillaume", "userGender", "male"))); in testSelectFormatToPattern() 91 mf.formatToString(Args.of("userName", "Dominique", "userGender", "unnown"))); in testSelectFormatToPattern() [all …]
|
| D | CustomFormatterMessageRefTest.java | 61 result = mf.formatToString(options); in format() 67 public String formatToString(Object toFormat, Map<String, Object> variableOptions) { in formatToString() method in CustomFormatterMessageRefTest.ResourceManagerFactory.ResourceManagerFactoryImpl 91 assertEquals("cust-grammar", "Firefox", mf.formatToString(Args.of("gcase", "whatever"))); in testSimpleGrammarSelection() 92 assertEquals("cust-grammar", "Firefoxin", mf.formatToString(Args.of("gcase", "genitive"))); in testSimpleGrammarSelection() 97 assertEquals("cust-grammar", "Chrome", mf.formatToString(Args.of("gcase", "whatever"))); in testSimpleGrammarSelection() 98 assertEquals("cust-grammar", "Chromen", mf.formatToString(Args.of("gcase", "genitive"))); in testSimpleGrammarSelection() 118 assertEquals("cust-grammar", "Please start Firefoxin", mf1.formatToString(arguments)); in test() 119 assertEquals("cust-grammar", "Please start Firefox", mf2.formatToString(arguments)); in test() 122 assertEquals("cust-grammar", "Please start Chromen", mf1.formatToString(arguments)); in test() 123 assertEquals("cust-grammar", "Please start Chrome", mf2.formatToString(arguments)); in test() [all …]
|
| D | CustomFormatterGrammarCaseTest.java | 57 public String formatToString(Object toFormat, Map<String, Object> variableOptions) { in formatToString() method in CustomFormatterGrammarCaseTest.GrammarCasesFormatterFactory.GrammarCasesFormatterImpl 98 … assertEquals("case - genitive", "Cartea Mariei", mf.formatToString(Args.of("owner", "Maria"))); in test() 99 … assertEquals("case - genitive", "Cartea Rodicăi", mf.formatToString(Args.of("owner", "Rodica"))); in test() 100 … assertEquals("case - genitive", "Cartea Ilenei", mf.formatToString(Args.of("owner", "Ileana"))); in test() 101 … assertEquals("case - genitive", "Cartea lui Petre", mf.formatToString(Args.of("owner", "Petre"))); in test() 109 …assertEquals("case - nominative", "M-a sunat Maria", mf.formatToString(Args.of("owner", "Maria"))); in test() 110 …assertEquals("case - nominative", "M-a sunat Rodica", mf.formatToString(Args.of("owner", "Rodica")… in test() 111 …assertEquals("case - nominative", "M-a sunat Ileana", mf.formatToString(Args.of("owner", "Ileana")… in test() 112 …assertEquals("case - nominative", "M-a sunat Petre", mf.formatToString(Args.of("owner", "Petre"))); in test()
|
| D | TestUtils.java | 37 String result = mf.formatToString(testCase.arguments); in runTestCase()
|
| D | CustomFormatterListTest.java | 55 public String formatToString(Object toFormat, Map<String, Object> variableOptions) { in formatToString() method in CustomFormatterListTest.ListFormatterFactory.ListFormatterImpl
|
| D | CustomFormatterPersonTest.java | 61 public String formatToString(Object toFormat, Map<String, Object> variableOptions) { in formatToString() method in CustomFormatterPersonTest.PersonNameFormatterFactory.PersonNameFormatterImpl
|
| /third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/ |
| D | PersonNameFormatterTest.java | 81 String actualResult = formatter.formatToString(name); in executeTestCases() 411 String actualResult = pnf.formatToString(name); in TestLiteralTextElision2() 438 String actualResult = pnf.formatToString(name); in TestPatternSelection() 461 String actualResult = pnf.formatToString(name); in TestCapitalization()
|
| /third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ |
| D | PersonNameFormatter.java | 344 public String formatToString(PersonName name) { in formatToString() method in PersonNameFormatter 346 return impl.formatToString(name); in formatToString()
|
| /third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/message2/ |
| D | Formatter.java | 29 String formatToString(Object toFormat, Map<String, Object> variableOptions); in formatToString() method
|
| D | IdentityFormatterFactory.java | 35 public String formatToString(Object toFormat, Map<String, Object> variableOptions) { in formatToString() method in IdentityFormatterFactory.IdentityFormatterImpl
|
| D | MessageFormatter.java | 219 public String formatToString(Map<String, Object> arguments) { in formatToString() method in MessageFormatter
|
| D | DateTimeFormatterFactory.java | 103 public String formatToString(Object toFormat, Map<String, Object> variableOptions) { in formatToString() method in DateTimeFormatterFactory.DateTimeFormatter
|
| D | NumberFormatterFactory.java | 72 public String formatToString(Object toFormat, Map<String, Object> variableOptions) { in formatToString() method in NumberFormatterFactory.NumberFormatterImpl
|
| /third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/personname/ |
| D | PersonNameFormatterImpl.java | 128 public String formatToString(PersonName name) { in formatToString() method in PersonNameFormatterImpl 138 String result = nativeFormatter.formatToString(name); in formatToString()
|
| /third_party/vk-gl-cts/external/openglcts/modules/common/ |
| D | glcInternalformatTests.cpp | 1803 std::string formatToString(GLenum format) in formatToString() function 1853 std::string format = formatToString(tf.format); in init() 1855 std::string internalFormat = formatToString(tf.internalFormat); in init() 1874 std::string name = formatToString(ctif.internalFormat); in init() 1884 std::string name = formatToString(rbf.format); in init()
|
| /third_party/icu/icu4j/tools/build/ |
| D | icu4j72.api3.gz | |