Searched refs:commonlyUsed (Results 1 - 15 of 15) sorted by relevance

/external/icu/icu4c/source/common/unicode/
H A Ducurr.h393 * @param commonlyUsed if set to true it will return only commonly used values
403 UBool commonlyUsed,
/external/icu/android_icu4j/src/main/java/android/icu/util/
H A DCurrency.java410 * exists. If commonlyUsed is true, these are the values that typically are used
420 * If commonlyUsed is true, only the currencies known to be in use as of the current date
425 * If commonlyUsed is false, all currencies ever used in any locale are returned, in no
430 * @param commonlyUsed if true, return only values that are currently used in the locale.
436 boolean commonlyUsed) {
443 if (!commonlyUsed) {
435 getKeywordValuesForLocale(String key, ULocale locale, boolean commonlyUsed) argument
H A DCalendar.java1856 * @param commonlyUsed if set to true it will return only commonly used values
1862 boolean commonlyUsed) {
1883 if (commonlyUsed) {
1888 // if not commonlyUsed, add all preferred calendars in the order
1861 getKeywordValuesForLocale(String key, ULocale locale, boolean commonlyUsed) argument
/external/icu/icu4c/source/i18n/
H A Ducal.cpp673 ucal_getKeywordValuesForLocale(const char * /* key */, const char* locale, UBool commonlyUsed, UErrorCode *status) { argument
709 if (U_SUCCESS(*status) && !commonlyUsed) {
710 // If not commonlyUsed, add other available values
H A Dcoll.cpp888 UBool commonlyUsed, UErrorCode& status) {
891 key, locale.getName(), commonlyUsed, &status),
887 getKeywordValuesForLocale(const char* key, const Locale& locale, UBool commonlyUsed, UErrorCode& status) argument
H A Dcalendar.cpp1087 const Locale& locale, UBool commonlyUsed, UErrorCode& status)
1091 commonlyUsed, &status);
1086 getKeywordValuesForLocale(const char* key, const Locale& locale, UBool commonlyUsed, UErrorCode& status) argument
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
H A DCurrency.java425 * exists. If commonlyUsed is true, these are the values that typically are used
435 * If commonlyUsed is true, only the currencies known to be in use as of the current date
440 * If commonlyUsed is false, all currencies ever used in any locale are returned, in no
445 * @param commonlyUsed if true, return only values that are currently used in the locale.
452 boolean commonlyUsed) {
459 if (!commonlyUsed) {
451 getKeywordValuesForLocale(String key, ULocale locale, boolean commonlyUsed) argument
H A DCalendar.java1929 * @param commonlyUsed if set to true it will return only commonly used values
1936 boolean commonlyUsed) {
1957 if (commonlyUsed) {
1962 // if not commonlyUsed, add all preferred calendars in the order
1935 getKeywordValuesForLocale(String key, ULocale locale, boolean commonlyUsed) argument
/external/icu/icu4c/source/i18n/unicode/
H A Dcoll.h754 * @param commonlyUsed if set to true it will return only commonly used values
762 UBool commonlyUsed, UErrorCode& status);
H A Ducal.h1324 * @param commonlyUsed if set to true it will return only commonly used values
1334 UBool commonlyUsed,
H A Ducol.h875 * @param commonlyUsed if set to true it will return only commonly used values
885 UBool commonlyUsed,
H A Dcalendar.h411 * @param commonlyUsed if set to true it will return only commonly used values
419 const Locale& locale, UBool commonlyUsed, UErrorCode& status);
/external/icu/android_icu4j/src/main/java/android/icu/text/
H A DCollator.java959 * @param commonlyUsed if set to true it will return only commonly used values
965 boolean commonlyUsed) {
966 // Note: The parameter commonlyUsed is not used.
964 getKeywordValuesForLocale(String key, ULocale locale, boolean commonlyUsed) argument
/external/icu/icu4c/source/common/
H A Ducurr.cpp2493 U_CAPI UEnumeration *U_EXPORT2 ucurr_getKeywordValuesForLocale(const char *key, const char *locale, UBool commonlyUsed, UErrorCode* status) { argument
2530 if (!isPrefRegion && commonlyUsed) {
2531 // With commonlyUsed=true, we do not put
2583 } else if (!ulist_containsString(otherValues, curID, (int32_t)uprv_strlen(curID)) && !commonlyUsed) {
2592 if (commonlyUsed) {
/external/icu/icu4j/main/classes/collate/src/com/ibm/icu/text/
H A DCollator.java997 * @param commonlyUsed if set to true it will return only commonly used values
1004 boolean commonlyUsed) {
1005 // Note: The parameter commonlyUsed is not used.
1003 getKeywordValuesForLocale(String key, ULocale locale, boolean commonlyUsed) argument

Completed in 355 milliseconds