Searched refs:getAllKeywordValues (Results 1 – 7 of 7) sorted by relevance
/external/icu/icu4c/source/i18n/unicode/ |
D | plurrule.h | 396 int32_t getAllKeywordValues(const UnicodeString &keyword,
|
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ |
D | PluralSamples.java | 264 Collection<Double> values = pluralRules.getAllKeywordValues(keyword); in getStatus() 325 Collection<Double> getAllKeywordValues(String keyword) { in getAllKeywordValues() method in PluralSamples
|
D | PluralRules.java | 2061 Collection<Double> values = getAllKeywordValues(keyword); in getUniqueKeywordValue() 2077 public Collection<Double> getAllKeywordValues(String keyword) { in getAllKeywordValues() method in PluralRules 2078 return getAllKeywordValues(keyword, SampleType.INTEGER); in getAllKeywordValues() 2094 public Collection<Double> getAllKeywordValues(String keyword, SampleType type) { in getAllKeywordValues() method in PluralRules
|
/external/messageformat/java/com/ibm/icu/simple/ |
D | PluralRules.java | 1998 Collection<Double> values = getAllKeywordValues(keyword); in getUniqueKeywordValue() 2014 public Collection<Double> getAllKeywordValues(String keyword) { in getAllKeywordValues() method in PluralRules 2015 return getAllKeywordValues(keyword, SampleType.INTEGER); in getAllKeywordValues() 2031 public Collection<Double> getAllKeywordValues(String keyword, SampleType type) { in getAllKeywordValues() method in PluralRules
|
/external/icu/icu4c/source/test/intltest/ |
D | plurults.cpp | 519 int32_t count = p->getAllKeywordValues(keyword, &samples[0], 4, status); in testGetAllKeywordValues()
|
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/ |
D | PluralRulesTest.java | 706 Collection<Double> results = p.getAllKeywordValues(keyword);
|
/external/icu/icu4c/source/i18n/ |
D | plurrule.cpp | 275 PluralRules::getAllKeywordValues(const UnicodeString & /* keyword */, double * /* dest */, in getAllKeywordValues() function in PluralRules
|