Lines Matching refs:inLength

763     int32_t i, length, inLength, expectLength, hangulPrefixLength, preflightLength;  in TestNormCoverage()  local
766 inLength=0; in TestNormCoverage()
769 input[inLength++]=HANGUL_KIYEOK; in TestNormCoverage()
770 input[inLength++]=HANGUL_WEO; in TestNormCoverage()
771 input[inLength++]=HANGUL_KIYEOK_SIOS; in TestNormCoverage()
773 input[inLength++]=HANGUL_KIYEOK; in TestNormCoverage()
774 input[inLength++]=HANGUL_WEO; in TestNormCoverage()
775 input[inLength++]=HANGUL_K_KIYEOK_SIOS; in TestNormCoverage()
777 input[inLength++]=HANGUL_KIYEOK; in TestNormCoverage()
778 input[inLength++]=HANGUL_K_WEO; in TestNormCoverage()
779 input[inLength++]=HANGUL_KIYEOK_SIOS; in TestNormCoverage()
781 input[inLength++]=HANGUL_KIYEOK; in TestNormCoverage()
782 input[inLength++]=HANGUL_K_WEO; in TestNormCoverage()
783 input[inLength++]=HANGUL_K_KIYEOK_SIOS; in TestNormCoverage()
785 input[inLength++]=HANGUL_K_KIYEOK; in TestNormCoverage()
786 input[inLength++]=HANGUL_WEO; in TestNormCoverage()
787 input[inLength++]=HANGUL_KIYEOK_SIOS; in TestNormCoverage()
789 input[inLength++]=HANGUL_K_KIYEOK; in TestNormCoverage()
790 input[inLength++]=HANGUL_WEO; in TestNormCoverage()
791 input[inLength++]=HANGUL_K_KIYEOK_SIOS; in TestNormCoverage()
793 input[inLength++]=HANGUL_K_KIYEOK; in TestNormCoverage()
794 input[inLength++]=HANGUL_K_WEO; in TestNormCoverage()
795 input[inLength++]=HANGUL_KIYEOK_SIOS; in TestNormCoverage()
797 input[inLength++]=HANGUL_K_KIYEOK; in TestNormCoverage()
798 input[inLength++]=HANGUL_K_WEO; in TestNormCoverage()
799 input[inLength++]=HANGUL_K_KIYEOK_SIOS; in TestNormCoverage()
802 input[inLength++]=HANGUL_AC00; in TestNormCoverage()
803 input[inLength++]=HANGUL_KIYEOK_SIOS; in TestNormCoverage()
805 input[inLength++]=HANGUL_AC00; in TestNormCoverage()
806 input[inLength++]=HANGUL_K_KIYEOK_SIOS; in TestNormCoverage()
809 input[inLength++]=HANGUL_K_KIYEOK; in TestNormCoverage()
810 input[inLength++]=HANGUL_K_WEO; in TestNormCoverage()
812 hangulPrefixLength=inLength; in TestNormCoverage()
814 input[inLength++]=U16_LEAD(MUSICAL_HALF_NOTE); in TestNormCoverage()
815 input[inLength++]=U16_TRAIL(MUSICAL_HALF_NOTE); in TestNormCoverage()
817 input[inLength++]=U16_LEAD(MUSICAL_STACCATO); in TestNormCoverage()
818 input[inLength++]=U16_TRAIL(MUSICAL_STACCATO); in TestNormCoverage()
819 input[inLength++]=U16_LEAD(MUSICAL_STEM); in TestNormCoverage()
820 input[inLength++]=U16_TRAIL(MUSICAL_STEM); in TestNormCoverage()
824 input[inLength++]=HANGUL_K_KIYEOK; in TestNormCoverage()
825 input[inLength++]=HANGUL_K_KIYEOK_SIOS; in TestNormCoverage()
829 if(UNORM_NO!=unorm_quickCheck(input, inLength, UNORM_NFD, &errorCode) || U_FAILURE(errorCode)) { in TestNormCoverage()
833 … if(UNORM_NO!=unorm_quickCheck(input, inLength, UNORM_NFKD, &errorCode) || U_FAILURE(errorCode)) { in TestNormCoverage()
837 if(UNORM_NO!=unorm_quickCheck(input, inLength, UNORM_NFC, &errorCode) || U_FAILURE(errorCode)) { in TestNormCoverage()
841 … if(UNORM_NO!=unorm_quickCheck(input, inLength, UNORM_NFKC, &errorCode) || U_FAILURE(errorCode)) { in TestNormCoverage()
845 if(UNORM_NO!=unorm_quickCheck(input, inLength, UNORM_FCD, &errorCode) || U_FAILURE(errorCode)) { in TestNormCoverage()
891 preflightLength=unorm_normalize(input, inLength, in TestNormCoverage()
901 length=unorm_normalize(input, inLength, in TestNormCoverage()
941 length=unorm_normalize(input, inLength, in TestNormCoverage()
1036 int32_t length, i, expectLength, expectIndex, prevIndex, index, inLength; in _testIter() local
1064 inLength=expectIndex-prevIndex; in _testIter()
1072 expectNeeded=(UBool)(0!=u_memcmp(buffer, in, inLength)); in _testIter()
1075 expectLength=inLength; in _testIter()
1089 inLength=prevIndex-expectIndex; in _testIter()
1098 expectNeeded=(UBool)(0!=u_memcmp(buffer, in, inLength)); in _testIter()
1101 expectLength=inLength; in _testIter()