Home | History | Annotate | Download | only in gensprep

Lines Matching defs:NORMALIZE

48 #define NORMALIZE_DIRECTIVE "normalize"
88 NORMALIZE,
119 "\t-n or --normalize turn on the option for normalization and include mappings\n"
125 "\t unlike -n/--normalize, this option does not force the\n"
154 options[NORMALIZE].value = "";
175 if(options[NORMALIZE].doesOccur) {
176 icuUniDataDir = options[NORMALIZE].value;
231 if(options[NORMALIZE].doesOccur){ /* this option might be set by @normalize;; in the source file */
359 options[NORMALIZE].doesOccur = TRUE;