Home | History | Annotate | Download | only in gennorm

Lines Matching defs:s32

607     uint32_t *s32;
617 s32=norm->nfd;
621 s32=norm->nfkd;
629 c=s32[i];
673 addCombiningTriple(s32[0], s32[1], code);
678 s32=utm_allocN(utf32Mem, lenNFD);
679 uprv_memcpy(s32, nfd, lenNFD*4);
681 s32=NULL;
684 norm->nfd=s32;
689 s32=utm_allocN(utf32Mem, lenNFKD);
690 uprv_memcpy(s32, nfkd, lenNFKD*4);
692 s32=NULL;
695 norm->nfkd=s32;
712 uint32_t *s32;
727 s32=norm->nfd;
729 c=s32[i];
742 s32=norm->nfkd;
744 c=s32[i];
760 s32=norm->nfd;
762 c=s32[i];
777 s32=utm_allocN(utf32Mem, lenNFD);
779 s32=norm->nfd;
781 uprv_memcpy(s32, nfd, lenNFD*4);
783 s32=NULL;
786 norm->nfd=s32;
791 s32=utm_allocN(utf32Mem, lenNFKD);
793 s32=norm->nfkd;
795 uprv_memcpy(s32, nfkd, lenNFKD*4);
797 s32=NULL;
800 norm->nfkd=s32;