Searched refs:noSubstitute (Results 1 - 8 of 8) sorted by relevance

/external/icu/android_icu4j/src/main/java/android/icu/text/
H A DCurrencyDisplayNames.java56 * localized for display in the provided locale. If noSubstitute is false,
64 * @param noSubstitute if true, do not return substitute values.
67 public static CurrencyDisplayNames getInstance(ULocale locale, boolean noSubstitute) { argument
68 return CurrencyData.provider.getInstance(locale, !noSubstitute);
73 * localized for display in the provided locale. If noSubstitute is false,
81 * @param noSubstitute if true, do not return substitute values.
84 public static CurrencyDisplayNames getInstance(Locale locale, boolean noSubstitute) { argument
85 return getInstance(ULocale.forLocale(locale), noSubstitute);
H A DCurrencyMetaInfo.java45 * noSubstitute is true and there is no data to support this API.
46 * @param noSubstitute true if no substitute data should be used
49 public static CurrencyMetaInfo getInstance(boolean noSubstitute) { argument
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
H A DCurrencyDisplayNames.java57 * localized for display in the provided locale. If noSubstitute is false,
65 * @param noSubstitute if true, do not return substitute values.
69 public static CurrencyDisplayNames getInstance(ULocale locale, boolean noSubstitute) { argument
70 return CurrencyData.provider.getInstance(locale, !noSubstitute);
75 * localized for display in the provided locale. If noSubstitute is false,
83 * @param noSubstitute if true, do not return substitute values.
87 public static CurrencyDisplayNames getInstance(Locale locale, boolean noSubstitute) { argument
88 return getInstance(ULocale.forLocale(locale), noSubstitute);
H A DCurrencyMetaInfo.java45 * noSubstitute is true and there is no data to support this API.
46 * @param noSubstitute true if no substitute data should be used
50 public static CurrencyMetaInfo getInstance(boolean noSubstitute) { argument
/external/icu/icu4c/source/i18n/
H A Dulocdata.c36 UBool noSubstitute; member in struct:ULocaleData
66 uld->noSubstitute = FALSE;
91 uld->noSubstitute = setting;
97 return uld->noSubstitute;
116 if ( (localStatus == U_USING_DEFAULT_WARNING) && uld->noSubstitute ) {
159 if ( (localStatus == U_USING_DEFAULT_WARNING) && uld->noSubstitute ) {
175 if ( (localStatus == U_USING_DEFAULT_WARNING) && uld->noSubstitute ) {
292 if ( (localStatus == U_USING_DEFAULT_WARNING) && uld->noSubstitute ) {
308 if ( (localStatus == U_USING_DEFAULT_WARNING) && uld->noSubstitute ) {
344 if ( (localStatus == U_USING_DEFAULT_WARNING) && uld->noSubstitute ) {
[all...]
/external/icu/android_icu4j/src/main/java/android/icu/util/
H A DLocaleData.java29 private boolean noSubstitute; field in class:LocaleData
182 return noSubstitute ? null : UnicodeSet.EMPTY;
189 if ( noSubstitute && (stringBundle.getLoadingStatus() == ICUResourceBundle.FROM_ROOT) ) {
197 return noSubstitute ? null : UnicodeSet.EMPTY;
211 ld.noSubstitute = false;
234 noSubstitute = setting;
246 return noSubstitute;
269 if ( noSubstitute && (stringBundle.getLoadingStatus() == ICUResourceBundle.FROM_ROOT) )
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
H A DLocaleData.java28 private boolean noSubstitute; field in class:LocaleData
194 return noSubstitute ? null : UnicodeSet.EMPTY;
201 if ( noSubstitute && (stringBundle.getLoadingStatus() == ICUResourceBundle.FROM_ROOT) ) {
209 return noSubstitute ? null : UnicodeSet.EMPTY;
224 ld.noSubstitute = false;
249 noSubstitute = setting;
262 return noSubstitute;
286 if ( noSubstitute && (stringBundle.getLoadingStatus() == ICUResourceBundle.FROM_ROOT) )
/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 ...

Completed in 107 milliseconds