Lines Matching refs:expectedBytes
519 uint32_t value, expectedBytes, actualBytes; in testTrieUTF8() local
610 expectedBytes=0; in testTrieUTF8()
614 expectedBytes=(expectedBytes<<8)|s[k++]; in testTrieUTF8()
618 actualBytes=expectedBytes; in testTrieUTF8()
630 (long)value, (long)values[i], (unsigned long)expectedBytes); in testTrieUTF8()
636 (long)(p-s), (long)i8, (unsigned long)expectedBytes); in testTrieUTF8()
656 expectedBytes=0; in testTrieUTF8()
660 expectedBytes=(expectedBytes<<8)|s[k++]; in testTrieUTF8()
664 actualBytes=expectedBytes; in testTrieUTF8()
676 (long)value, (long)values[i], (unsigned long)expectedBytes); in testTrieUTF8()
682 (long)(p-s), (long)i8, (unsigned long)expectedBytes); in testTrieUTF8()