Home
last modified time | relevance | path

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 DMessageFormat2Test.java20 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 DMf2IcuTest.java15 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 DCustomFormatterMessageRefTest.java19 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 DTestUtils.java11 import com.ibm.icu.message2.MessageFormatter;
29 MessageFormatter.Builder mfBuilder = MessageFormatter.builder() in runTestCase()
36 MessageFormatter mf = mfBuilder.build(); in runTestCase()
H A DCustomFormatterGrammarCaseTest.java17 import com.ibm.icu.message2.MessageFormatter;
92 MessageFormatter mf = MessageFormatter.builder() in test()
103 mf = MessageFormatter.builder() in test()
H A DArgs.java10 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 DMessageFormatter.java10 * {@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 Dmessages.cc207 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 Dmessages.h122 class MessageFormatter { class
H A Disolate.cc1564 MessageFormatter::TemplateString(MessageTemplate::kStackOverflow)); in StackOverflow()
/third_party/node/deps/v8/src/parsing/
H A Dpending-compilation-error-handler.cc192 return MessageFormatter::Format(isolate, error_details_.message(), in FormatErrorMessageForTest()
/third_party/node/deps/v8/src/runtime/
H A Druntime-promise.cc213 Handle<Object> message_string = MessageFormatter::Format( in RUNTIME_FUNCTION()
/third_party/node/deps/v8/src/wasm/
H A Dwasm-opcodes-inl.h690 return MessageFormatter::TemplateString(TrapReasonToMessageId(reason)); in TrapReasonMessage()
/third_party/node/deps/v8/src/objects/
H A Dvalue-serializer.cc1158 Handle<String> message = MessageFormatter::Format(isolate_, index, arg0); in ThrowDataCloneError()

Completed in 22 milliseconds