Home
last modified time | relevance | path

Searched defs:MessageFormat (Results 1 – 18 of 18) sorted by relevance

/third_party/icu/docs/userguide/format_parse/messages/
Dindex.md49 ### Complex Argument Types
114 ### Quoting/Escaping
134 ### Argument formatting
215 ### Examples
/third_party/skia/third_party/externals/icu/source/i18n/unicode/
Dchoicfmt.h48 class MessageFormat; variable
497 friend class MessageFormat; variable
Dselfmt.h37 class MessageFormat; variable
Dplurfmt.h595 friend class MessageFormat; variable
Dsmpdtfmt.h49 class MessageFormat; variable
/third_party/node/deps/icu-small/source/i18n/unicode/
Dchoicfmt.h48 class MessageFormat; variable
497 friend class MessageFormat; variable
Dselfmt.h37 class MessageFormat; variable
Dplurfmt.h595 friend class MessageFormat; variable
Dsmpdtfmt.h49 class MessageFormat; variable
/third_party/icu/icu4c/source/i18n/unicode/
Dchoicfmt.h48 class MessageFormat; variable
497 friend class MessageFormat; variable
Dselfmt.h37 class MessageFormat; variable
Dplurfmt.h595 friend class MessageFormat; variable
Dsmpdtfmt.h49 class MessageFormat; variable
/third_party/node/deps/icu-small/source/i18n/
Dmsgfmt.cpp170 UOBJECT_DEFINE_RTTI_IMPLEMENTATION(MessageFormat) in UOBJECT_DEFINE_RTTI_IMPLEMENTATION() argument
233 MessageFormat::MessageFormat(const UnicodeString& pattern, in MessageFormat() function in MessageFormat
254 MessageFormat::MessageFormat(const UnicodeString& pattern, in MessageFormat() function in MessageFormat
276 MessageFormat::MessageFormat(const UnicodeString& pattern, in MessageFormat() function in MessageFormat
299 MessageFormat::MessageFormat(const MessageFormat& that) in MessageFormat() function in MessageFormat
/third_party/skia/third_party/externals/icu/source/i18n/
Dmsgfmt.cpp170 UOBJECT_DEFINE_RTTI_IMPLEMENTATION(MessageFormat) in UOBJECT_DEFINE_RTTI_IMPLEMENTATION() argument
233 MessageFormat::MessageFormat(const UnicodeString& pattern, in MessageFormat() function in MessageFormat
254 MessageFormat::MessageFormat(const UnicodeString& pattern, in MessageFormat() function in MessageFormat
276 MessageFormat::MessageFormat(const UnicodeString& pattern, in MessageFormat() function in MessageFormat
299 MessageFormat::MessageFormat(const MessageFormat& that) in MessageFormat() function in MessageFormat
/third_party/icu/icu4c/source/i18n/
Dmsgfmt.cpp170 UOBJECT_DEFINE_RTTI_IMPLEMENTATION(MessageFormat) in UOBJECT_DEFINE_RTTI_IMPLEMENTATION() argument
233 MessageFormat::MessageFormat(const UnicodeString& pattern, in MessageFormat() function in MessageFormat
254 MessageFormat::MessageFormat(const UnicodeString& pattern, in MessageFormat() function in MessageFormat
276 MessageFormat::MessageFormat(const UnicodeString& pattern, in MessageFormat() function in MessageFormat
299 MessageFormat::MessageFormat(const MessageFormat& that) in MessageFormat() function in MessageFormat
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DMessageFormat.java364 public class MessageFormat extends UFormat { class
379 public MessageFormat(String pattern) { in MessageFormat() method in MessageFormat
394 public MessageFormat(String pattern, Locale locale) { in MessageFormat() method in MessageFormat
408 public MessageFormat(String pattern, ULocale locale) { in MessageFormat() method in MessageFormat
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/
DMessageFormat.java364 public class MessageFormat extends UFormat { class
378 public MessageFormat(String pattern) { in MessageFormat() method in MessageFormat
392 public MessageFormat(String pattern, Locale locale) { in MessageFormat() method in MessageFormat
405 public MessageFormat(String pattern, ULocale locale) { in MessageFormat() method in MessageFormat