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

  /external/icu/icu4c/source/i18n/
smallintformatter.cpp     [all...]
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,

Completed in 465 milliseconds