Lines Matching refs:inLength

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