Home | History | Annotate | Download | only in gensprep

Lines Matching defs:NORMALIZE

47 #define NORMALIZE_DIRECTIVE "normalize"
87 NORMALIZE,
118 "\t-n or --normalize turn on the option for normalization and include mappings\n"
124 "\t unlike -n/--normalize, this option does not force the\n"
153 options[NORMALIZE].value = "";
174 if(options[NORMALIZE].doesOccur) {
175 icuUniDataDir = options[NORMALIZE].value;
230 if(options[NORMALIZE].doesOccur){ /* this option might be set by @normalize;; in the source file */
356 options[NORMALIZE].doesOccur = TRUE;