Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/icu/source/i18n/
Ddcfmtsym.cpp281 UBool hasBeforeCurrency; member
285 : dfs(_dfs), hasBeforeCurrency(FALSE), hasAfterCurrency(FALSE) {} in CurrencySpacingSink()
295 hasBeforeCurrency = TRUE; in put()
330 if (!hasBeforeCurrency || !hasAfterCurrency) { in resolveMissing()
/third_party/flutter/skia/third_party/externals/icu/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()
/third_party/icu/icu4c/source/i18n/
Ddcfmtsym.cpp281 UBool hasBeforeCurrency; member
285 : dfs(_dfs), hasBeforeCurrency(FALSE), hasAfterCurrency(FALSE) {} in CurrencySpacingSink()
295 hasBeforeCurrency = TRUE; in put()
330 if (!hasBeforeCurrency || !hasAfterCurrency) { in resolveMissing()
/third_party/node/deps/icu-small/source/i18n/
Ddcfmtsym.cpp282 UBool hasBeforeCurrency; member
286 : dfs(_dfs), hasBeforeCurrency(FALSE), hasAfterCurrency(FALSE) {} in CurrencySpacingSink()
296 hasBeforeCurrency = TRUE; in put()
331 if (!hasBeforeCurrency || !hasAfterCurrency) { in resolveMissing()
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
DCurrencyData.java52 public boolean hasBeforeCurrency = false; field in CurrencyData.CurrencySpacingInfo
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/
DCurrencyData.java68 public boolean hasBeforeCurrency = false; field in CurrencyData.CurrencySpacingInfo
DICUCurrencyDisplayInfoProvider.java267 if ((!spacingInfo.hasBeforeCurrency || !spacingInfo.hasAfterCurrency) && fallback) { in getSpacingInfo()
594 spacingInfo.hasBeforeCurrency = true; in consumeCurrencySpacingTable()
/third_party/icu/icu4j/main/classes/currdata/src/com/ibm/icu/impl/
DICUCurrencyDisplayInfoProvider.java263 if ((!spacingInfo.hasBeforeCurrency || !spacingInfo.hasAfterCurrency) && fallback) { in getSpacingInfo()
590 spacingInfo.hasBeforeCurrency = true; in consumeCurrencySpacingTable()