HomeSort by relevance Sort by last modified time
    Searched refs:encoding (Results 426 - 450 of 507) sorted by null

<<11121314151617181920>>

  /dalvik/libcore/security/src/main/java/java/security/cert/
X509CertSelector.java 75 // needed to avoid needless encoding/decoding work
224 * if encoding the issuer fails.
324 * if encoding the subject fails.
    [all...]
  /dalvik/libcore/xml/src/main/java/org/apache/xml/serializer/
SerializerBase.java 556 * Returns the character encoding to be used in the output document.
557 * @return the character encoding to be used in the output document.
561 return getOutputProperty(OutputKeys.ENCODING);
565 * Sets the character encoding coming from the xsl:output encoding stylesheet attribute.
566 * @param m_encoding the character encoding
568 public void setEncoding(String encoding)
570 setOutputProperty(OutputKeys.ENCODING,encoding);
    [all...]
  /dalvik/libcore/xml/src/test/java/org/apache/harmony/xml/
ExpatParserTest.java 109 Encoding.UTF_8, handler);
678 * Explicitly set the encoding here or else the parser will
679 * try to use the parent parser's encoding which is utf-16.
854 private static void parse(InputStream in, Encoding encoding,
860 source.setEncoding(encoding.expatName);
870 private enum Encoding {
879 Encoding(String expatName) {
  /external/expat/tests/
runtests.c 152 * Character & encoding tests.
261 "<?xml version='1.0' encoding='iso-8859-1'?>\n"
273 "<?xml version='1.0' encoding='iso-8859-1'?>\n"
283 "<?xml version='1.0' encoding='iso-8859-1'?>\n"
293 "<?xml version='1.0' encoding='iso-8859-1'?>\n"
303 "<?xml version='1.0' encoding='utf-8'?>\n"
349 /* <?xml version="1.0" encoding="UTF-16"?>
392 "<?xml version='1.0' encoding='iso-8859-1'?>\n"
742 UnknownEncodingHandler(void *data,const XML_Char *encoding,XML_Encoding *info)
744 if (strcmp(encoding,"unsupported-encoding") == 0)
    [all...]
  /external/freetype/src/base/
ftobjs.c 934 /* are limited to the BMP (said UCS-2 encoding.) */
986 if ( cur[0]->encoding == FT_ENCODING_UNICODE )
1007 if ( cur[0]->encoding == FT_ENCODING_UNICODE )
    [all...]
  /external/quake/quake/src/QW/client/
gl_warp.c 359 char encoding; member in struct:__anon5006
397 || pcx->encoding != 1
screen.c 606 pcx->encoding = 1; // uncompressed
  /external/quake/quake/src/WinQuake/
gl_warp.cpp 408 char encoding; member in struct:__anon5367
446 || pcx->encoding != 1
  /external/svox/pico/tts/
com_svox_picottsengine.cpp     [all...]
  /external/webkit/WebKit/mac/WebView/
WebDataSource.mm 283 NSString *markupString = [[NSString alloc] initWithData:[mainResource data] encoding:NSUTF8StringEncoding];
WebPreferences.mm 250 LOG(Encoding, "Identifier = %@, Values = %@\n", _private->identifier, _private->values);
274 LOG (Encoding, "Identifier = %@, Values = %@\n", _private->identifier, _private->values);
579 - (void)setDefaultTextEncodingName:(NSString *)encoding
581 [self _setStringValue: encoding forKey: WebKitDefaultTextEncodingNamePreferenceKey];
    [all...]
  /frameworks/base/core/java/android/webkit/
WebViewDatabase.java 120 private static final String CACHE_ENCODING_COL = "encoding";
629 + "expiresstring, mimetype, encoding, httpstatus, location, contentlength, "
641 ret.encoding = cursor.getString(6);
689 mCacheInserter.bind(mCacheEncodingColIndex, c.encoding);
    [all...]
  /dalvik/libcore/security/src/test/java/tests/security/cert/
X509CertSelectorTest.java 471 // manually obtained DER encoding of "O=First Org." issuer name;
476 // manually obtained DER encoding of "O=Second Org." issuer name;
826 // manually obtained DER encoding of "O=First Org." issuer name;
830 // manually obtained DER encoding of "O=Second Org." issuer name;
2038 protected byte[] encoding = null; field in class:X509CertSelectorTest.TestCert
    [all...]
  /external/elfcopy/
dwarf.c     [all...]
  /external/webkit/WebCore/loader/
FrameLoader.cpp 917 // Set the hint encoding to the parent frame encoding only if
920 // containing a carefully crafted html/javascript in one encoding
1278 String FrameLoader::encoding() const function in class:WebCore::FrameLoader
    [all...]
Cache.cpp 198 CachedResource* newResource = createResource(resource->type(), KURL(ParsedURLString, url), resource->encoding());
  /dalvik/libcore/luni/src/test/java/org/apache/harmony/luni/tests/java/net/
URLConnectionTest.java 710 con.setRequestProperty("Accept-Encoding", "gzip");
716 uc2.setRequestProperty("Accept-Encoding", "bla");
747 notes = "only default encoding may be tested",
    [all...]
  /system/wlan/ti/wilink_6_1/platforms/os/linux/src/
CmdInterpretWext.c     [all...]
  /dalvik/libcore/xml/src/main/java/org/apache/xml/utils/
UnImplNode.java 1137 * An attribute specifying, as part of the XML declaration, the encoding
1156 * An attribute specifying, as part of the XML declaration, the encoding
1160 * NEEDSDOC @param encoding
1162 public void setInputEncoding(String encoding)
    [all...]
  /external/freetype/include/freetype/internal/
ftobjs.h 144 #define FT_CMAP_ENCODING( x ) FT_CMAP( x )->charmap.encoding
    [all...]
  /external/qemu/distrib/sdl-1.2.12/src/video/Xext/extensions/
Xvproto.h 85 XvEncodingID encoding B32;
  /external/stlport/stlport/stl/
_fstream.c 235 // For a constant-width encoding we know that the external buffer
238 // For a variable-width encoding, however, we require only that we
339 else { // Get the position. Encoding is var width.
360 // - noconv: impossible for a variable encoding
620 // width in the current encoding. Preconditions: the buffers are currently
633 //representation to correctly store the encoding information.
738 int __encoding = _M_codecvt->encoding();
  /external/webkit/WebKit/mac/Misc/
WebNSURLExtras.mm 52 // For host names bigger than this, we won't do IDN encoding, which is almost certainly OK.
437 // NOTE: We use UTF-8 here since this encoding is used when computing strings when returning URL components
439 // could either be a malformed string or bytes in a different encoding, like shift-jis, so we fall back
472 return [[[NSString alloc] initWithData:[self _web_originalData] encoding:NSISOLatin1StringEncoding] autorelease];
873 return [[[NSString alloc] initWithData:[self _web_hostData] encoding:NSUTF8StringEncoding] autorelease];
    [all...]
  /external/webkit/WebKitTools/DumpRenderTree/mac/
DumpRenderTree.mm 839 NSString *dataAsString = [[NSString alloc] initWithData:data encoding:stringEncoding];
    [all...]
  /packages/apps/IM/libwbxml/src/
wbxml_jni.cpp 59 /** The handler to get encoding result. */
215 static jint parserCreate(JNIEnv * env, jobject thisObj, jstring encoding)
217 // TODO: encoding

Completed in 984 milliseconds

<<11121314151617181920>>