Home | History | Annotate | Download | only in genrb

Lines Matching defs:ENCODING

46     ENCODING,
97 const char *encoding = "";
137 "\t-e or --encoding encoding of source files\n"
144 "\t-j or --write-java write a Java ListResourceBundle for ICU4J, followed by optional encoding\n"
202 if(options[ENCODING].doesOccur) {
203 encoding = options[ENCODING].value;
260 processFile(arg, encoding, inputDir, outputDir, gPackageName, &status);
377 printf("autodetected encoding %s\n", cp);