Home | History | Annotate | Download | only in intltest

Lines Matching refs:stringLength

861         int32_t stringLength= (i&1) ? -1 : expectedString.length();
864 result=trie.next(expectedString.getTerminatedBuffer(), stringLength)) ||
877 stringLength=expectedString.length();
879 for(int32_t j=0; j<stringLength; ++j) {
939 int32_t stringLength=expectedString.length();
940 int32_t partialLength=stringLength/3;
966 stringLength-partialLength)) ||
974 stringLength-partialLength)) ||
994 int32_t stringLength=expectedString.length();
995 if(!trie.next(expectedString.getTerminatedBuffer(), stringLength/2)) {
1000 if(trie.next(expectedString.getTerminatedBuffer()+stringLength/2,
1001 stringLength+1-stringLength/2)) {