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

  /external/icu/icu4c/source/i18n/
measunit.cpp 587 uprv_strcpy(fCurrency, other.fCurrency);
596 uprv_strcpy(fCurrency, other.fCurrency);
612 return fCurrency[0] == 0 ? gSubTypes[getOffset()] : fCurrency;
626 && uprv_strcmp(fCurrency, rhs.fCurrency) == 0);
728 uprv_strncpy(fCurrency, isoCurrency, LENGTHOF(fCurrency));
    [all...]
winnmfmt.cpp 139 : NumberFormat(), fCurrency(currency), fFractionDigitsSet(FALSE), fFormatInfo(NULL)
155 if (fCurrency) {
175 if (fCurrency) {
189 this->fCurrency = other.fCurrency;
194 if (fCurrency) {
228 NumberFormat *nf = fCurrency? NumberFormat::createCurrencyInstance(fLocale, status) : NumberFormat::createInstance(fLocale, status);
300 if (fCurrency) {
winnmfmt.h 148 UBool fCurrency;
numfmt.cpp 243 fCurrency[0] = 0;
280 u_strncpy(fCurrency, rhs.fCurrency, 4);
321 if (!(u_strcmp(fCurrency, other->fCurrency) == 0)) {
323 debug("fCurrency !=");
344 u_strcmp(fCurrency, other->fCurrency) == 0 &&
    [all...]
  /external/chromium_org/third_party/icu/source/i18n/
winnmfmt.cpp 139 : NumberFormat(), fCurrency(currency), fFractionDigitsSet(FALSE), fFormatInfo(NULL)
155 if (fCurrency) {
175 if (fCurrency) {
189 this->fCurrency = other.fCurrency;
194 if (fCurrency) {
228 NumberFormat *nf = fCurrency? NumberFormat::createCurrencyInstance(fLocale, status) : NumberFormat::createInstance(fLocale, status);
300 if (fCurrency) {
winnmfmt.h 148 UBool fCurrency;
numfmt.cpp 226 fCurrency[0] = 0;
259 u_strncpy(fCurrency, rhs.fCurrency, 4);
299 if (!(u_strcmp(fCurrency, other->fCurrency) == 0)) {
301 debug("fCurrency !=");
318 u_strcmp(fCurrency, other->fCurrency) == 0 &&
    [all...]
  /external/icu/icu4c/source/i18n/unicode/
measunit.h 44 fCurrency[0] = 0;
581 char fCurrency[4];
584 fCurrency[0] = 0;
numfmt.h     [all...]
  /external/chromium_org/third_party/icu/source/i18n/unicode/
numfmt.h     [all...]

Completed in 2014 milliseconds