OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:noSubstitute
(Results
1 - 11
of
11
) sorted by null
/external/icu/android_icu4j/src/main/java/android/icu/text/
CurrencyDisplayNames.java
56
* 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
) {
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
) {
85
return getInstance(ULocale.forLocale(locale),
noSubstitute
);
CurrencyMetaInfo.java
45
*
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
) {
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
CurrencyDisplayNames.java
57
* 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
) {
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
) {
88
return getInstance(ULocale.forLocale(locale),
noSubstitute
);
CurrencyMetaInfo.java
45
*
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
) {
/external/icu/icu4c/source/i18n/
ulocdata.c
36
UBool
noSubstitute
;
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/
LocaleData.java
29
private boolean
noSubstitute
;
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/
LocaleData.java
28
private boolean
noSubstitute
;
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) )
/prebuilts/tools/common/m2/repository/com/ibm/icu/icu4j/54.1.1/
icu4j-54.1.1.jar
/prebuilts/misc/common/icu4j/
icu4j.jar
/prebuilts/tools/common/m2/repository/com/ibm/icu/icu4j/53.1/
icu4j-53.1.jar
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
com.ibm.icu_4.2.1.v20100412.jar
Completed in 2704 milliseconds