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

  /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;
  /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;
  /external/chromium_org/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/icu/icu4c/source/i18n/
measfmt.cpp 725 UChar isoCode[4];
726 u_charsToUChars(amtUnit.getSubtype(), isoCode, 4);
728 new CurrencyAmount(amtNumber, isoCode, status),
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/icu/icu4c/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/chromium_org/third_party/icu/source/i18n/
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...]
  /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 378 milliseconds