Home
last modified time | relevance | path

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

/external/icu/icu4c/source/test/intltest/
Dbytestrietest.cpp734 const int32_t minChar=0x20; in checkNext() local
737 const int32_t minChar=0x40; in checkNext() local
740 const int32_t minChar=0; in checkNext() local
743 for(int32_t c=minChar; c<=maxChar; ++c) { in checkNext()