Home
last modified time | relevance | path

Searched defs:isoCode (Results 26 - 41 of 41) sorted by relevance

12

/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/
H A DICUCurrencyDisplayInfoProvider.java115 final String isoCode; field in ICUCurrencyDisplayInfoProvider.ICUCurrencyDisplayInfo.FormattingData
120 FormattingData(String isoCode) { this.isoCode = isoCode; } in FormattingData() argument
124 final String isoCode; field in ICUCurrencyDisplayInfoProvider.ICUCurrencyDisplayInfo.VariantSymbol
128 VariantSymbol(String isoCode, String variant) { in VariantSymbol() argument
155 public String getName(String isoCode) { in getName() argument
166 getSymbol(String isoCode) getSymbol() argument
177 getNarrowSymbol(String isoCode) getNarrowSymbol() argument
188 getFormalSymbol(String isoCode) getFormalSymbol() argument
199 getVariantSymbol(String isoCode) getVariantSymbol() argument
210 getPluralName(String isoCode, String pluralKey ) getPluralName() argument
257 getFormatInfo(String isoCode) getFormatInfo() argument
277 fetchFormattingData(String isoCode) fetchFormattingData() argument
289 fetchVariantSymbol(String isoCode, String variant) fetchVariantSymbol() argument
301 fetchPluralsData(String isoCode) fetchPluralsData() argument
[all...]
/third_party/icu/icu4c/source/i18n/
H A Dnumber_rounding.cpp248 const char16_t *isoCode = currency.getISOCurrency(); in withCurrency() local
H A Dmeasfmt.cpp686 UChar isoCode[4]; in formatMeasure() local
/third_party/node/deps/icu-small/source/i18n/
H A Dnumber_rounding.cpp248 const char16_t *isoCode = currency.getISOCurrency(); in withCurrency() local
H A Dmeasfmt.cpp686 char16_t isoCode[4]; in formatMeasure() local
/third_party/skia/third_party/externals/icu/source/i18n/
H A Dnumber_rounding.cpp261 const char16_t *isoCode = currency.getISOCurrency(); in withCurrency() local
H A Dmeasfmt.cpp686 UChar isoCode[4]; in formatMeasure() local
/third_party/icu/icu4c/source/test/cintltst/
H A Dcnmdptst.c492 UChar isoCode[16]={0}; in TestCurrencyObject() local
H A Dcldrtest.c1453 const char *isoCode, *structISOCode; in TestCurrencyList() local
1497 UChar* isoCode = (UChar*)malloc(sizeof(UChar) * (uprv_strlen(usdCode) + 1)); in TestAvailableIsoCodes() local
[all...]
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
H A DCurrency.java822 private String isoCode; field in Currency.CurrencyStringInfo
830 public CurrencyStringInfo(String isoCode, String currencyString) { in CurrencyStringInfo() argument
1088 private final String isoCode; global() field in Currency
[all...]
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/util/
H A DCurrency.java788 private String isoCode; field in Currency.CurrencyStringInfo
796 public CurrencyStringInfo(String isoCode, String currencyString) { in CurrencyStringInfo() argument
1046 private final String isoCode; global() field in Currency
[all...]
/third_party/icu/icu4c/source/common/
H A Ducurr.cpp52 const UChar *isoCode; /* const because it's a reference to a resource bundle string. */ member
461 ucurr_register(const UChar* isoCode, const char* locale, UErrorCode *status) in ucurr_register() argument
2122 const UChar *isoCode = ures_getString(idRes, &isoLength, &localStatus); in ucurr_createCurrencyList() local
2245 ucurr_isAvailable(const UChar* isoCode, UDate from, UDate to, UErrorCode* eErrorCode) { in ucurr_isAvailable() argument
/third_party/node/deps/icu-small/source/common/
H A Ducurr.cpp55 const char16_t *isoCode; /* const because it's a reference to a resource bundle string. */ member
464 ucurr_register(const char16_t* isoCode, const char* locale, UErrorCode *status) in ucurr_register() argument
2148 const char16_t *isoCode = ures_getString(idRes, &isoLength, &localStatus); in ucurr_createCurrencyList() local
2271 ucurr_isAvailable(const char16_t* isoCode, UDate from, UDate to, UErrorCode* eErrorCode) { in ucurr_isAvailable() argument
/third_party/skia/third_party/externals/icu/source/common/
H A Ducurr.cpp52 const UChar *isoCode; /* const because it's a reference to a resource bundle string. */ member
461 ucurr_register(const UChar* isoCode, const char* locale, UErrorCode *status) in ucurr_register() argument
2096 const UChar *isoCode = ures_getString(idRes, &isoLength, &localStatus); in ucurr_createCurrencyList() local
2219 ucurr_isAvailable(const UChar* isoCode, UDate from, UDate to, UErrorCode* eErrorCode) { in ucurr_isAvailable() argument
/third_party/icu/icu4c/source/test/intltest/
H A Dnumfmtst.cpp2130 const char16_t* isoCode; in TestCurrencyVariants() member
[all...]
/third_party/skia/third_party/externals/sfntly/java/lib/
H A Dicu4j-4_8_1_1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/ibm/ com/ibm/icu/ com/ibm/icu/impl/ ...

Completed in 34 milliseconds

12