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

  /external/icu4c/i18n/
winnmfmt.cpp 140 : NumberFormat(), fCurrency(currency), fFractionDigitsSet(FALSE), fFormatInfo(NULL)
147 if (fCurrency) {
167 if (fCurrency) {
181 this->fCurrency = other.fCurrency;
185 if (fCurrency) {
221 NumberFormat *nf = fCurrency? NumberFormat::createCurrencyInstance(loc, status) : NumberFormat::createInstance(loc, status);
293 if (fCurrency) {
winnmfmt.h 155 UBool fCurrency;
numfmt.cpp 195 fCurrency[0] = 0;
228 u_strncpy(fCurrency, rhs.fCurrency, 4);
267 if (!(u_strcmp(fCurrency, other->fCurrency) == 0)) {
269 debug("fCurrency !=");
282 u_strcmp(fCurrency, other->fCurrency) == 0)));
1017 u_strncpy(fCurrency, theCurrency, 3);
1018 fCurrency[3] = 0
    [all...]
  /external/icu4c/i18n/unicode/
numfmt.h     [all...]

Completed in 285 milliseconds