/third_party/icu/icu4c/source/test/cintltst/ |
D | cpluralrulestest.c | 208 UBool getKeywords[kNumKeywords]; in TestGetKeywords() local 215 getKeywords[i] = FALSE; in TestGetKeywords() 240 getKeywords[iKnown] = TRUE; in TestGetKeywords() 247 if (uprv_memcmp(expectKeywords, getKeywords, kNumKeywords) != 0) { in TestGetKeywords() 252 … getKeywords[0], getKeywords[1], getKeywords[2], getKeywords[3], getKeywords[4], getKeywords[5] ); in TestGetKeywords()
|
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ |
D | PluralSamples.java | 56 Set<String> keywords = pluralRules.getKeywords(); in PluralSamples() 250 if (!pluralRules.getKeywords().contains(keyword)) { in getStatus() 316 if (!pluralRules.getKeywords().contains(keyword)) { in getAllKeywordValues()
|
D | TimeUnitFormat.java | 347 Set<String> pluralKeywords = pluralRules.getKeywords(); in setup() 463 Set<String> keywords = pluralRules.getKeywords(); in setup()
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/ |
D | PluralSamples.java | 58 Set<String> keywords = pluralRules.getKeywords(); in PluralSamples() 252 if (!pluralRules.getKeywords().contains(keyword)) { in getStatus() 317 if (!pluralRules.getKeywords().contains(keyword)) { in getAllKeywordValues()
|
D | TimeUnitFormat.java | 349 Set<String> pluralKeywords = pluralRules.getKeywords(); in setup() 465 Set<String> keywords = pluralRules.getKeywords(); in setup()
|
/third_party/flutter/skia/third_party/externals/icu/source/common/unicode/ |
D | locid.h | 611 inline void getKeywords(OutputIterator iterator, UErrorCode& status) const; 1121 Locale::getKeywords(OutputIterator iterator, UErrorCode& status) const in getKeywords() function
|
/third_party/icu/icu4c/source/common/unicode/ |
D | locid.h | 616 inline void getKeywords(OutputIterator iterator, UErrorCode& status) const; 1212 Locale::getKeywords(OutputIterator iterator, UErrorCode& status) const in getKeywords() function
|
/third_party/skia/third_party/externals/icu/source/common/unicode/ |
D | locid.h | 616 inline void getKeywords(OutputIterator iterator, UErrorCode& status) const; 1212 Locale::getKeywords(OutputIterator iterator, UErrorCode& status) const in getKeywords() function
|
/third_party/node/deps/icu-small/source/common/unicode/ |
D | locid.h | 616 inline void getKeywords(OutputIterator iterator, UErrorCode& status) const; 1212 Locale::getKeywords(OutputIterator iterator, UErrorCode& status) const in getKeywords() function
|
/third_party/flutter/skia/third_party/externals/icu/source/i18n/ |
D | upluralrules.cpp | 127 StringEnumeration *senum = plrules->getKeywords(*status); in uplrules_getKeywords()
|
D | plurrule.cpp | 280 PluralRules::getKeywords(UErrorCode& status) const { in getKeywords() function in PluralRules 441 LocalPointer<StringEnumeration> myKeywordList(getKeywords(status)); in operator ==() 442 LocalPointer<StringEnumeration> otherKeywordList(other.getKeywords(status)); in operator ==() 1073 RuleChain::getKeywords(int32_t capacityOfKeywords, UnicodeString* keywords, int32_t& arraySize) con… in getKeywords() function in RuleChain 1085 return fNext->getKeywords(capacityOfKeywords, keywords, arraySize); in getKeywords()
|
/third_party/flutter/skia/third_party/externals/icu/source/i18n/unicode/ |
D | plurrule.h | 364 StringEnumeration* getKeywords(UErrorCode& status) const;
|
/third_party/node/deps/icu-small/source/i18n/unicode/ |
D | plurrule.h | 415 StringEnumeration* getKeywords(UErrorCode& status) const;
|
/third_party/icu/icu4c/source/i18n/unicode/ |
D | plurrule.h | 417 StringEnumeration* getKeywords(UErrorCode& status) const;
|
/third_party/skia/third_party/externals/icu/source/i18n/unicode/ |
D | plurrule.h | 417 StringEnumeration* getKeywords(UErrorCode& status) const;
|
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/format/ |
D | PluralRulesTest.java | 337 for (String keyword : rules.getKeywords()) { 686 Set<String> keywords = rules.getKeywords(); 725 for (String keyword2 : rules.getKeywords()) { 869 for (String keyword : rules.getKeywords()) { 1079 EnumSet<StandardPluralCategories> set = getCanonicalSet(pr.getKeywords());
|
/third_party/icu/icu4j/main/tests/collate/src/com/ibm/icu/dev/test/collator/ |
D | CollationServiceTest.java | 349 String kw[] = Collator.getKeywords(); in TestSeparateTrees() 384 String kw[] = Collator.getKeywords(); in TestGetFunctionalEquivalent()
|
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/collator/ |
D | CollationServiceTest.java | 352 String kw[] = Collator.getKeywords(); in TestSeparateTrees() 387 String kw[] = Collator.getKeywords(); in TestGetFunctionalEquivalent()
|
/third_party/node/deps/icu-small/source/i18n/ |
D | upluralrules.cpp | 171 StringEnumeration *senum = plrules->getKeywords(*status); in uplrules_getKeywords()
|
/third_party/skia/third_party/externals/icu/source/i18n/ |
D | upluralrules.cpp | 171 StringEnumeration *senum = plrules->getKeywords(*status); in uplrules_getKeywords()
|
D | plurrule.cpp | 344 PluralRules::getKeywords(UErrorCode& status) const { in getKeywords() function in PluralRules 558 LocalPointer<StringEnumeration> myKeywordList(getKeywords(status)); in operator ==() 559 LocalPointer<StringEnumeration> otherKeywordList(other.getKeywords(status)); in operator ==() 1196 RuleChain::getKeywords(int32_t capacityOfKeywords, UnicodeString* keywords, int32_t& arraySize) con… in getKeywords() function in RuleChain 1208 return fNext->getKeywords(capacityOfKeywords, keywords, arraySize); in getKeywords()
|
/third_party/icu/icu4c/source/i18n/ |
D | upluralrules.cpp | 171 StringEnumeration *senum = plrules->getKeywords(*status); in uplrules_getKeywords()
|
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/util/ |
D | ULocale.java | 791 Iterator<String> thisKwdItr = getKeywords(); in compareTo() 792 Iterator<String> otherKwdItr = other.getKeywords(); in compareTo() 1168 public Iterator<String> getKeywords() { in getKeywords() method in ULocale 1169 return getKeywords(localeID); in getKeywords() 1179 public static Iterator<String> getKeywords(String localeID){ in getKeywords() method in ULocale 1180 return new LocaleIDParser(localeID).getKeywords(); in getKeywords() 1278 Iterator<String> keywords = temp.getKeywords(); in replace() 4205 Iterator<String> kwitr = getKeywords(); in extensions()
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/util/ |
D | ULocale.java | 749 Iterator<String> thisKwdItr = getKeywords(); in compareTo() 750 Iterator<String> otherKwdItr = other.getKeywords(); in compareTo() 1106 public Iterator<String> getKeywords() { in getKeywords() method in ULocale 1107 return getKeywords(localeID); in getKeywords() 1116 public static Iterator<String> getKeywords(String localeID){ in getKeywords() method in ULocale 1117 return new LocaleIDParser(localeID).getKeywords(); in getKeywords() 3692 Iterator<String> kwitr = getKeywords(); in extensions()
|
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/ |
D | PluralRulesTest.java | 396 for (String keyword : rules.getKeywords()) { 752 Set<String> keywords = rules.getKeywords(); 791 for (String keyword2 : rules.getKeywords()) { 935 for (String keyword : rules.getKeywords()) { 1194 EnumSet<StandardPluralCategories> set = getCanonicalSet(pr.getKeywords());
|