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

  /external/icu/icu4c/source/i18n/
decimfmtimpl.cpp 113 fAffixes(other.fAffixes) {
153 fAffixes = other.fAffixes;
195 && fAffixes.equals(other.fAffixes)
328 return fAffixes.formatInt32(
493 return fAffixes.format(
509 return fAffixes.format(
749 result = fAffixes.fPositivePrefix.getOtherVariant().toString()
    [all...]
decimfmtimpl.h 285 UChar32 getPadCharacter() const { return fAffixes.fPadChar; }
286 void setPadCharacter(UChar32 c) { fAffixes.fPadChar = c; }
287 int32_t getFormatWidth() const { return fAffixes.fWidth; }
288 void setFormatWidth(int32_t x) { fAffixes.fWidth = x; }
290 return fAffixes.fPadPosition;
293 fAffixes.fPadPosition = x;
384 // fFormatter, fAffixes.fPositivePrefiix, fAffixes.fPositiveSuffix,
385 // fAffixes.fNegativePrefiix, fAffixes.fNegativeSuffi
    [all...]
decimfmt.cpp     [all...]

Completed in 3990 milliseconds