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

/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
H A DCurrencyDisplayNames.java58 * localized for display in the provided locale. If noSubstitute is false,
66 * @param noSubstitute if true, do not return substitute values.
70 public static CurrencyDisplayNames getInstance(ULocale locale, boolean noSubstitute) { argument
71 return CurrencyData.provider.getInstance(locale, !noSubstitute);
76 * localized for display in the provided locale. If noSubstitute is false,
84 * @param noSubstitute if true, do not return substitute values.
89 public static CurrencyDisplayNames getInstance(Locale locale, boolean noSubstitute) { argument
90 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/icu4j/main/classes/core/src/com/ibm/icu/util/
H A DLocaleData.java28 private boolean noSubstitute; field in class:LocaleData
189 return noSubstitute ? null : UnicodeSet.EMPTY;
196 if ( noSubstitute && (stringBundle.getLoadingStatus() == ICUResourceBundle.FROM_ROOT) ) {
204 return noSubstitute ? null : UnicodeSet.EMPTY;
219 ld.noSubstitute = false;
244 noSubstitute = setting;
257 return noSubstitute;
281 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 936 milliseconds