Home
last modified time | relevance | path

Searched refs:getKeywordValuesForLocale (Results 1 – 6 of 6) sorted by relevance

/external/icu4c/i18n/unicode/
Dcoll.h739 …static StringEnumeration* U_EXPORT2 getKeywordValuesForLocale(const char* keyword, const Locale& l…
Dcalendar.h385 static StringEnumeration* U_EXPORT2 getKeywordValuesForLocale(const char* key,
/external/icu4c/i18n/
Dcoll.cpp811 Collator::getKeywordValuesForLocale(const char* key, const Locale& locale, in getKeywordValuesForLocale() function in Collator
Dcalendar.cpp979 Calendar::getKeywordValuesForLocale(const char* key, in getKeywordValuesForLocale() function in Calendar
/external/icu4c/test/intltest/
Dcaltest.cpp524 …StringEnumeration *en = Calendar::getKeywordValuesForLocale(NULL, Locale::getDefault(),FALSE, stat… in TestGenericAPI()
Dapicoll.cpp120 … StringEnumeration* kwEnum = col->getKeywordValuesForLocale("", Locale::getEnglish(),true,success); in TestProperty()