Home | History | Annotate | Download | only in genrb

Lines Matching refs:ENCODING

65     ENCODING,
124 const char *encoding = "";
197 "\t-e or --encoding encoding of source files\n"
204 "\t-j or --write-java write a Java ListResourceBundle for ICU4J, followed by optional encoding\n"
257 if(options[ENCODING].doesOccur) {
258 encoding = options[ENCODING].value;
527 processFile(arg, encoding, inputDir, outputDir, NULL,
661 printf("autodetected encoding %s\n", cp);