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

  /external/icu/icu4c/source/i18n/
smallintformatter.h 27 class U_I18N_API IntDigitCountRange : public UMemory {
32 IntDigitCountRange() : fMin(0), fMax(INT32_MAX) { }
33 IntDigitCountRange(int32_t min, int32_t max);
57 int32_t positiveValue, const IntDigitCountRange &range);
67 int32_t positiveValue, const IntDigitCountRange &range);
83 const IntDigitCountRange &range,
digitgrouping.h 22 class IntDigitCountRange;
75 int32_t positiveValue, const IntDigitCountRange &range) const;
digitgrouping.cpp 38 int32_t positiveValue, const IntDigitCountRange &range) const {
digitformatter.h 33 class IntDigitCountRange;
193 const IntDigitCountRange &range,
234 const IntDigitCountRange &range,
valueformatter.cpp 77 IntDigitCountRange range(
130 IntDigitCountRange range(
digitformatter.cpp 285 const IntDigitCountRange &range,
360 const IntDigitCountRange &range,
smallintformatter.cpp     [all...]
  /external/icu/icu4c/source/test/intltest/
numberformat2test.cpp     [all...]

Completed in 686 milliseconds