Searched refs:MessageFormatter (Results 1 - 14 of 14) sorted by relevance
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/message2/ |
H A D | MessageFormat2Test.java | 20 import com.ibm.icu.message2.MessageFormatter; 42 MessageFormatter mf2 = MessageFormatter.builder() in test() 52 MessageFormatter mf2 = MessageFormatter.builder() in testDateFormat() 59 mf2 = MessageFormatter.builder() in testDateFormat() 65 mf2 = MessageFormatter.builder() in testDateFormat() 71 mf2 = MessageFormatter.builder() in testDateFormat() 77 mf2 = MessageFormatter.builder() in testDateFormat() 85 mf2 = MessageFormatter in testDateFormat() [all...] |
H A D | Mf2IcuTest.java | 15 import com.ibm.icu.message2.MessageFormatter; 31 MessageFormatter form = MessageFormatter.builder() in testSample() 44 MessageFormatter.builder() in testStaticFormat() 59 MessageFormatter form = MessageFormatter.builder() in testSimpleFormat() 80 MessageFormatter mf = MessageFormatter.builder() in testSelectFormatToPattern() 97 MessageFormatter msgf = MessageFormatter in doTheRealDateTimeSkeletonTesting() [all...] |
H A D | CustomFormatterMessageRefTest.java | 19 import com.ibm.icu.message2.MessageFormatter; 58 MessageFormatter mf = MessageFormatter.builder() in format() 88 MessageFormatter mf = MessageFormatter.builder() in testSimpleGrammarSelection() 94 mf = MessageFormatter.builder() in testSimpleGrammarSelection() 108 MessageFormatter mf1 = MessageFormatter.builder() in test() 112 MessageFormatter mf2 = MessageFormatter in test() [all...] |
H A D | TestUtils.java | 11 import com.ibm.icu.message2.MessageFormatter; 29 MessageFormatter.Builder mfBuilder = MessageFormatter.builder() in runTestCase() 36 MessageFormatter mf = mfBuilder.build(); in runTestCase()
|
H A D | CustomFormatterGrammarCaseTest.java | 17 import com.ibm.icu.message2.MessageFormatter; 92 MessageFormatter mf = MessageFormatter.builder() in test() 103 mf = MessageFormatter.builder() in test()
|
H A D | Args.java | 10 import com.ibm.icu.message2.MessageFormatter; 16 * <p>The returned Map is immutable, to prove that the {@link MessageFormatter}
|
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/message2/ |
H A D | MessageFormatter.java | 10 * {@code MessageFormatter} is the next iteration of {@link com.ibm.icu.text.MessageFormat}. 107 public class MessageFormatter { class 114 private MessageFormatter(Builder builder) { in MessageFormatter() method in MessageFormatter 157 * the current {@code MessageFormatter}. 171 * the current {@code MessageFormatter}. 173 * <p>If the {@code MessageFormatter} was created from an {@link Mf2DataModel} 193 * modifies it, and then uses that modified model to create a {@code MessageFormatter}.</p> 239 * A {@code Builder} used to build instances of {@link MessageFormatter}. 326 * Builds an instance of {@link MessageFormatter}. 328 * @return the {@link MessageFormatter} create [all...] |
/third_party/node/deps/v8/src/execution/ |
H A D | messages.cc | 207 return MessageFormatter::Format(isolate, message->type(), arg); in GetMessage() 405 Handle<String> MessageFormatter::Format(Isolate* isolate, MessageTemplate index, in Format() 422 MaybeHandle<String> maybe_result_string = MessageFormatter::Format( in Format() 438 const char* MessageFormatter::TemplateString(MessageTemplate index) { in TemplateString() 451 MaybeHandle<String> MessageFormatter::Format(Isolate* isolate, in Format() 678 if (!MessageFormatter::Format(isolate, index, arg0_str, arg1_str, arg2_str) in DoFormatMessage()
|
H A D | messages.h | 122 class MessageFormatter { class
|
H A D | isolate.cc | 1564 MessageFormatter::TemplateString(MessageTemplate::kStackOverflow)); in StackOverflow()
|
/third_party/node/deps/v8/src/parsing/ |
H A D | pending-compilation-error-handler.cc | 192 return MessageFormatter::Format(isolate, error_details_.message(), in FormatErrorMessageForTest()
|
/third_party/node/deps/v8/src/runtime/ |
H A D | runtime-promise.cc | 213 Handle<Object> message_string = MessageFormatter::Format( in RUNTIME_FUNCTION()
|
/third_party/node/deps/v8/src/wasm/ |
H A D | wasm-opcodes-inl.h | 690 return MessageFormatter::TemplateString(TrapReasonToMessageId(reason)); in TrapReasonMessage()
|
/third_party/node/deps/v8/src/objects/ |
H A D | value-serializer.cc | 1158 Handle<String> message = MessageFormatter::Format(isolate_, index, arg0); in ThrowDataCloneError()
|
Completed in 22 milliseconds