Home
last modified time | relevance | path

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

/external/icu/icu4c/source/test/intltest/
Dbytestrietest.cpp747 const int32_t minChar=0x20; in checkNext() local
750 const int32_t minChar=0x40; in checkNext() local
753 const int32_t minChar=0; in checkNext() local
756 for(int32_t c=minChar; c<=maxChar; ++c) { in checkNext()