Home
last modified time | relevance | path

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

/third_party/node/deps/icu-small/source/i18n/unicode/
Ddisplayoptions.h131 Builder &setSubstituteHandling(UDisplayOptionsSubstituteHandling substituteHandling) { in setSubstituteHandling()
156 UDisplayOptionsSubstituteHandling substituteHandling; variable
261 UDisplayOptionsSubstituteHandling substituteHandling; variable
/third_party/icu/icu4c/source/i18n/unicode/
Ddisplayoptions.h158 UDisplayOptionsSubstituteHandling substituteHandling; variable
263 UDisplayOptionsSubstituteHandling substituteHandling; variable
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DDisplayOptions.java33 private final SubstituteHandling substituteHandling; field in DisplayOptions
147 private SubstituteHandling substituteHandling; field in DisplayOptions.Builder
259 public Builder setSubstituteHandling(SubstituteHandling substituteHandling) { in setSubstituteHandling()
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
DLocaleDisplayNamesImpl.java41 private final DisplayContext substituteHandling; field in LocaleDisplayNamesImpl
142 DisplayContext substituteHandling = DisplayContext.SUBSTITUTE; in LocaleDisplayNamesImpl() local
754 private DisplayContext substituteHandling; field in LocaleDisplayNamesImpl.Cache
773 DisplayContext substituteHandling = DisplayContext.SUBSTITUTE; in get() local
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/
DLocaleDisplayNamesImpl.java45 private final DisplayContext substituteHandling; field in LocaleDisplayNamesImpl
146 DisplayContext substituteHandling = DisplayContext.SUBSTITUTE; in LocaleDisplayNamesImpl() local
735 private DisplayContext substituteHandling; field in LocaleDisplayNamesImpl.Cache
754 DisplayContext substituteHandling = DisplayContext.SUBSTITUTE; in get() local
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/util/
DULocaleTest.java1154 public DisplayContext substituteHandling; in TestDisplayNames() field in ULocaleTest.Item
1223 … DisplayContext substituteHandling = ldn.getContext(DisplayContext.Type.SUBSTITUTE_HANDLING); in TestDisplayNames() local
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/
DULocaleTest.java1172 public DisplayContext substituteHandling; in TestDisplayNames() field in ULocaleTest.Item
1261 … DisplayContext substituteHandling = ldn.getContext(DisplayContext.Type.SUBSTITUTE_HANDLING); in TestDisplayNames() local