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

  /external/icu/icu4c/source/i18n/
digitaffixesandpadding.h 66 PluralAffix fNegativePrefix;
106 fNegativePrefix.equals(rhs.fNegativePrefix) &&
digitaffixesandpadding.cpp 30 fNegativePrefix.hasMultipleVariants() ||
58 const DigitAffix *prefix = bPositive ? &fPositivePrefix.getOtherVariant() : &fNegativePrefix.getOtherVariant();
102 const PluralAffix *pluralPrefix = bPositive ? &fPositivePrefix : &fNegativePrefix;
decimfmtimpl.cpp 764 result = fAffixes.fNegativePrefix.getOtherVariant().toString();
    [all...]
decimfmt.cpp     [all...]
  /external/icu/icu4c/source/test/intltest/
numberformat2test.cpp     [all...]

Completed in 219 milliseconds