HomeSort by relevance Sort by last modified time
    Searched defs:noSubstitute (Results 1 - 8 of 8) sorted by null

  /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) )
  /external/libgdx/backends/gdx-backend-moe/libs/
intel-moe-core.jar 
  /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 1044 milliseconds