Home
last modified time | relevance | path

Searched refs:currencySpcBeforeSym (Results 1 – 10 of 10) sorted by relevance

/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/
DDecimalFormatSymbols.java1056 private String[] currencySpcBeforeSym; field in DecimalFormatSymbols
1081 return currencySpcBeforeSym[itemType]; in getPatternForCurrencySpacing()
1108 currencySpcBeforeSym = currencySpcBeforeSym.clone(); in setPatternForCurrencySpacing()
1109 currencySpcBeforeSym[itemType] = pattern; in setPatternForCurrencySpacing()
1160 if (!currencySpcBeforeSym[i].equals(other.currencySpcBeforeSym[i])) { in equals()
1421 currencySpcBeforeSym = spcInfo.getBeforeSymbols(); in initSpacingInfo()
1476 if (currencySpcBeforeSym == null) { in readObject()
1477 currencySpcBeforeSym = new String[CURRENCY_SPC_INSERT+1]; in readObject()
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DDecimalFormatSymbols.java1128 private String[] currencySpcBeforeSym; field in DecimalFormatSymbols
1154 return currencySpcBeforeSym[itemType]; in getPatternForCurrencySpacing()
1182 currencySpcBeforeSym = currencySpcBeforeSym.clone(); in setPatternForCurrencySpacing()
1183 currencySpcBeforeSym[itemType] = pattern; in setPatternForCurrencySpacing()
1238 if (!currencySpcBeforeSym[i].equals(other.currencySpcBeforeSym[i])) { in equals()
1500 currencySpcBeforeSym = spcInfo.getBeforeSymbols(); in initSpacingInfo()
1555 if (currencySpcBeforeSym == null) { in readObject()
1556 currencySpcBeforeSym = new String[CURRENCY_SPC_INSERT+1]; in readObject()
/third_party/skia/third_party/externals/icu/source/i18n/
Ddcfmtsym.cpp161 currencySpcBeforeSym[i].fastCopyFrom(rhs.currencySpcBeforeSym[i]); in operator =()
195 if(currencySpcBeforeSym[i] != that.currencySpcBeforeSym[i]) { in operator ==()
577 return currencySpcBeforeSym[(int32_t)type]; in getPatternForCurrencySpacing()
588 currencySpcBeforeSym[(int32_t)type] = pattern; in setPatternForCurrencySpacing()
/third_party/icu/icu4c/source/i18n/
Ddcfmtsym.cpp161 currencySpcBeforeSym[i].fastCopyFrom(rhs.currencySpcBeforeSym[i]); in operator =()
195 if(currencySpcBeforeSym[i] != that.currencySpcBeforeSym[i]) { in operator ==()
577 return currencySpcBeforeSym[(int32_t)type]; in getPatternForCurrencySpacing()
588 currencySpcBeforeSym[(int32_t)type] = pattern; in setPatternForCurrencySpacing()
/third_party/flutter/skia/third_party/externals/icu/source/i18n/
Ddcfmtsym.cpp161 currencySpcBeforeSym[i].fastCopyFrom(rhs.currencySpcBeforeSym[i]); in operator =()
194 if(currencySpcBeforeSym[i] != that.currencySpcBeforeSym[i]) { in operator ==()
573 return currencySpcBeforeSym[(int32_t)type]; in getPatternForCurrencySpacing()
584 currencySpcBeforeSym[(int32_t)type] = pattern; in setPatternForCurrencySpacing()
/third_party/node/deps/icu-small/source/i18n/
Ddcfmtsym.cpp162 currencySpcBeforeSym[i].fastCopyFrom(rhs.currencySpcBeforeSym[i]); in operator =()
196 if(currencySpcBeforeSym[i] != that.currencySpcBeforeSym[i]) { in operator ==()
579 return currencySpcBeforeSym[(int32_t)type]; in getPatternForCurrencySpacing()
590 currencySpcBeforeSym[(int32_t)type] = pattern; in setPatternForCurrencySpacing()
/third_party/skia/third_party/externals/icu/source/i18n/unicode/
Ddcfmtsym.h499 UnicodeString currencySpcBeforeSym[UNUM_CURRENCY_SPACING_COUNT]; variable
/third_party/flutter/skia/third_party/externals/icu/source/i18n/unicode/
Ddcfmtsym.h490 UnicodeString currencySpcBeforeSym[UNUM_CURRENCY_SPACING_COUNT]; variable
/third_party/node/deps/icu-small/source/i18n/unicode/
Ddcfmtsym.h505 UnicodeString currencySpcBeforeSym[UNUM_CURRENCY_SPACING_COUNT]; variable
/third_party/icu/icu4c/source/i18n/unicode/
Ddcfmtsym.h499 UnicodeString currencySpcBeforeSym[UNUM_CURRENCY_SPACING_COUNT]; variable