Home
last modified time | relevance | path

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

12

/third_party/icu/icu4c/source/common/unicode/
H A Ducurr.h439 * @param commonlyUsed if set to true it will return only commonly used values
449 UBool commonlyUsed,
/third_party/node/deps/icu-small/source/common/unicode/
H A Ducurr.h439 * @param commonlyUsed if set to true it will return only commonly used values
449 UBool commonlyUsed,
/third_party/skia/third_party/externals/icu/source/common/unicode/
H A Ducurr.h441 * @param commonlyUsed if set to true it will return only commonly used values
451 UBool commonlyUsed,
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
H A DCurrency.java417 * exists. If commonlyUsed is true, these are the values that typically are used
427 * If commonlyUsed is true, only the currencies known to be in use as of the current date
432 * If commonlyUsed is false, all currencies ever used in any locale are returned, in no
437 * @param commonlyUsed if true, return only values that are currently used in the locale.
444 boolean commonlyUsed) { in getKeywordValuesForLocale()
451 if (!commonlyUsed) { in getKeywordValuesForLocale()
443 getKeywordValuesForLocale(String key, ULocale locale, boolean commonlyUsed) getKeywordValuesForLocale() argument
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/util/
H A DCurrency.java393 * exists. If commonlyUsed is true, these are the values that typically are used
403 * If commonlyUsed is true, only the currencies known to be in use as of the current date
408 * If commonlyUsed is false, all currencies ever used in any locale are returned, in no
413 * @param commonlyUsed if true, return only values that are currently used in the locale.
419 boolean commonlyUsed) { in getKeywordValuesForLocale()
426 if (!commonlyUsed) { in getKeywordValuesForLocale()
418 getKeywordValuesForLocale(String key, ULocale locale, boolean commonlyUsed) getKeywordValuesForLocale() argument
/third_party/icu/icu4c/source/i18n/unicode/
H A Dcoll.h768 * @param commonlyUsed if set to true it will return only commonly used values
776 UBool commonlyUsed, UErrorCode& status);
H A Ducal.h1382 * @param commonlyUsed if set to true it will return only commonly used values
1392 UBool commonlyUsed,
H A Ducol.h880 * @param commonlyUsed if set to true it will return only commonly used values
890 UBool commonlyUsed,
H A Dcalendar.h399 * @param commonlyUsed if set to true it will return only commonly used values
407 const Locale& locale, UBool commonlyUsed, UErrorCode& status);
/third_party/node/deps/icu-small/source/i18n/unicode/
H A Dcoll.h768 * @param commonlyUsed if set to true it will return only commonly used values
776 UBool commonlyUsed, UErrorCode& status);
H A Ducal.h1447 * @param commonlyUsed if set to true it will return only commonly used values
1457 UBool commonlyUsed,
H A Ducol.h890 * @param commonlyUsed if set to true it will return only commonly used values
900 UBool commonlyUsed,
H A Dcalendar.h399 * @param commonlyUsed if set to true it will return only commonly used values
407 const Locale& locale, UBool commonlyUsed, UErrorCode& status);
/third_party/skia/third_party/externals/icu/source/i18n/unicode/
H A Dcoll.h768 * @param commonlyUsed if set to true it will return only commonly used values
776 UBool commonlyUsed, UErrorCode& status);
H A Ducal.h1382 * @param commonlyUsed if set to true it will return only commonly used values
1392 UBool commonlyUsed,
H A Ducol.h880 * @param commonlyUsed if set to true it will return only commonly used values
890 UBool commonlyUsed,
H A Dcalendar.h399 * @param commonlyUsed if set to true it will return only commonly used values
407 const Locale& locale, UBool commonlyUsed, UErrorCode& status);
/third_party/icu/icu4c/source/i18n/
H A Dcoll.cpp893 UBool commonlyUsed, UErrorCode& status) { in getKeywordValuesForLocale()
896 key, locale.getName(), commonlyUsed, &status), in getKeywordValuesForLocale()
892 getKeywordValuesForLocale(const char* key, const Locale& locale, UBool commonlyUsed, UErrorCode& status) getKeywordValuesForLocale() argument
H A Ducal.cpp697 ucal_getKeywordValuesForLocale(const char * /* key */, const char* locale, UBool commonlyUsed, UErrorCode *status) { in ucal_getKeywordValuesForLocale() argument
733 if (U_SUCCESS(*status) && !commonlyUsed) { in ucal_getKeywordValuesForLocale()
734 // If not commonlyUsed, add other available values in ucal_getKeywordValuesForLocale()
/third_party/node/deps/icu-small/source/i18n/
H A Dcoll.cpp895 UBool commonlyUsed, UErrorCode& status) { in getKeywordValuesForLocale()
898 key, locale.getName(), commonlyUsed, &status), in getKeywordValuesForLocale()
894 getKeywordValuesForLocale(const char* key, const Locale& locale, UBool commonlyUsed, UErrorCode& status) getKeywordValuesForLocale() argument
H A Ducal.cpp722 ucal_getKeywordValuesForLocale(const char * /* key */, const char* locale, UBool commonlyUsed, UErrorCode *status) { in ucal_getKeywordValuesForLocale() argument
758 if (U_SUCCESS(*status) && !commonlyUsed) { in ucal_getKeywordValuesForLocale()
759 // If not commonlyUsed, add other available values in ucal_getKeywordValuesForLocale()
/third_party/skia/third_party/externals/icu/source/i18n/
H A Dcoll.cpp893 UBool commonlyUsed, UErrorCode& status) { in getKeywordValuesForLocale()
896 key, locale.getName(), commonlyUsed, &status), in getKeywordValuesForLocale()
892 getKeywordValuesForLocale(const char* key, const Locale& locale, UBool commonlyUsed, UErrorCode& status) getKeywordValuesForLocale() argument
H A Ducal.cpp697 ucal_getKeywordValuesForLocale(const char * /* key */, const char* locale, UBool commonlyUsed, UErrorCode *status) { in ucal_getKeywordValuesForLocale() argument
733 if (U_SUCCESS(*status) && !commonlyUsed) { in ucal_getKeywordValuesForLocale()
734 // If not commonlyUsed, add other available values in ucal_getKeywordValuesForLocale()
/third_party/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) { in getKeywordValuesForLocale()
1005 // Note: The parameter commonlyUsed is not used. in getKeywordValuesForLocale()
1003 getKeywordValuesForLocale(String key, ULocale locale, boolean commonlyUsed) getKeywordValuesForLocale() argument
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/
H A DCollator.java959 * @param commonlyUsed if set to true it will return only commonly used values
965 boolean commonlyUsed) { in getKeywordValuesForLocale()
966 // Note: The parameter commonlyUsed is not used. in getKeywordValuesForLocale()
964 getKeywordValuesForLocale(String key, ULocale locale, boolean commonlyUsed) getKeywordValuesForLocale() argument

Completed in 49 milliseconds

12