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

1 2

  /external/oauth/core/src/main/java/net/oauth/signature/
HMAC_SHA1.java 69 byte[] keyBytes = keyString.getBytes(ENCODING);
76 byte[] text = baseString.getBytes(ENCODING);
81 private static final String ENCODING = OAuth.ENCODING;
  /libcore/luni/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";
  /frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/
ParserFactory.java 38 private final static String ENCODING = "UTF-8"; //$NON-NLS-1$
59 parser.setInput(stream, ENCODING);
  /external/chromium_org/third_party/icu/source/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/ctestfw/
uperf.cpp 33 "\t-e or --encoding encoding of source files\n"
52 ENCODING,
83 ucharBuf(NULL), encoding(""),
99 ucharBuf(NULL), encoding(""),
146 if(options[ENCODING].doesOccur) {
147 encoding = options[ENCODING].value;
200 ucharBuf = ucbuf_open(resolvedFileName,&encoding,TRUE,FALSE,&status);
  /external/chromium_org/third_party/icu/source/tools/genrb/
genrb.c 48 ENCODING,
122 const char *encoding = ""; local
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)
    [all...]
  /external/icu4c/tools/genrb/
genrb.c 49 ENCODING,
120 const char *encoding = ""; local
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)
    [all...]
  /external/llvm/utils/TableGen/
X86RecognizableInstr.cpp 592 Spec->operands[operandIndex].encoding = ENCODING_DUP;
600 Spec->operands[operandIndex].encoding = encodingFromString(typeName,
    [all...]
  /external/oauth/core/src/main/java/net/oauth/
OAuth.java 38 /** The encoding used to represent characters as bytes. */
39 public static final String ENCODING = "UTF-8";
89 * name/value pairs. Use OAuth percent encoding (not exactly the encoding
160 return URLEncoder.encode(s, ENCODING)
172 return URLDecoder.decode(s, ENCODING);
  /external/chromium/chrome/browser/search_engines/
template_url.h 72 // The TemplateURL is used to determine the input encoding for the term.
122 // Converts the specified term in the encoding of the host TemplateURL to a
153 ENCODING,
448 void add_input_encoding(const std::string& encoding) {
449 input_encodings_.push_back(encoding);
  /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/chromium_org/chrome/browser/search_engines/
template_url.h 157 // the url with the specified arguments. We use our owner's input encoding.
207 // Converts the specified term in our owner's encoding to a base::string16.
251 ENCODING,
343 // encoding. This method is called each time ReplaceSearchTerms gets called.
  /external/tagsoup/src/org/ccil/cowan/tagsoup/
XMLWriter.java 518 write(" encoding=\"");
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
tarfile.py 160 ENCODING = sys.getfilesystemencoding()
161 if ENCODING is None:
162 ENCODING = sys.getdefaultencoding()
206 # encoding, the following digits-1 bytes are a big-endian
226 def uts(s, encoding, errors):
234 return s.encode(encoding, "strict")
239 x.append(c.encode(encoding, "strict"))
244 return s.encode(encoding, errors)
960 def get_info(self, encoding, errors):
984 info[key] = info[key].encode(encoding, errors
1493 encoding = ENCODING # Encoding for 8-bit character strings. variable in class:TarFile
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
tarfile.py 160 ENCODING = sys.getfilesystemencoding()
161 if ENCODING is None:
162 ENCODING = sys.getdefaultencoding()
206 # encoding, the following digits-1 bytes are a big-endian
226 def uts(s, encoding, errors):
234 return s.encode(encoding, "strict")
239 x.append(c.encode(encoding, "strict"))
244 return s.encode(encoding, errors)
960 def get_info(self, encoding, errors):
984 info[key] = info[key].encode(encoding, errors
1493 encoding = ENCODING # Encoding for 8-bit character strings. variable in class:TarFile
    [all...]
  /packages/apps/Email/emailcommon/src/com/android/emailcommon/provider/
EmailContent.java     [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.equinox.ds_1.2.1.R36x_v20100803.jar 
org.mortbay.jetty.util_6.1.23.v201004211559.jar 
org.eclipse.core.resources_3.6.1.R36x_v20101007-1215.jar 
  /external/robolectric/lib/main/
commons-codec-1.6.jar 
sqlite-jdbc-3.7.2.jar 
  /prebuilts/tools/common/m2/internal/xerces/xmlParserAPIs/2.6.2/
xmlParserAPIs-2.6.2.jar 
  /prebuilts/tools/common/m2/internal/xml-apis/xml-apis/1.0.b2/
xml-apis-1.0.b2.jar 
  /prebuilts/tools/common/m2/internal/com/ibm/icu/icu4j/2.6.1/
icu4j-2.6.1.jar 

Completed in 1028 milliseconds

1 2