Home | History | Annotate | Download | only in i18n

Lines Matching refs:commonlyUsed

2273 U_CAPI UEnumeration *U_EXPORT2 ucurr_getKeywordValuesForLocale(const char *key, const char *locale, UBool commonlyUsed, UErrorCode* status) {
2317 if (!isPrefRegion && commonlyUsed) {
2318 // With commonlyUsed=true, we do not put
2370 } else if (!ulist_containsString(otherValues, curID, (int32_t)uprv_strlen(curID)) && !commonlyUsed) {
2379 if (commonlyUsed) {