Home
last modified time | relevance | path

Searched refs:hasAfterCurrency (Results 1 – 7 of 7) sorted by relevance

/third_party/icu/icu4c/source/i18n/
Ddcfmtsym.cpp283 UBool hasAfterCurrency; member
286 : dfs(_dfs), hasBeforeCurrency(false), hasAfterCurrency(false) {} in CurrencySpacingSink()
299 hasAfterCurrency = true; in put()
331 if (!hasBeforeCurrency || !hasAfterCurrency) { in resolveMissing()
/third_party/node/deps/icu-small/source/i18n/
Ddcfmtsym.cpp284 UBool hasAfterCurrency; member
287 : dfs(_dfs), hasBeforeCurrency(false), hasAfterCurrency(false) {} in CurrencySpacingSink()
300 hasAfterCurrency = true; in put()
332 if (!hasBeforeCurrency || !hasAfterCurrency) { in resolveMissing()
/third_party/skia/third_party/externals/icu/source/i18n/
Ddcfmtsym.cpp282 UBool hasAfterCurrency; member
285 : dfs(_dfs), hasBeforeCurrency(FALSE), hasAfterCurrency(FALSE) {} in CurrencySpacingSink()
298 hasAfterCurrency = TRUE; in put()
330 if (!hasBeforeCurrency || !hasAfterCurrency) { in resolveMissing()
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/
DCurrencyData.java69 public boolean hasAfterCurrency = false; field in CurrencyData.CurrencySpacingInfo
DICUCurrencyDisplayInfoProvider.java267 if ((!spacingInfo.hasBeforeCurrency || !spacingInfo.hasAfterCurrency) && fallback) { in getSpacingInfo()
597 spacingInfo.hasAfterCurrency = true; in consumeCurrencySpacingTable()
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
DCurrencyData.java53 public boolean hasAfterCurrency = false; field in CurrencyData.CurrencySpacingInfo
/third_party/icu/icu4j/main/classes/currdata/src/com/ibm/icu/impl/
DICUCurrencyDisplayInfoProvider.java263 if ((!spacingInfo.hasBeforeCurrency || !spacingInfo.hasAfterCurrency) && fallback) { in getSpacingInfo()
593 spacingInfo.hasAfterCurrency = true; in consumeCurrencySpacingTable()