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

  /external/icu/icu4c/source/i18n/
currunit.cpp 21 *isoCode = 0;
24 u_strcpy(isoCode, _isoCode);
26 u_UCharsToChars(isoCode, simpleIsoCode, 4);
36 u_strcpy(isoCode, other.isoCode);
44 u_strcpy(isoCode, other.isoCode);
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 41 const UChar *isoCode; /* const because it's a reference to a resource bundle string. */
493 ucurr_register(const UChar* isoCode, const char* locale, UErrorCode *status)
498 return CReg::reg(isoCode, id, status);
848 const char* IsoCode; // key
    [all...]
measfmt.cpp 725 UChar isoCode[4];
726 u_charsToUChars(amtUnit.getSubtype(), isoCode, 4);
728 new CurrencyAmount(amtNumber, isoCode, status),
  /external/chromium_org/third_party/icu/source/i18n/
currunit.cpp 23 *isoCode = 0;
26 u_strcpy(isoCode, _isoCode);
40 u_strcpy(isoCode, other.isoCode);
55 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 41 const UChar *isoCode; /* const because it's a reference to a resource bundle string. */
493 ucurr_register(const UChar* isoCode, const char* locale, UErrorCode *status)
498 return CReg::reg(isoCode, id, status);
848 const char* IsoCode; // key
    [all...]
  /external/chromium_org/third_party/icu/source/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,
254 * @param isoCode
273 ucurr_isAvailable(const UChar* isoCode,
  /external/icu/icu4c/source/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);
100 UChar isoCode[4];
104 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,
254 * @param isoCode
273 ucurr_isAvailable(const UChar* isoCode,
  /external/chromium_org/third_party/icu/source/test/cintltst/
cldrtest.c     [all...]
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...]
  /external/icu/icu4c/source/test/cintltst/
cldrtest.c     [all...]
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...]
  /prebuilts/misc/common/icu4j/
icu4j.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
com.ibm.icu_4.2.1.v20100412.jar 
  /prebuilts/tools/common/m2/repository/com/ibm/icu/icu4j/2.6.1/
icu4j-2.6.1.jar 

Completed in 265 milliseconds