Searched defs:fAffixes (Results 1 - 1 of 1) sorted by relevance

/external/icu/icu4c/source/i18n/
H A Ddecimfmtimpl.h287 UChar32 getPadCharacter() const { return fAffixes.fPadChar; }
288 void setPadCharacter(UChar32 c) { fAffixes.fPadChar = c; }
289 int32_t getFormatWidth() const { return fAffixes.fWidth; }
290 void setFormatWidth(int32_t x) { fAffixes.fWidth = x; }
292 return fAffixes.fPadPosition;
295 fAffixes.fPadPosition = x;
386 // fFormatter, fAffixes.fPositivePrefiix, fAffixes.fPositiveSuffix,
387 // fAffixes.fNegativePrefiix, fAffixes
416 DigitAffixesAndPadding fAffixes; member in class:DecimalFormatImpl
[all...]

Completed in 58 milliseconds