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 207 : NumberFormat(), fCurrency(currency), fFormatInfo(NULL), fFractionDigitsSet(FALSE), fWindowsLocaleName(nullptr)
238 if (fCurrency) {
258 if (fCurrency) {
273 this->fCurrency = other.fCurrency;
286 if (fCurrency) {
320 NumberFormat *nf = fCurrency? NumberFormat::createCurrencyInstance(fLocale, status) : NumberFormat::createInstance(fLocale, status);
399 if (fCurrency) {
winnmfmt.h 152 UBool fCurrency;
measunit.cpp 1084 fCurrency[0] = 0;
1090 uprv_strcpy(fCurrency, other.fCurrency);
1099 uprv_strcpy(fCurrency, other.fCurrency);
1115 return fCurrency[0] == 0 ? gSubTypes[getOffset()] : fCurrency;
1129 && uprv_strcmp(fCurrency, rhs.fCurrency) == 0);
1271 uprv_strncpy(fCurrency, isoCurrency, UPRV_LENGTHOF(fCurrency))
    [all...]
numfmt.cpp 244 fCurrency[0] = 0;
281 u_strncpy(fCurrency, rhs.fCurrency, 3);
282 fCurrency[3] = 0;
323 if (!(u_strcmp(fCurrency, other->fCurrency) == 0)) {
325 debug("fCurrency !=");
346 u_strcmp(fCurrency, other->fCurrency) == 0 &&
    [all...]
  /external/icu/icu4c/source/i18n/unicode/
measunit.h     [all...]
numfmt.h     [all...]

Completed in 543 milliseconds