Home
last modified time | relevance | path

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

/external/icu/icu4c/source/test/cintltst/
Dtrie2test.c385 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()
[all …]
Ducptrietest.c522 int32_t prev8, i8; in testTrieUTF8() local
534 prev8=i8=0; in testTrieUTF8()
573 while(prev8<i8) { in testTrieUTF8()
574 s[length++]=illegal[prev8++]; in testTrieUTF8()
582 while(prev8<i8) { in testTrieUTF8()
583 s[length++]=illegal[prev8++]; in testTrieUTF8()
601 prev8=i8=(int32_t)(p-s); in testTrieUTF8()
612 int32_t k=prev8; in testTrieUTF8()
621 int32_t k=prev8; in testTrieUTF8()
629 testName, (int)prev8, (unsigned long)actualBytes, (long)c, (int)((p-s)-prev8), in testTrieUTF8()
[all …]