Home | History | Annotate | Download | only in genrb

Lines Matching refs:ENCODING

49     ENCODING,
120 const char *encoding = "";
192 "\t-e or --encoding encoding of source files\n"
199 "\t-j or --write-java write a Java ListResourceBundle for ICU4J, followed by optional encoding\n"
252 if(options[ENCODING].doesOccur) {
253 encoding = options[ENCODING].value;
422 processFile(arg, encoding, inputDir, outputDir, NULL,
557 printf("autodetected encoding %s\n", cp);