Home | History | Annotate | Download | only in gennorm

Lines Matching full:norm

427     Norm norm;
443 uprv_memset(&norm, 0, sizeof(Norm));
449 norm.combiningIndex=0xffff;
467 norm.udataCC=(uint8_t)value;
502 norm.lenNFKD=(uint8_t)length;
503 norm.nfkd=decomp;
511 norm.lenNFD=(uint8_t)length;
512 norm.nfd=decomp;
530 (long)code, norm.udataCC, (long)norm.lenNFD, (long)norm.lenNFKD);
533 storeNorm(code, &norm);