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 25 class U_I18N_API IntDigitCountRange : public UMemory {
30 IntDigitCountRange() : fMin(0), fMax(INT32_MAX) { }
31 IntDigitCountRange(int32_t min, int32_t max);
55 int32_t positiveValue, const IntDigitCountRange &range);
65 int32_t positiveValue, const IntDigitCountRange &range);
81 const IntDigitCountRange &range,
digitgrouping.h 20 class IntDigitCountRange;
73 int32_t positiveValue, const IntDigitCountRange &range) const;
digitgrouping.cpp 36 int32_t positiveValue, const IntDigitCountRange &range) const {
digitformatter.h 31 class IntDigitCountRange;
191 const IntDigitCountRange &range,
232 const IntDigitCountRange &range,
valueformatter.cpp 75 IntDigitCountRange range(
128 IntDigitCountRange range(
digitformatter.cpp 283 const IntDigitCountRange &range,
358 const IntDigitCountRange &range,
smallintformatter.cpp     [all...]
  /external/icu/icu4c/source/test/intltest/
numberformat2test.cpp     [all...]

Completed in 1177 milliseconds