HomeSort by relevance Sort by last modified time
    Searched refs:isoCode (Results 1 - 16 of 16) sorted by null

  /external/chromium/third_party/icu/source/i18n/
currunit.cpp 21 *isoCode = 0;
24 u_strcpy(isoCode, _isoCode);
38 u_strcpy(isoCode, other.isoCode);
53 u_strcmp(isoCode, c.isoCode) == 0;
curramt.cpp 20 CurrencyAmount::CurrencyAmount(const Formattable& amount, const UChar* isoCode,
22 Measure(amount, new CurrencyUnit(isoCode, ec), ec) {
25 CurrencyAmount::CurrencyAmount(double amount, const UChar* isoCode,
27 Measure(Formattable(amount), new CurrencyUnit(isoCode, ec), ec) {
ucurr.cpp 333 ucurr_register(const UChar* isoCode, const char* locale, UErrorCode *status)
338 return CReg::reg(isoCode, id, status);
656 const char* IsoCode; // key
867 (*currencySymbols)[*total_currency_symbol_count].IsoCode = iso;
874 (*currencySymbols)[*total_currency_symbol_count].IsoCode = iso;
882 (*currencyNames)[*total_currency_name_count].IsoCode = iso;
890 (*currencySymbols)[*total_currency_symbol_count].IsoCode = iso;
925 (*currencyNames)[*total_currency_name_count].IsoCode = iso;
    [all...]
  /external/icu4c/i18n/
currunit.cpp 21 *isoCode = 0;
24 u_strcpy(isoCode, _isoCode);
38 u_strcpy(isoCode, other.isoCode);
53 u_strcmp(isoCode, c.isoCode) == 0;
curramt.cpp 20 CurrencyAmount::CurrencyAmount(const Formattable& amount, const UChar* isoCode,
22 Measure(amount, new CurrencyUnit(isoCode, ec), ec) {
25 CurrencyAmount::CurrencyAmount(double amount, const UChar* isoCode,
27 Measure(Formattable(amount), new CurrencyUnit(isoCode, ec), ec) {
ucurr.cpp 325 ucurr_register(const UChar* isoCode, const char* locale, UErrorCode *status)
330 return CReg::reg(isoCode, id, status);
648 const char* IsoCode; // key
853 (*currencySymbols)[*total_currency_symbol_count].IsoCode = iso;
860 (*currencySymbols)[*total_currency_symbol_count].IsoCode = iso;
868 (*currencyNames)[*total_currency_name_count].IsoCode = iso;
876 (*currencySymbols)[*total_currency_symbol_count].IsoCode = iso;
911 (*currencyNames)[*total_currency_name_count].IsoCode = iso;
941 printf("iso: %s\n", (*currencyNames)[index].IsoCode);
    [all...]
  /external/chromium/third_party/icu/public/i18n/unicode/
currunit.h 39 * @param isoCode the 3-letter ISO 4217 currency code; must not be
41 * @param ec input-output error code. If the isoCode is invalid,
45 CurrencyUnit(const UChar* isoCode, UErrorCode &ec);
107 UChar isoCode[4];
111 return isoCode;
curramt.h 41 * @param isoCode the 3-letter ISO 4217 currency code; must not be
43 * @param ec input-output error code. If the amount or the isoCode
47 CurrencyAmount(const Formattable& amount, const UChar* isoCode,
54 * @param isoCode the 3-letter ISO 4217 currency code; must not be
56 * @param ec input-output error code. If the isoCode is invalid,
60 CurrencyAmount(double amount, const UChar* isoCode,
ucurr.h 90 * @param isoCode the three-letter ISO 4217 currency code
98 ucurr_register(const UChar* isoCode,
  /external/icu4c/i18n/unicode/
currunit.h 39 * @param isoCode the 3-letter ISO 4217 currency code; must not be
41 * @param ec input-output error code. If the isoCode is invalid,
45 CurrencyUnit(const UChar* isoCode, UErrorCode &ec);
107 UChar isoCode[4];
111 return isoCode;
curramt.h 41 * @param isoCode the 3-letter ISO 4217 currency code; must not be
43 * @param ec input-output error code. If the amount or the isoCode
47 CurrencyAmount(const Formattable& amount, const UChar* isoCode,
54 * @param isoCode the 3-letter ISO 4217 currency code; must not be
56 * @param ec input-output error code. If the isoCode is invalid,
60 CurrencyAmount(double amount, const UChar* isoCode,
ucurr.h 90 * @param isoCode the three-letter ISO 4217 currency code
98 ucurr_register(const UChar* isoCode,
  /external/chromium/third_party/icu/source/test/cintltst/
cnmdptst.c 554 UChar isoCode[16]={0};
561 u_uastrcpy(isoCode, currency[i]);
563 isoCode, u_strlen(isoCode), &status);
571 isoCode, sizeof(isoCode), &status);
577 u_UCharsToChars(isoCode,cStr,u_strlen(isoCode));
    [all...]
cldrtest.c     [all...]
  /external/icu4c/test/cintltst/
cnmdptst.c 554 UChar isoCode[16]={0};
561 u_uastrcpy(isoCode, currency[i]);
563 isoCode, u_strlen(isoCode), &status);
571 isoCode, sizeof(isoCode), &status);
577 u_UCharsToChars(isoCode,cStr,u_strlen(isoCode));
    [all...]
cldrtest.c     [all...]

Completed in 227 milliseconds