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

  /external/icu4c/i18n/
decimfmt.cpp 364 fPluralAffixesForCurrency = NULL;
639 if (fPluralAffixesForCurrency) {
640 deleteHashForAffix(fPluralAffixesForCurrency);
642 fPluralAffixesForCurrency = initHashForAffix(status);
655 fPluralAffixesForCurrency->put(*pluralCount, affix, status);
679 deleteHashForAffix(fPluralAffixesForCurrency);
772 deleteHashForAffix(fPluralAffixesForCurrency);
773 if (rhs.fPluralAffixesForCurrency) {
775 fPluralAffixesForCurrency = initHashForAffixPattern(status);
776 copyHashForAffix(rhs.fPluralAffixesForCurrency, fPluralAffixesForCurrency, status)
    [all...]
  /external/icu4c/i18n/unicode/
decimfmt.h     [all...]

Completed in 1625 milliseconds