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

  /external/chromium_org/third_party/icu/source/i18n/
ucurr.cpp 55 // POW10[i] = 10^i, i=0..MAX_POW10
59 static const int32_t MAX_POW10 = (sizeof(POW10)/sizeof(POW10[0])) - 1;
    [all...]
  /external/icu/icu4c/source/i18n/
ucurr.cpp 55 // POW10[i] = 10^i, i=0..MAX_POW10
59 static const int32_t MAX_POW10 = (sizeof(POW10)/sizeof(POW10[0])) - 1;
    [all...]

Completed in 128 milliseconds