Home | History | Annotate | Download | only in genrb

Lines Matching refs:ENCODING

48     ENCODING,
122 const char *encoding = "";
180 "\t-e or --encoding encoding of source files\n"
187 "\t-j or --write-java write a Java ListResourceBundle for ICU4J, followed by optional encoding\n"
253 if(options[ENCODING].doesOccur) {
254 encoding = options[ENCODING].value;
427 processFile(arg, encoding, inputDir, outputDir, gPackageName, &status);
555 printf("autodetected encoding %s\n", cp);