HomeSort by relevance Sort by last modified time
    Searched defs:ENCODING (Results 1 - 8 of 8) sorted by null

  /dalvik/libcore/xml/src/main/java/javax/xml/transform/
OutputKeys.java 75 * encoding = <var>string</var>.
77 * <p><code>encoding</code> specifies the preferred character
78 * encoding that the Transformer should use to encode sequences of
79 * characters as sequences of bytes. The value of the encoding property should be
88 public static final String ENCODING = "encoding";
187 * according to the character encoding actually used by the output
  /development/samples/Wiktionary/src/com/example/android/wiktionary/
ExtendedWikiHelper.java 85 * Encoding to use when showing parsed results in a {@link WebView}.
87 public static final String ENCODING = "utf-8";
  /external/icu4c/tools/ctestfw/
uperf.cpp 29 "\t-e or --encoding encoding of source files\n"
48 ENCODING,
79 ucharBuf(NULL), encoding(""),
95 ucharBuf(NULL), encoding(""),
142 if(options[ENCODING].doesOccur) {
143 encoding = options[ENCODING].value;
196 ucharBuf = ucbuf_open(resolvedFileName,&encoding,TRUE,FALSE,&status);
  /external/icu4c/tools/genrb/
genrb.c 46 ENCODING,
97 const char *encoding = ""; local
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)
    [all...]
  /external/expat/lib/
xmltok.h 125 struct encoding;
126 typedef struct encoding ENCODING;
128 typedef int (PTRCALL *SCANNER)(const ENCODING *,
133 struct encoding { struct
136 int (PTRCALL *sameName)(const ENCODING *,
139 int (PTRCALL *nameMatchesAscii)(const ENCODING *,
143 int (PTRFASTCALL *nameLength)(const ENCODING *, const char *);
144 const char *(PTRFASTCALL *skipS)(const ENCODING *, const char *);
145 int (PTRCALL *getAtts)(const ENCODING *enc
    [all...]
  /external/tagsoup/src/org/ccil/cowan/tagsoup/
XMLWriter.java 518 write(" encoding=\"");
    [all...]
  /packages/apps/Email/src/com/android/email/provider/
EmailContent.java     [all...]
  /prebuilt/sdk/8/
android.jar 

Completed in 633 milliseconds