Lines Matching refs:inLength
770 int32_t i, length, inLength, expectLength, hangulPrefixLength, preflightLength; in TestNormCoverage() local
773 inLength=0; in TestNormCoverage()
776 input[inLength++]=HANGUL_KIYEOK; in TestNormCoverage()
777 input[inLength++]=HANGUL_WEO; in TestNormCoverage()
778 input[inLength++]=HANGUL_KIYEOK_SIOS; in TestNormCoverage()
780 input[inLength++]=HANGUL_KIYEOK; in TestNormCoverage()
781 input[inLength++]=HANGUL_WEO; in TestNormCoverage()
782 input[inLength++]=HANGUL_K_KIYEOK_SIOS; in TestNormCoverage()
784 input[inLength++]=HANGUL_KIYEOK; in TestNormCoverage()
785 input[inLength++]=HANGUL_K_WEO; in TestNormCoverage()
786 input[inLength++]=HANGUL_KIYEOK_SIOS; in TestNormCoverage()
788 input[inLength++]=HANGUL_KIYEOK; in TestNormCoverage()
789 input[inLength++]=HANGUL_K_WEO; in TestNormCoverage()
790 input[inLength++]=HANGUL_K_KIYEOK_SIOS; in TestNormCoverage()
792 input[inLength++]=HANGUL_K_KIYEOK; in TestNormCoverage()
793 input[inLength++]=HANGUL_WEO; in TestNormCoverage()
794 input[inLength++]=HANGUL_KIYEOK_SIOS; in TestNormCoverage()
796 input[inLength++]=HANGUL_K_KIYEOK; in TestNormCoverage()
797 input[inLength++]=HANGUL_WEO; in TestNormCoverage()
798 input[inLength++]=HANGUL_K_KIYEOK_SIOS; in TestNormCoverage()
800 input[inLength++]=HANGUL_K_KIYEOK; in TestNormCoverage()
801 input[inLength++]=HANGUL_K_WEO; in TestNormCoverage()
802 input[inLength++]=HANGUL_KIYEOK_SIOS; in TestNormCoverage()
804 input[inLength++]=HANGUL_K_KIYEOK; in TestNormCoverage()
805 input[inLength++]=HANGUL_K_WEO; in TestNormCoverage()
806 input[inLength++]=HANGUL_K_KIYEOK_SIOS; in TestNormCoverage()
809 input[inLength++]=HANGUL_AC00; in TestNormCoverage()
810 input[inLength++]=HANGUL_KIYEOK_SIOS; in TestNormCoverage()
812 input[inLength++]=HANGUL_AC00; in TestNormCoverage()
813 input[inLength++]=HANGUL_K_KIYEOK_SIOS; in TestNormCoverage()
816 input[inLength++]=HANGUL_K_KIYEOK; in TestNormCoverage()
817 input[inLength++]=HANGUL_K_WEO; in TestNormCoverage()
819 hangulPrefixLength=inLength; in TestNormCoverage()
821 input[inLength++]=U16_LEAD(MUSICAL_HALF_NOTE); in TestNormCoverage()
822 input[inLength++]=U16_TRAIL(MUSICAL_HALF_NOTE); in TestNormCoverage()
824 input[inLength++]=U16_LEAD(MUSICAL_STACCATO); in TestNormCoverage()
825 input[inLength++]=U16_TRAIL(MUSICAL_STACCATO); in TestNormCoverage()
826 input[inLength++]=U16_LEAD(MUSICAL_STEM); in TestNormCoverage()
827 input[inLength++]=U16_TRAIL(MUSICAL_STEM); in TestNormCoverage()
831 input[inLength++]=HANGUL_K_KIYEOK; in TestNormCoverage()
832 input[inLength++]=HANGUL_K_KIYEOK_SIOS; in TestNormCoverage()
836 if(UNORM_NO!=unorm_quickCheck(input, inLength, UNORM_NFD, &errorCode) || U_FAILURE(errorCode)) { in TestNormCoverage()
840 … if(UNORM_NO!=unorm_quickCheck(input, inLength, UNORM_NFKD, &errorCode) || U_FAILURE(errorCode)) { in TestNormCoverage()
844 if(UNORM_NO!=unorm_quickCheck(input, inLength, UNORM_NFC, &errorCode) || U_FAILURE(errorCode)) { in TestNormCoverage()
848 … if(UNORM_NO!=unorm_quickCheck(input, inLength, UNORM_NFKC, &errorCode) || U_FAILURE(errorCode)) { in TestNormCoverage()
852 if(UNORM_NO!=unorm_quickCheck(input, inLength, UNORM_FCD, &errorCode) || U_FAILURE(errorCode)) { in TestNormCoverage()
898 preflightLength=unorm_normalize(input, inLength, in TestNormCoverage()
908 length=unorm_normalize(input, inLength, in TestNormCoverage()
948 length=unorm_normalize(input, inLength, in TestNormCoverage()
1043 int32_t length, i, expectLength, expectIndex, prevIndex, index, inLength; in _testIter() local
1071 inLength=expectIndex-prevIndex; in _testIter()
1079 expectNeeded=(UBool)(0!=u_memcmp(buffer, in, inLength)); in _testIter()
1082 expectLength=inLength; in _testIter()
1096 inLength=prevIndex-expectIndex; in _testIter()
1105 expectNeeded=(UBool)(0!=u_memcmp(buffer, in, inLength)); in _testIter()
1108 expectLength=inLength; in _testIter()