Home
last modified time | relevance | path

Searched defs:hasPattern (Results 1 – 7 of 7) sorted by relevance

/external/icu/icu4c/source/i18n/unicode/
Dmessageformat2.h179 bool hasPattern = false; variable
Dmessageformat2_data_model.h2443 bool hasPattern = true; variable
2554 bool hasPattern() const { return std::holds_alternative<Pattern>(body); } in hasPattern() function
/external/icu/libicu/cts_headers/unicode/
Dmessageformat2.h179 bool hasPattern = false; variable
Dmessageformat2_data_model.h2443 bool hasPattern = true; variable
2554 bool hasPattern() const { return std::holds_alternative<Pattern>(body); } in hasPattern() function
/external/libphonenumber/libphonenumber/src/com/google/i18n/phonenumbers/
DPhonemetadata.java79 private boolean hasPattern; field in Phonemetadata.NumberFormat
81 public boolean hasPattern() { return hasPattern; } in hasPattern() method in Phonemetadata.NumberFormat
/external/libphonenumber/repackaged/libphonenumber/src/com/android/i18n/phonenumbers/
DPhonemetadata.java87 private boolean hasPattern; field in Phonemetadata.NumberFormat
89 public boolean hasPattern() { return hasPattern; } in hasPattern() method in Phonemetadata.NumberFormat
/external/jackson-annotations/src/main/java/com/fasterxml/jackson/annotation/
DJsonFormat.java774 public boolean hasPattern() { in hasPattern() method in JsonFormat.Value