Searched defs:FormattedPlaceholder (Results 1 – 4 of 4) sorted by relevance
/external/icu/icu4j/main/core/src/main/java/com/ibm/icu/message2/ |
D | FormattedPlaceholder.java | 17 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/ |
D | FormattedPlaceholder.java | 19 public class FormattedPlaceholder { class 33 public FormattedPlaceholder(Object inputValue, FormattedValue formattedValue) { in FormattedPlaceholder() method in FormattedPlaceholder
|
/external/icu/icu4c/source/i18n/unicode/ |
D | messageformat2_formattable.h | 698 explicit FormattedPlaceholder(const UnicodeString& s) : fallback(s), type(kFallback) {} in FormattedPlaceholder() function 710 FormattedPlaceholder(const FormattedPlaceholder& input, FormattedValue&& output) in FormattedPlaceholder() function 725 …FormattedPlaceholder(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/ |
D | messageformat2_formattable.h | 698 explicit FormattedPlaceholder(const UnicodeString& s) : fallback(s), type(kFallback) {} in FormattedPlaceholder() function 710 FormattedPlaceholder(const FormattedPlaceholder& input, FormattedValue&& output) in FormattedPlaceholder() function 725 …FormattedPlaceholder(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
|