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

  /external/icu/icu4c/source/i18n/
decimalformatpattern.h 59 int32_t fFormatWidth;
decimalformatpattern.cpp 78 fFormatWidth(0),
584 // fFormatWidth = prefix.length() + suffix.length() +
586 out.fFormatWidth = sub0Limit - sub0Start;
589 out.fFormatWidth = 0;
625 out.fFormatWidth = 0;
decimfmtimpl.cpp 870 fAffixes.fWidth = out.fFormatWidth == 0 ? 0 :
871 out.fFormatWidth + fPositivePrefixPattern.countChar32()
    [all...]

Completed in 82 milliseconds