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

/external/icu/icu4c/source/i18n/unicode/
H A Ducurr.h391 * @param commonlyUsed if set to true it will return only commonly used values
401 UBool commonlyUsed,
H A Dcoll.h749 * @param commonlyUsed if set to true it will return only commonly used values
757 UBool commonlyUsed, UErrorCode& status);
H A Ducal.h1320 * @param commonlyUsed if set to true it will return only commonly used values
1330 UBool commonlyUsed,
H A Ducol.h864 * @param commonlyUsed if set to true it will return only commonly used values
874 UBool commonlyUsed,
H A Dcalendar.h409 * @param commonlyUsed if set to true it will return only commonly used values
417 const Locale& locale, UBool commonlyUsed, UErrorCode& status);
/external/icu/android_icu4j/src/main/java/android/icu/util/
H A DCurrency.java351 * exists. If commonlyUsed is true, these are the values that typically are used
361 * If commonlyUsed is true, only the currencies known to be in use as of the current date
366 * If commonlyUsed is false, all currencies ever used in any locale are returned, in no
371 * @param commonlyUsed if true, return only values that are currently used in the locale.
377 boolean commonlyUsed) {
384 if (!commonlyUsed) {
376 getKeywordValuesForLocale(String key, ULocale locale, boolean commonlyUsed) argument
H A DCalendar.java1849 * @param commonlyUsed if set to true it will return only commonly used values
1855 boolean commonlyUsed) {
1880 if (commonlyUsed) {
1885 // if not commonlyUsed, add all preferred calendars in the order
1854 getKeywordValuesForLocale(String key, ULocale locale, boolean commonlyUsed) argument
/external/icu/icu4c/source/i18n/
H A Ducal.cpp670 ucal_getKeywordValuesForLocale(const char * /* key */, const char* locale, UBool commonlyUsed, UErrorCode *status) { argument
713 if (U_SUCCESS(*status) && !commonlyUsed) {
714 // If not commonlyUsed, add other available values
H A Dcoll.cpp884 UBool commonlyUsed, UErrorCode& status) {
887 key, locale.getName(), commonlyUsed, &status),
883 getKeywordValuesForLocale(const char* key, const Locale& locale, UBool commonlyUsed, UErrorCode& status) argument
H A Ducurr.cpp2542 U_CAPI UEnumeration *U_EXPORT2 ucurr_getKeywordValuesForLocale(const char *key, const char *locale, UBool commonlyUsed, UErrorCode* status) { argument
2586 if (!isPrefRegion && commonlyUsed) {
2587 // With commonlyUsed=true, we do not put
2639 } else if (!ulist_containsString(otherValues, curID, (int32_t)uprv_strlen(curID)) && !commonlyUsed) {
2648 if (commonlyUsed) {
H A Dcalendar.cpp1078 const Locale& locale, UBool commonlyUsed, UErrorCode& status)
1082 commonlyUsed, &status);
1077 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.java366 * exists. If commonlyUsed is true, these are the values that typically are used
376 * If commonlyUsed is true, only the currencies known to be in use as of the current date
381 * If commonlyUsed is false, all currencies ever used in any locale are returned, in no
386 * @param commonlyUsed if true, return only values that are currently used in the locale.
393 boolean commonlyUsed) {
400 if (!commonlyUsed) {
392 getKeywordValuesForLocale(String key, ULocale locale, boolean commonlyUsed) argument
H A DCalendar.java1924 * @param commonlyUsed if set to true it will return only commonly used values
1931 boolean commonlyUsed) {
1956 if (commonlyUsed) {
1961 // if not commonlyUsed, add all preferred calendars in the order
1930 getKeywordValuesForLocale(String key, ULocale locale, boolean commonlyUsed) argument
/external/icu/android_icu4j/src/main/java/android/icu/text/
H A DCollator.java940 * @param commonlyUsed if set to true it will return only commonly used values
946 boolean commonlyUsed) {
947 // Note: The parameter commonlyUsed is actually not used.
945 getKeywordValuesForLocale(String key, ULocale locale, boolean commonlyUsed) argument
/external/icu/icu4j/main/classes/collate/src/com/ibm/icu/text/
H A DCollator.java978 * @param commonlyUsed if set to true it will return only commonly used values
985 boolean commonlyUsed) {
986 // Note: The parameter commonlyUsed is actually not used.
984 getKeywordValuesForLocale(String key, ULocale locale, boolean commonlyUsed) argument
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dcom.ibm.icu_4.2.1.v20100412.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/libgdx/backends/gdx-backend-moe/libs/
H A Dintel-moe-core.jarMETA-INF/ META-INF/MANIFEST.MF LICENSE SQLite/ SQLite/Authorizer.class Authorizer.java package ...
/external/libgdx/backends/gdx-backends-gwt/libs/
H A Dgwt-dev.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/gwt/ com/google/gwt/core/ ...

Completed in 532 milliseconds