HomeSort by relevance Sort by last modified time
    Searched refs:encoding (Results 301 - 325 of 567) sorted by null

<<11121314151617181920>>

  /external/freetype/include/freetype/internal/
t1types.h 53 /* A structure modeling a custom encoding. */
56 /* num_chars :: The number of character codes in the encoding. */
59 /* code_first :: The lowest valid character code in the encoding. */
61 /* code_last :: The highest valid character code in the encoding */
112 T1_EncodingRec encoding; member in struct:T1_FontRec_
  /external/gtest/test/
gtest_xml_output_unittest.py 50 EXPECTED_NON_EMPTY_XML = """<?xml version="1.0" encoding="UTF-8"?>
91 EXPECTED_EMPTY_XML = """<?xml version="1.0" 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/webkit/WebCore/html/
HTMLFormElement.h 69 String encoding() const { return m_formDataBuilder.encodingType(); } function in class:WebCore::HTMLFormElement
  /external/webkit/WebCore/loader/
DocLoader.cpp 452 String encoding; local
454 encoding = charset.isEmpty() ? m_doc->frame()->loader()->encoding() : charset;
456 CachedResource* resource = requestResource(type, url, encoding, true);
DocumentLoader.h 151 void setOverrideEncoding(const String& encoding) { m_overrideEncoding = encoding; }
  /external/webkit/WebCore/platform/text/
TextCodecICU.cpp 58 static PassOwnPtr<TextCodec> newTextCodecICU(const TextEncoding& encoding, const void*)
60 return new TextCodecICU(encoding);
102 // 1. Treat GB2312 encoding as GBK (its more modern superset), to match other browsers.
103 // 2. On the Web, GB2312 is encoded as EUC-CN or HZ, while ICU provides a native encoding
104 // for encoding GB_2312-80 and several others. So, we need to override this behavior, too.
135 // Additional aliases that historically were present in the encoding
196 TextCodecICU::TextCodecICU(const TextEncoding& encoding)
197 : m_encoding(encoding)
244 LOG_ERROR("ICU ambiguous alias warning for encoding: %s", m_encoding.name());
295 // Get a converter for the passed-in encoding
    [all...]
  /external/webkit/WebKit/gtk/webkit/
webkitwebframe.h 122 const gchar *encoding,
  /external/webkit/WebKit/qt/Api/
qwebsettings.h 105 void setDefaultTextEncoding(const QString &encoding);
  /libcore/luni/src/main/java/org/apache/harmony/security/asn1/
BerInputStream.java 57 // Primary is used for decoding indefinite length encoding
81 * the encoding offset
83 * expected length of full encoding, this includes identifier,
130 // input stream has definite length encoding
139 throw new ASN1Exception("Decoding indefinite length encoding is not supported");
202 throw new ASN1Exception("Too long encoding at [" + tagOffset + "]"); //FIXME message
213 throw new ASN1Exception("Too long encoding at [" + tagOffset + "]"); //FIXME message
225 * Returns the length of the encoding
227 public static int getLength(byte[] encoding) {
228 int length = encoding[1] & 0xFF
    [all...]
  /libcore/sqlite-jdbc/src/main/java/SQLite/
StringEncoder.java 26 * the character '\'' (0x27). The encoding consists of escaping
30 * With this encoding the data of original size n is increased to a
95 * Decodes the given string that is assumed to be a valid encoding
98 * @param s the given string encoding.
  /packages/apps/Email/src/org/apache/james/mime4j/codec/
EncoderUtil.java 34 * Static methods for encoding header field values. This includes encoded-words
83 public enum Encoding {
84 /** The B encoding (identical to base64 defined in RFC 2045). */
86 /** The Q encoding (similar to quoted-printable defined in RFC 2045). */
191 * @return the specified text if encoding is not necessary or an encoded
232 // than 78 characters each. Encoding as encoded-words makes
254 * encoding to use for the encoded-word are detected automatically.
278 * encoding to use for the encoded-word are detected automatically.
312 * @param encoding
313 * the encoding to use for the encoded-word (either B or Q).
    [all...]
  /packages/apps/Email/src/org/apache/james/mime4j/field/datetime/parser/
DateTimeParser.java 431 public DateTimeParser(java.io.InputStream stream, String encoding) {
432 try { jj_input_stream = new SimpleCharStream(stream, encoding, 1, 1); } catch(java.io.UnsupportedEncodingException e) { throw new RuntimeException(e); }
443 public void ReInit(java.io.InputStream stream, String encoding) {
444 try { jj_input_stream.ReInit(stream, encoding, 1, 1); } catch(java.io.UnsupportedEncodingException e) { throw new RuntimeException(e); }
  /external/freetype/src/cff/
cffobjs.c 861 CFF_Encoding encoding = &cff->encoding; local
897 cmaprec.encoding = FT_ENCODING_UNICODE;
921 if ( encoding->count > 0 )
929 if ( encoding->offset == 0 )
932 cmaprec.encoding = FT_ENCODING_ADOBE_STANDARD;
935 else if ( encoding->offset == 1 )
938 cmaprec.encoding = FT_ENCODING_ADOBE_EXPERT;
944 cmaprec.encoding = FT_ENCODING_ADOBE_CUSTOM;
  /external/wpa_supplicant_6/wpa_supplicant/src/drivers/
driver_wext.c     [all...]
  /cts/tools/signature-tools/test/signature/converter/doclet/
DocletTestConverter.java 141 String encoding = null; local
175 RootDocImpl root = comp.getRootDocImpl(docLocale, encoding, showAccess,
  /device/htc/passion/
setup-makefiles.sh 81 <?xml version="1.0" encoding="utf-8"?>
  /device/samsung/crespo/
setup-makefiles.sh 87 <?xml version="1.0" encoding="utf-8"?>
  /external/bluetooth/glib/glib/
giochannel.h 114 gchar *encoding; member in struct:_GIOChannel
128 guint use_buffer : 1; /* The encoding uses the buffers */
129 guint do_encode : 1; /* The encoding uses the GIConv coverters */
204 /* character encoding conversion involved functions.
224 const gchar *encoding,
  /external/bouncycastle/src/main/java/org/bouncycastle/jce/provider/
JDKX509CertificateFactory.java 352 String encoding)
355 return new PKIXCertPath(inStream, encoding);
  /external/chromium/third_party/icu/source/i18n/
csdetect.cpp 233 void CharsetDetector::setDeclaredEncoding(const char *encoding, int32_t len) const
235 textIn->setDeclaredEncoding(encoding,len);
  /external/icu4c/i18n/
csdetect.cpp 233 void CharsetDetector::setDeclaredEncoding(const char *encoding, int32_t len) const
235 textIn->setDeclaredEncoding(encoding,len);
  /external/nist-sip/java/javax/sip/header/
HeaderFactory.java 14 AcceptEncodingHeader createAcceptEncodingHeader(String encoding)
46 ContentEncodingHeader createContentEncodingHeader(String encoding)
  /external/qemu/distrib/sdl-1.2.12/src/audio/sun/
SDL_sunaudio.c 301 info.play.encoding = enc;
310 if(info.play.encoding == enc
  /external/webkit/WebCore/css/
CSSStyleSheet.cpp 223 const TextEncoding encoding = TextEncoding(m_charset); local
224 return KURL(baseURL(), url, encoding);

Completed in 2216 milliseconds

<<11121314151617181920>>