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

  /external/chromium/third_party/icu/source/i18n/
decimfmt.cpp 519 // expanding the affix patterns into affixes.
590 AffixesForCurrency* affix = new AffixesForCurrency( local
592 fAffixesForCurrency->put(pluralCount, affix, status);
620 AffixesForCurrency* affix = new AffixesForCurrency( local
622 fPluralAffixesForCurrency->put(pluralCount, affix, status);
2315 const UnicodeString* affix = NULL; local
3206 const UnicodeString* affix; local
3709 UnicodeString* affix = &prefix; local
    [all...]
  /external/icu4c/i18n/
decimfmt.cpp 100 /* affix for currency formatting when the currency sign in the pattern
479 // expanding the affix patterns into affixes.
550 AffixesForCurrency* affix = new AffixesForCurrency( local
552 fAffixesForCurrency->put(pluralCount, affix, status);
580 AffixesForCurrency* affix = new AffixesForCurrency( local
582 fPluralAffixesForCurrency->put(pluralCount, affix, status);
2253 const UnicodeString* affix = NULL; local
3175 const UnicodeString* affix; local
3713 UnicodeString* affix = &prefix; local
    [all...]

Completed in 965 milliseconds