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 6 * smallintformatter.h
44 class U_I18N_API SmallIntFormatter : public UMemory {
digitgrouping.cpp 11 #include "smallintformatter.h"
38 SmallIntFormatter::estimateDigitCount(positiveValue, range)) == 0;
digitformatter.cpp 20 #include "smallintformatter.h"
362 if (fIsStandardDigits && SmallIntFormatter::canFormat(positiveValue, range)) {
364 SmallIntFormatter::format(positiveValue, range, appendTo);
smallintformatter.cpp 5 * file name: smallintformatter.cpp
10 #include "smallintformatter.h"
    [all...]
  /external/icu/icu4c/source/test/intltest/
numberformat2test.cpp 33 #include "smallintformatter.h"
    [all...]

Completed in 3173 milliseconds