Lines Matching refs:prev8
385 int32_t prev8, i8; in testTrieUTF8() local
397 prev8=i8=0; in testTrieUTF8()
435 while(prev8<i8) { in testTrieUTF8()
436 s[length++]=illegal[prev8++]; in testTrieUTF8()
444 while(prev8<i8) { in testTrieUTF8()
445 s[length++]=illegal[prev8++]; in testTrieUTF8()
455 prev8=i8=(int32_t)(p-s); in testTrieUTF8()
464 int32_t k=prev8; in testTrieUTF8()
472 testName, (int)prev8, (unsigned long)bytes, (long)c, (int)((p-s)-prev8), in testTrieUTF8()
477 testName, (int)prev8, (unsigned long)bytes, (long)c, (long)(p-s), (long)i8); in testTrieUTF8()
488 prev8=i8=(int32_t)(p-s); in testTrieUTF8()
498 while(k<prev8) { in testTrieUTF8()
505 testName, (int)prev8, (unsigned long)bytes, (long)c, (int)(prev8-(p-s)), in testTrieUTF8()
510 testName, (int)prev8, (unsigned long)bytes, (long)c, (long)(p-s), (long)i8); in testTrieUTF8()