Searched refs:commonlyUsed (Results 1 – 9 of 9) sorted by relevance
/external/icu4c/i18n/unicode/ |
D | ucurr.h | 344 UBool commonlyUsed,
|
D | ucal.h | 1251 UBool commonlyUsed,
|
D | coll.h | 740 … UBool commonlyUsed, UErrorCode& status);
|
D | ucol.h | 767 UBool commonlyUsed,
|
D | calendar.h | 386 const Locale& locale, UBool commonlyUsed, UErrorCode& status);
|
/external/icu4c/i18n/ |
D | ucal.cpp | 641 ucal_getKeywordValuesForLocale(const char * /* key */, const char* locale, UBool commonlyUsed, UErr… in ucal_getKeywordValuesForLocale() argument 685 if (U_SUCCESS(*status) && !commonlyUsed) { in ucal_getKeywordValuesForLocale()
|
D | coll.cpp | 812 UBool commonlyUsed, UErrorCode& status) { in getKeywordValuesForLocale() argument 815 commonlyUsed, &status); in getKeywordValuesForLocale()
|
D | ucurr.cpp | 2271 …_getKeywordValuesForLocale(const char *key, const char *locale, UBool commonlyUsed, UErrorCode* st… in ucurr_getKeywordValuesForLocale() argument 2316 if (!isPrefRegion && commonlyUsed) { in ucurr_getKeywordValuesForLocale() 2369 …else if (!ulist_containsString(otherValues, curID, (int32_t)uprv_strlen(curID)) && !commonlyUsed) { in ucurr_getKeywordValuesForLocale() 2378 if (commonlyUsed) { in ucurr_getKeywordValuesForLocale()
|
D | calendar.cpp | 980 const Locale& locale, UBool commonlyUsed, UErrorCode& status) in getKeywordValuesForLocale() argument 984 commonlyUsed, &status); in getKeywordValuesForLocale()
|