• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /macosx-10.9.5/ICU-511.35/icuSources/test/cintltst/

Lines Matching defs:inLength

764     int32_t i, length, inLength, expectLength, hangulPrefixLength, preflightLength;
767 inLength=0;
770 input[inLength++]=HANGUL_KIYEOK;
771 input[inLength++]=HANGUL_WEO;
772 input[inLength++]=HANGUL_KIYEOK_SIOS;
774 input[inLength++]=HANGUL_KIYEOK;
775 input[inLength++]=HANGUL_WEO;
776 input[inLength++]=HANGUL_K_KIYEOK_SIOS;
778 input[inLength++]=HANGUL_KIYEOK;
779 input[inLength++]=HANGUL_K_WEO;
780 input[inLength++]=HANGUL_KIYEOK_SIOS;
782 input[inLength++]=HANGUL_KIYEOK;
783 input[inLength++]=HANGUL_K_WEO;
784 input[inLength++]=HANGUL_K_KIYEOK_SIOS;
786 input[inLength++]=HANGUL_K_KIYEOK;
787 input[inLength++]=HANGUL_WEO;
788 input[inLength++]=HANGUL_KIYEOK_SIOS;
790 input[inLength++]=HANGUL_K_KIYEOK;
791 input[inLength++]=HANGUL_WEO;
792 input[inLength++]=HANGUL_K_KIYEOK_SIOS;
794 input[inLength++]=HANGUL_K_KIYEOK;
795 input[inLength++]=HANGUL_K_WEO;
796 input[inLength++]=HANGUL_KIYEOK_SIOS;
798 input[inLength++]=HANGUL_K_KIYEOK;
799 input[inLength++]=HANGUL_K_WEO;
800 input[inLength++]=HANGUL_K_KIYEOK_SIOS;
803 input[inLength++]=HANGUL_AC00;
804 input[inLength++]=HANGUL_KIYEOK_SIOS;
806 input[inLength++]=HANGUL_AC00;
807 input[inLength++]=HANGUL_K_KIYEOK_SIOS;
810 input[inLength++]=HANGUL_K_KIYEOK;
811 input[inLength++]=HANGUL_K_WEO;
813 hangulPrefixLength=inLength;
815 input[inLength++]=U16_LEAD(MUSICAL_HALF_NOTE);
816 input[inLength++]=U16_TRAIL(MUSICAL_HALF_NOTE);
818 input[inLength++]=U16_LEAD(MUSICAL_STACCATO);
819 input[inLength++]=U16_TRAIL(MUSICAL_STACCATO);
820 input[inLength++]=U16_LEAD(MUSICAL_STEM);
821 input[inLength++]=U16_TRAIL(MUSICAL_STEM);
825 input[inLength++]=HANGUL_K_KIYEOK;
826 input[inLength++]=HANGUL_K_KIYEOK_SIOS;
830 if(UNORM_NO!=unorm_quickCheck(input, inLength, UNORM_NFD, &errorCode) || U_FAILURE(errorCode)) {
834 if(UNORM_NO!=unorm_quickCheck(input, inLength, UNORM_NFKD, &errorCode) || U_FAILURE(errorCode)) {
838 if(UNORM_NO!=unorm_quickCheck(input, inLength, UNORM_NFC, &errorCode) || U_FAILURE(errorCode)) {
842 if(UNORM_NO!=unorm_quickCheck(input, inLength, UNORM_NFKC, &errorCode) || U_FAILURE(errorCode)) {
846 if(UNORM_NO!=unorm_quickCheck(input, inLength, UNORM_FCD, &errorCode) || U_FAILURE(errorCode)) {
892 preflightLength=unorm_normalize(input, inLength,
902 length=unorm_normalize(input, inLength,
942 length=unorm_normalize(input, inLength,
1037 int32_t length, i, expectLength, expectIndex, prevIndex, index, inLength;
1065 inLength=expectIndex-prevIndex;
1073 expectNeeded=(UBool)(0!=u_memcmp(buffer, in, inLength));
1076 expectLength=inLength;
1090 inLength=prevIndex-expectIndex;
1099 expectNeeded=(UBool)(0!=u_memcmp(buffer, in, inLength));
1102 expectLength=inLength;