Home
last modified time | relevance | path

Searched refs:NUMSIZE (Results 1 – 1 of 1) sorted by relevance

/external/icu/icu4c/source/test/intltest/
Dnumrgts.cpp3043 const int32_t NUMSIZE=1000000; local
3044 char *num = new char[NUMSIZE];
3045 for (int32_t i=0; i<NUMSIZE; i++) {
3048 num[NUMSIZE-3] = '.';
3049 num[NUMSIZE-1] = 0;