Searched defs:commonlyUsed (Results 1 - 5 of 5) sorted by relevance

/external/icu4c/i18n/
H A Dcoll.cpp812 UBool commonlyUsed, UErrorCode& status) {
815 commonlyUsed, &status);
811 getKeywordValuesForLocale(const char* key, const Locale& locale, UBool commonlyUsed, UErrorCode& status) argument
H A Ducal.cpp564 ucal_getKeywordValuesForLocale(const char * /* key */, const char* locale, UBool commonlyUsed, UErrorCode *status) { argument
608 if (U_SUCCESS(*status) && !commonlyUsed) {
609 // If not commonlyUsed, add other available values
H A Ducurr.cpp2123 U_CAPI UEnumeration *U_EXPORT2 ucurr_getKeywordValuesForLocale(const char *key, const char *locale, UBool commonlyUsed, UErrorCode* status) { argument
2168 if (!isPrefRegion && commonlyUsed) {
2169 // With commonlyUsed=true, we do not put
2205 } else if (!ulist_containsString(otherValues, curID, uprv_strlen(curID)) && !commonlyUsed) {
2214 if (commonlyUsed) {
H A Dzstrfmt.cpp711 UBool commonlyUsed = isCommonlyUsed(zoneItem); local
914 ZoneStrings *zstrings = new ZoneStrings(strings, stringsCount, commonlyUsed,
1487 UBool commonlyUsed = FALSE; local
1493 commonlyUsed = TRUE;
1497 return commonlyUsed;
1538 ZoneStrings::ZoneStrings(UnicodeString *strings, int32_t stringsCount, UBool commonlyUsed, argument
1540 : fStrings(strings), fStringsCount(stringsCount), fIsCommonlyUsed(commonlyUsed),
H A Dcalendar.cpp951 const Locale& locale, UBool commonlyUsed, UErrorCode& status)
955 commonlyUsed, &status);
950 getKeywordValuesForLocale(const char* key, const Locale& locale, UBool commonlyUsed, UErrorCode& status) argument

Completed in 97 milliseconds