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

  /external/icu/icu4c/source/test/intltest/
bytestrietest.cpp 768 int32_t partialLength=stringLength/3;
769 for(int32_t j=0; j<partialLength; ++j) {
793 result=trie.next(expectedString+partialLength,
794 stringLength-partialLength)) ||
801 next(expectedString+partialLength,
802 stringLength-partialLength)) ||
ucharstrietest.cpp     [all...]

Completed in 304 milliseconds