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

  /external/chromium/third_party/icu/source/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 151 fCurrency[0] = 0;
183 u_strncpy(fCurrency, rhs.fCurrency, 4);
222 if (!(u_strcmp(fCurrency, other->fCurrency) == 0)) {
224 debug("fCurrency !=");
237 u_strcmp(fCurrency, other->fCurrency) == 0)));
803 u_strncpy(fCurrency, theCurrency, 3);
804 fCurrency[3] = 0
    [all...]
  /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 188 fCurrency[0] = 0;
221 u_strncpy(fCurrency, rhs.fCurrency, 4);
260 if (!(u_strcmp(fCurrency, other->fCurrency) == 0)) {
262 debug("fCurrency !=");
275 u_strcmp(fCurrency, other->fCurrency) == 0)));
1011 u_strncpy(fCurrency, theCurrency, 3);
1012 fCurrency[3] = 0
    [all...]
  /external/chromium/third_party/icu/public/i18n/unicode/
numfmt.h 782 UChar fCurrency[4];
    [all...]
  /external/icu4c/i18n/unicode/
numfmt.h     [all...]

Completed in 549 milliseconds