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

  /external/icu4c/i18n/
decContext.h 101 #define DEC_MAX_DIGITS 999999999
digitlst.cpp 785 if (requestedCapacity > DEC_MAX_DIGITS) {
789 requestedCapacity = DEC_MAX_DIGITS;
decNumberLocal.h 166 #if (DECNUMMAXP != DEC_MAX_DIGITS)
    [all...]

Completed in 976 milliseconds