Searched refs:noSubstitute (Results 1 – 9 of 9) sorted by relevance
39 UBool noSubstitute; member69 uld->noSubstitute = FALSE; in ulocdata_open()94 uld->noSubstitute = setting; in ulocdata_setNoSubstitute()100 return uld->noSubstitute; in ulocdata_getNoSubstitute()119 if ( (localStatus == U_USING_DEFAULT_WARNING) && uld->noSubstitute ) { in ulocdata_getExemplarSet()162 if ( (localStatus == U_USING_DEFAULT_WARNING) && uld->noSubstitute ) { in ulocdata_getDelimiter()178 if ( (localStatus == U_USING_DEFAULT_WARNING) && uld->noSubstitute ) { in ulocdata_getDelimiter()290 if ( (localStatus == U_USING_DEFAULT_WARNING) && uld->noSubstitute ) { in ulocdata_getLocaleDisplayPattern()306 if ( (localStatus == U_USING_DEFAULT_WARNING) && uld->noSubstitute ) { in ulocdata_getLocaleDisplayPattern()342 if ( (localStatus == U_USING_DEFAULT_WARNING) && uld->noSubstitute ) { in ulocdata_getLocaleSeparator()[all …]
39 UBool noSubstitute; member69 uld->noSubstitute = false; in ulocdata_open()94 uld->noSubstitute = setting; in ulocdata_setNoSubstitute()100 return uld->noSubstitute; in ulocdata_getNoSubstitute()119 if ( (localStatus == U_USING_DEFAULT_WARNING) && uld->noSubstitute ) { in ulocdata_getExemplarSet()162 if ( (localStatus == U_USING_DEFAULT_WARNING) && uld->noSubstitute ) { in ulocdata_getDelimiter()178 if ( (localStatus == U_USING_DEFAULT_WARNING) && uld->noSubstitute ) { in ulocdata_getDelimiter()293 if ( (localStatus == U_USING_DEFAULT_WARNING) && uld->noSubstitute ) { in ulocdata_getLocaleDisplayPattern()309 if ( (localStatus == U_USING_DEFAULT_WARNING) && uld->noSubstitute ) { in ulocdata_getLocaleDisplayPattern()345 if ( (localStatus == U_USING_DEFAULT_WARNING) && uld->noSubstitute ) { in ulocdata_getLocaleSeparator()[all …]
31 private boolean noSubstitute; field in LocaleData198 return noSubstitute ? null : UnicodeSet.EMPTY; in getExemplarSet()205 if (noSubstitute && !bundle.isRoot() && stringBundle.isRoot()) { in getExemplarSet()213 return noSubstitute ? null : UnicodeSet.EMPTY; in getExemplarSet()227 ld.noSubstitute = false; in getInstance()250 noSubstitute = setting; in setNoSubstitute()262 return noSubstitute; in getNoSubstitute()285 if (noSubstitute && !bundle.isRoot() && stringBundle.isRoot()) { in getDelimiter()
31 private boolean noSubstitute; field in LocaleData199 return noSubstitute ? null : UnicodeSet.EMPTY; in getExemplarSet()206 if (noSubstitute && !bundle.isRoot() && stringBundle.isRoot()) { in getExemplarSet()214 return noSubstitute ? null : UnicodeSet.EMPTY; in getExemplarSet()229 ld.noSubstitute = false; in getInstance()254 noSubstitute = setting; in setNoSubstitute()267 return noSubstitute; in getNoSubstitute()291 if (noSubstitute && !bundle.isRoot() && stringBundle.isRoot()) { in getDelimiter()
71 public static CurrencyDisplayNames getInstance(ULocale locale, boolean noSubstitute) { in getInstance() argument72 return CurrencyData.provider.getInstance(locale, !noSubstitute); in getInstance()89 public static CurrencyDisplayNames getInstance(Locale locale, boolean noSubstitute) { in getInstance() argument90 return getInstance(ULocale.forLocale(locale), noSubstitute); in getInstance()
53 public static CurrencyMetaInfo getInstance(boolean noSubstitute) { in getInstance() argument
69 public static CurrencyDisplayNames getInstance(ULocale locale, boolean noSubstitute) { in getInstance() argument70 return CurrencyData.provider.getInstance(locale, !noSubstitute); in getInstance()86 public static CurrencyDisplayNames getInstance(Locale locale, boolean noSubstitute) { in getInstance() argument87 return getInstance(ULocale.forLocale(locale), noSubstitute); in getInstance()
52 public static CurrencyMetaInfo getInstance(boolean noSubstitute) { in getInstance() argument