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

  /external/icu/icu4c/source/i18n/
smallintformatter.h 8 * smallintformatter.h
46 class U_I18N_API SmallIntFormatter : public UMemory {
digitgrouping.cpp 13 #include "smallintformatter.h"
40 SmallIntFormatter::estimateDigitCount(positiveValue, range)) == 0;
digitformatter.cpp 22 #include "smallintformatter.h"
364 if (fIsStandardDigits && SmallIntFormatter::canFormat(positiveValue, range)) {
366 SmallIntFormatter::format(positiveValue, range, appendTo);
smallintformatter.cpp 7 * file name: smallintformatter.cpp
12 #include "smallintformatter.h"
    [all...]
  /external/icu/icu4c/source/test/intltest/
numberformat2test.cpp 35 #include "smallintformatter.h"
    [all...]

Completed in 572 milliseconds