Searched refs:MAX_POW10 (Results 1 - 1 of 1) sorted by relevance

/external/icu4c/i18n/
H A Ducurr.cpp50 // POW10[i] = 10^i, i=0..MAX_POW10
54 static const int32_t MAX_POW10 = (sizeof(POW10)/sizeof(POW10[0])) - 1; variable
1459 if (data[0] < 0 || data[0] > MAX_POW10) {

Completed in 54 milliseconds