Home
last modified time | relevance | path

Searched refs:hasBeforeCurrency (Results 1 – 5 of 5) sorted by relevance

/external/icu/icu4c/source/i18n/
Ddcfmtsym.cpp280 UBool hasBeforeCurrency; member
284 : dfs(_dfs), hasBeforeCurrency(FALSE), hasAfterCurrency(FALSE) {} in CurrencySpacingSink()
294 hasBeforeCurrency = TRUE; in put()
329 if (!hasBeforeCurrency || !hasAfterCurrency) { in resolveMissing()
/external/icu/android_icu4j/src/main/java/android/icu/impl/
DCurrencyData.java69 public boolean hasBeforeCurrency = false; field in CurrencyData.CurrencySpacingInfo
DICUCurrencyDisplayInfoProvider.java242 if ((!spacingInfo.hasBeforeCurrency || !spacingInfo.hasAfterCurrency) && fallback) { in getSpacingInfo()
569 spacingInfo.hasBeforeCurrency = true; in consumeCurrencySpacingTable()
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
DCurrencyData.java52 public boolean hasBeforeCurrency = false; field in CurrencyData.CurrencySpacingInfo
/external/icu/icu4j/main/classes/currdata/src/com/ibm/icu/impl/
DICUCurrencyDisplayInfoProvider.java238 if ((!spacingInfo.hasBeforeCurrency || !spacingInfo.hasAfterCurrency) && fallback) { in getSpacingInfo()
565 spacingInfo.hasBeforeCurrency = true; in consumeCurrencySpacingTable()