Lines Matching refs:encoding
48 ENCODING,
119 const char *encoding = "";
177 "\t-e or --encoding encoding of source files\n"
184 "\t-j or --write-java write a Java ListResourceBundle for ICU4J, followed by optional encoding\n"
250 if(options[ENCODING].doesOccur) {
251 encoding = options[ENCODING].value;
420 processFile(arg, encoding, inputDir, outputDir, gPackageName, &status);
548 printf("autodetected encoding %s\n", cp);