Home
last modified time | relevance | path

Searched defs:FormattedPlaceholder (Results 1 – 4 of 4) sorted by relevance

/external/icu/icu4j/main/core/src/main/java/com/ibm/icu/message2/
DFormattedPlaceholder.java17 public class FormattedPlaceholder { class
31 public FormattedPlaceholder(Object inputValue, FormattedValue formattedValue) { in FormattedPlaceholder() method in FormattedPlaceholder
/external/icu/android_icu4j/src/main/java/android/icu/message2/
DFormattedPlaceholder.java19 public class FormattedPlaceholder { class
33 public FormattedPlaceholder(Object inputValue, FormattedValue formattedValue) { in FormattedPlaceholder() method in FormattedPlaceholder
/external/icu/icu4c/source/i18n/unicode/
Dmessageformat2_formattable.h698 explicit FormattedPlaceholder(const UnicodeString& s) : fallback(s), type(kFallback) {} in FormattedPlaceholder() function
710 FormattedPlaceholder(const FormattedPlaceholder& input, FormattedValue&& output) in FormattedPlaceholder() function
725FormattedPlaceholder(const FormattedPlaceholder& input, FunctionOptions&& opts, FormattedValue&& o… in FormattedPlaceholder() function
737 FormattedPlaceholder(const Formattable& input, const UnicodeString& fb) in FormattedPlaceholder() function
746 FormattedPlaceholder() : type(kNull) {} in FormattedPlaceholder() function
836 FormattedPlaceholder(FormattedPlaceholder&& other) { *this = std::move(other); } in FormattedPlaceholder() function
/external/icu/libicu/cts_headers/unicode/
Dmessageformat2_formattable.h698 explicit FormattedPlaceholder(const UnicodeString& s) : fallback(s), type(kFallback) {} in FormattedPlaceholder() function
710 FormattedPlaceholder(const FormattedPlaceholder& input, FormattedValue&& output) in FormattedPlaceholder() function
725FormattedPlaceholder(const FormattedPlaceholder& input, FunctionOptions&& opts, FormattedValue&& o… in FormattedPlaceholder() function
737 FormattedPlaceholder(const Formattable& input, const UnicodeString& fb) in FormattedPlaceholder() function
746 FormattedPlaceholder() : type(kNull) {} in FormattedPlaceholder() function
836 FormattedPlaceholder(FormattedPlaceholder&& other) { *this = std::move(other); } in FormattedPlaceholder() function