Searched refs:UDISPOPT_NOUN_CLASS_PERSONAL (Results 1 – 3 of 3) sorted by relevance
/third_party/icu/icu4c/source/test/intltest/ |
D | displayoptions_test.cpp | 63 icu::DisplayOptions::builder().setNounClass(UDISPOPT_NOUN_CLASS_PERSONAL).build(); in testDisplayOptionsEachElement() 64 assertEquals(u"Test setting parameters: ", UDISPOPT_NOUN_CLASS_PERSONAL, in testDisplayOptionsEachElement() 117 displayOptions.copyToBuilder().setNounClass(UDISPOPT_NOUN_CLASS_PERSONAL).build(); in testDisplayOptionsUpdating() 120 assertEquals(u"Test updating parameters: ", UDISPOPT_NOUN_CLASS_PERSONAL, in testDisplayOptionsUpdating() 137 assertEquals(u"Test updating parameters: ", UDISPOPT_NOUN_CLASS_PERSONAL, in testDisplayOptionsUpdating() 155 assertEquals(u"Test updating parameters: ", UDISPOPT_NOUN_CLASS_PERSONAL, in testDisplayOptionsUpdating() 173 assertEquals(u"Test updating parameters: ", UDISPOPT_NOUN_CLASS_PERSONAL, in testDisplayOptionsUpdating() 191 assertEquals(u"Test updating parameters: ", UDISPOPT_NOUN_CLASS_PERSONAL, in testDisplayOptionsUpdating() 209 assertEquals(u"Test updating parameters: ", UDISPOPT_NOUN_CLASS_PERSONAL, in testDisplayOptionsUpdating() 289 udispopt_getNounClassIdentifier(UDISPOPT_NOUN_CLASS_PERSONAL)); in testDisplayOptionsGetIdentifier() [all …]
|
/third_party/node/deps/icu-small/source/i18n/unicode/ |
D | udisplayoptions.h | 155 UDISPOPT_NOUN_CLASS_PERSONAL = 7, enumerator
|
/third_party/icu/icu4c/source/i18n/unicode/ |
D | udisplayoptions.h | 157 UDISPOPT_NOUN_CLASS_PERSONAL = 7, enumerator
|