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 102 #define DEC_MAX_DIGITS 999999999
digitlst.cpp 882 if (requestedCapacity > DEC_MAX_DIGITS) {
886 requestedCapacity = DEC_MAX_DIGITS;
decNumberLocal.h 154 #if (DECNUMMAXP != DEC_MAX_DIGITS)
    [all...]

Completed in 44 milliseconds