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

  /external/icu/icu4c/source/i18n/
winnmfmt.cpp 139 : NumberFormat(), fCurrency(currency), fFormatInfo(NULL), fFractionDigitsSet(FALSE)
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 150 UBool fCurrency;
measunit.cpp 1043 uprv_strcpy(fCurrency, other.fCurrency);
1052 uprv_strcpy(fCurrency, other.fCurrency);
1068 return fCurrency[0] == 0 ? gSubTypes[getOffset()] : fCurrency;
1082 && uprv_strcmp(fCurrency, rhs.fCurrency) == 0);
1224 uprv_strncpy(fCurrency, isoCurrency, UPRV_LENGTHOF(fCurrency));
    [all...]
numfmt.cpp 242 fCurrency[0] = 0;
279 u_strncpy(fCurrency, rhs.fCurrency, 4);
320 if (!(u_strcmp(fCurrency, other->fCurrency) == 0)) {
322 debug("fCurrency !=");
343 u_strcmp(fCurrency, other->fCurrency) == 0 &&
    [all...]
  /external/icu/icu4c/source/i18n/unicode/
measunit.h 44 fCurrency[0] = 0;
    [all...]
numfmt.h     [all...]

Completed in 4653 milliseconds