Home | History | Annotate | Download | only in gensprep

Lines Matching defs:NORMALIZE

50 #define NORMALIZE_DIRECTIVE "normalize"
90 NORMALIZE,
121 "\t-n or --normalize turn on the option for normalization and include mappings\n"
127 "\t unlike -n/--normalize, this option does not force the\n"
156 options[NORMALIZE].value = "";
177 if(options[NORMALIZE].doesOccur) {
178 icuUniDataDir = options[NORMALIZE].value;
233 if(options[NORMALIZE].doesOccur){ /* this option might be set by @normalize;; in the source file */
361 options[NORMALIZE].doesOccur = TRUE;