Lines Matching refs:inLength

766     int32_t i, length, inLength, expectLength, hangulPrefixLength, preflightLength;  in TestNormCoverage()  local
769 inLength=0; in TestNormCoverage()
772 input[inLength++]=HANGUL_KIYEOK; in TestNormCoverage()
773 input[inLength++]=HANGUL_WEO; in TestNormCoverage()
774 input[inLength++]=HANGUL_KIYEOK_SIOS; in TestNormCoverage()
776 input[inLength++]=HANGUL_KIYEOK; in TestNormCoverage()
777 input[inLength++]=HANGUL_WEO; in TestNormCoverage()
778 input[inLength++]=HANGUL_K_KIYEOK_SIOS; in TestNormCoverage()
780 input[inLength++]=HANGUL_KIYEOK; in TestNormCoverage()
781 input[inLength++]=HANGUL_K_WEO; in TestNormCoverage()
782 input[inLength++]=HANGUL_KIYEOK_SIOS; in TestNormCoverage()
784 input[inLength++]=HANGUL_KIYEOK; in TestNormCoverage()
785 input[inLength++]=HANGUL_K_WEO; in TestNormCoverage()
786 input[inLength++]=HANGUL_K_KIYEOK_SIOS; in TestNormCoverage()
788 input[inLength++]=HANGUL_K_KIYEOK; in TestNormCoverage()
789 input[inLength++]=HANGUL_WEO; in TestNormCoverage()
790 input[inLength++]=HANGUL_KIYEOK_SIOS; in TestNormCoverage()
792 input[inLength++]=HANGUL_K_KIYEOK; in TestNormCoverage()
793 input[inLength++]=HANGUL_WEO; in TestNormCoverage()
794 input[inLength++]=HANGUL_K_KIYEOK_SIOS; in TestNormCoverage()
796 input[inLength++]=HANGUL_K_KIYEOK; in TestNormCoverage()
797 input[inLength++]=HANGUL_K_WEO; in TestNormCoverage()
798 input[inLength++]=HANGUL_KIYEOK_SIOS; in TestNormCoverage()
800 input[inLength++]=HANGUL_K_KIYEOK; in TestNormCoverage()
801 input[inLength++]=HANGUL_K_WEO; in TestNormCoverage()
802 input[inLength++]=HANGUL_K_KIYEOK_SIOS; in TestNormCoverage()
805 input[inLength++]=HANGUL_AC00; in TestNormCoverage()
806 input[inLength++]=HANGUL_KIYEOK_SIOS; in TestNormCoverage()
808 input[inLength++]=HANGUL_AC00; in TestNormCoverage()
809 input[inLength++]=HANGUL_K_KIYEOK_SIOS; in TestNormCoverage()
812 input[inLength++]=HANGUL_K_KIYEOK; in TestNormCoverage()
813 input[inLength++]=HANGUL_K_WEO; in TestNormCoverage()
815 hangulPrefixLength=inLength; in TestNormCoverage()
817 input[inLength++]=U16_LEAD(MUSICAL_HALF_NOTE); in TestNormCoverage()
818 input[inLength++]=U16_TRAIL(MUSICAL_HALF_NOTE); in TestNormCoverage()
820 input[inLength++]=U16_LEAD(MUSICAL_STACCATO); in TestNormCoverage()
821 input[inLength++]=U16_TRAIL(MUSICAL_STACCATO); in TestNormCoverage()
822 input[inLength++]=U16_LEAD(MUSICAL_STEM); in TestNormCoverage()
823 input[inLength++]=U16_TRAIL(MUSICAL_STEM); in TestNormCoverage()
827 input[inLength++]=HANGUL_K_KIYEOK; in TestNormCoverage()
828 input[inLength++]=HANGUL_K_KIYEOK_SIOS; in TestNormCoverage()
832 if(UNORM_NO!=unorm_quickCheck(input, inLength, UNORM_NFD, &errorCode) || U_FAILURE(errorCode)) { in TestNormCoverage()
836 … if(UNORM_NO!=unorm_quickCheck(input, inLength, UNORM_NFKD, &errorCode) || U_FAILURE(errorCode)) { in TestNormCoverage()
840 if(UNORM_NO!=unorm_quickCheck(input, inLength, UNORM_NFC, &errorCode) || U_FAILURE(errorCode)) { in TestNormCoverage()
844 … if(UNORM_NO!=unorm_quickCheck(input, inLength, UNORM_NFKC, &errorCode) || U_FAILURE(errorCode)) { in TestNormCoverage()
848 if(UNORM_NO!=unorm_quickCheck(input, inLength, UNORM_FCD, &errorCode) || U_FAILURE(errorCode)) { in TestNormCoverage()
894 preflightLength=unorm_normalize(input, inLength, in TestNormCoverage()
904 length=unorm_normalize(input, inLength, in TestNormCoverage()
944 length=unorm_normalize(input, inLength, in TestNormCoverage()
1039 int32_t length, i, expectLength, expectIndex, prevIndex, index, inLength; in _testIter() local
1067 inLength=expectIndex-prevIndex; in _testIter()
1075 expectNeeded=(UBool)(0!=u_memcmp(buffer, in, inLength)); in _testIter()
1078 expectLength=inLength; in _testIter()
1092 inLength=prevIndex-expectIndex; in _testIter()
1101 expectNeeded=(UBool)(0!=u_memcmp(buffer, in, inLength)); in _testIter()
1104 expectLength=inLength; in _testIter()