| /external/libxml2/ |
| xinclude.c | 23 #include <libxml/encoding.h> 1791 xmlChar *encoding = NULL; local [all...] |
| /external/quake/quake/src/WinQuake/ |
| screen.cpp | 529 char encoding; member in struct:__anon5499 563 pcx->encoding = 1; // uncompressed
|
| /external/v8/test/mjsunit/ |
| uri.js | 28 // Tests of URI encoding and decoding.
|
| /external/webkit/WebCore/loader/ |
| FrameLoader.h | 245 void setEncoding(const String& encoding, bool userChosen); 246 String encoding() const;
|
| /external/webkit/WebCore/platform/network/qt/ |
| QNetworkReplyHandler.cpp | 282 WebCore::String encoding = extractCharsetFromMediaType(contentType); local 298 encoding, String());
|
| /external/webkit/WebCore/wml/ |
| WMLInputElement.cpp | 244 bool WMLInputElement::appendFormData(FormDataList& encoding, bool) 249 encoding.appendData(formControlName(), value());
|
| /external/bluetooth/bluez/sbc/ |
| sbcdec.c | 141 au_hdr.encoding = BE_INT(AU_FMT_LIN16);
|
| sbcenc.c | 84 BE_INT(au_hdr.encoding) != AU_FMT_LIN16) { 141 fprintf(stderr, "encoding %s with rate %d, %d blocks, " 163 /* Not enough data for encoding even a single frame */
|
| /external/freetype/src/sfnt/ |
| sfobjs.c | 184 /* an English language id, or a Roman encoding id, to indicate */ 299 FT_Encoding encoding; member in struct:TEncoding_ 334 return cur->encoding; 853 /* Try to set the charmap encoding according to the platform & */ 854 /* encoding ID of each charmap. */ 860 /* set the encoding fields */ 870 charmap->encoding = sfnt_find_encoding( charmap->platform_id, 875 charmap->encoding == FT_ENCODING_UNICODE ) 877 /* set 'root->charmap' to the first Unicode encoding we find */ [all...] |
| /external/icu4c/tools/gendraft/ |
| genheaders.pl | 9 #* encoding: US-ASCII 135 * encoding: US-ASCII
|
| /external/libxml2/include/libxml/ |
| xmlIO.h | 120 #include <libxml/encoding.h>
|
| /external/quake/quake/src/QW/client/ |
| client.h | 494 char encoding; member in struct:__anon4963
|
| skin.c | 142 || pcx->encoding != 1
|
| /external/srec/srec/EventLog/src/ |
| riff.c | 791 char *encoding = getSwiRiffKVal(swichunk, "orig-encoding"); local 792 if (!encoding) 794 else if (! strcmp(encoding, "g723")) 795 *audio_type = L"audio/basic;rate=8000;orig-encoding=g723"; 796 else if (! strcmp(encoding, "g729")) 797 *audio_type = L"audio/basic;rate=8000;orig-encoding=g729"; 800 // FIXME: warning because unknown orig-encoding?? 816 *audio_type = L"application/x-feature;rate=8000;encoding=swifeature_aurora"; 818 *audio_type = L"application/x-feature;rate=11000;encoding=swifeature_aurora" [all...] |
| /external/webkit/WebCore/bridge/objc/ |
| objc_instance.mm | 359 [targetObject setValue:objcValue.objectValue forUndefinedKey:[NSString stringWithCString:property.ascii() encoding:NSASCIIStringEncoding]]; 385 id objcValue = [targetObject valueForUndefinedKey:[NSString stringWithCString:property.ascii() encoding:NSASCIIStringEncoding]];
|
| /external/webkit/WebCore/dom/ |
| ProcessingInstruction.cpp | 168 charset = document()->frame()->loader()->encoding();
|
| ScriptElement.cpp | 254 // First we try to get encoding from charset attribute. 257 // If charset has not been declared in script tag, fall back to frame encoding. 260 charset = frame->loader()->encoding();
|
| XMLTokenizer.h | 246 void startDocument(const xmlChar* version, const xmlChar* encoding, int standalone);
|
| /external/webkit/WebKit/chromium/src/ |
| ContextMenuClientImpl.cpp | 187 data.frameEncoding = selectedFrame->loader()->encoding();
|
| WebFrameImpl.h | 71 virtual WebString encoding() const;
|
| WebViewImpl.h | 104 virtual void setPageEncoding(const WebString& encoding);
|
| /external/webkit/WebKit/gtk/WebCoreSupport/ |
| FrameLoaderClientGtk.cpp | 144 // Setting the encoding on the frame loader is our way to get work done that is normally done 146 String encoding = loader->overrideEncoding(); local 147 bool userChosen = !encoding.isNull(); 149 encoding = loader->response().textEncodingName(); 152 frameLoader->setEncoding(encoding, userChosen); [all...] |
| /external/webkit/WebKit/win/ |
| WebHTMLRepresentation.cpp | 310 *source = WebCore::BString(decoder->encoding().decode(dataBuffer.data(), dataBuffer.size())).release();
|
| /packages/apps/Email/src/org/apache/james/mime4j/field/address/parser/ |
| AddressListParser.java | 727 public AddressListParser(java.io.InputStream stream, String encoding) { 728 try { jj_input_stream = new SimpleCharStream(stream, encoding, 1, 1); } catch(java.io.UnsupportedEncodingException e) { throw new RuntimeException(e); } 740 public void ReInit(java.io.InputStream stream, String encoding) { 741 try { jj_input_stream.ReInit(stream, encoding, 1, 1); } catch(java.io.UnsupportedEncodingException e) { throw new RuntimeException(e); }
|
| /dalvik/libcore/security/src/test/java/org/apache/harmony/security/tests/java/security/ |
| KeyStore2Test.java | 1330 private final byte[] encoding; field in class:KeyStore2Test.MyCertificate [all...] |