Searched refs:encode (Results 126 - 150 of 560) sorted by relevance

1234567891011>>

/external/webkit/Source/WebCore/platform/text/
H A DTextCodecUTF16.h41 virtual CString encode(const UChar*, size_t length, UnencodableHandling);
H A DTextEncoding.cpp74 CString TextEncoding::encode(const UChar* characters, size_t length, UnencodableHandling handling) const function in class:WebCore::TextEncoding
84 // It's a little strange to do it inside the encode function.
85 // Perhaps normalization should be an explicit step done before calling encode.
107 return newTextCodec(*this)->encode(source, sourceLength, handling);
111 return newTextCodec(*this)->encode(reinterpret_cast<const UChar *>(str.utf16()), str.length(), handling);
117 return newTextCodec(*this)->encode(characters, length, handling);
127 return newTextCodec(*this)->encode(UTF16Normalized.get(), UTF16Length, handling);
131 return textCodec.get() ? textCodec->encode(characters, length, handling) : CString();
135 return textCodec.get() ? textCodec->encode(characters, length, handling) : CString();
/external/webkit/Source/WebCore/platform/text/qt/
H A DTextCodecQt.h44 virtual CString encode(const UChar*, size_t length, UnencodableHandling);
/external/webkit/Source/WebKit2/Shared/
H A DLayerTreeContext.h43 void encode(CoreIPC::ArgumentEncoder*) const;
H A DOriginAndDatabases.h41 void encode(CoreIPC::ArgumentEncoder*) const;
H A DPrintInfo.h53 void encode(CoreIPC::ArgumentEncoder*) const;
H A DSecurityOriginData.h43 void encode(CoreIPC::ArgumentEncoder*) const;
H A DSessionState.h48 void encode(CoreIPC::ArgumentEncoder*) const;
/external/webkit/Source/WebKit2/Shared/Plugins/
H A DNPIdentifierData.h50 void encode(CoreIPC::ArgumentEncoder*) const;
H A DPluginProcessCreationParameters.h47 void encode(CoreIPC::ArgumentEncoder*) const;
H A DNPIdentifierData.cpp71 void NPIdentifierData::encode(CoreIPC::ArgumentEncoder* encoder) const function in class:WebKit::NPIdentifierData
73 encoder->encode(m_isString);
75 encoder->encode(m_string);
/external/webkit/Source/WebKit2/UIProcess/
H A DWebContextUserMessageCoders.h49 void encode(CoreIPC::ArgumentEncoder* encoder) const function in class:WebKit::WebContextUserMessageEncoder
58 encoder->encode(page->pageID());
63 encoder->encode(frame->frameID());
68 encoder->encode(pageGroup->data());
/external/webkit/Source/WebKit2/WebProcess/InjectedBundle/
H A DInjectedBundleUserMessageCoders.h52 void encode(CoreIPC::ArgumentEncoder* encoder) const function in class:WebKit::InjectedBundleUserMessageEncoder
61 encoder->encode(page->pageID());
66 encoder->encode(frame->frameID());
71 encoder->encode(pageGroup->pageGroupID());
/external/nist-sip/java/gov/nist/javax/sip/address/
H A DGenericURI.java84 public String encode() { method in class:GenericURI
88 public StringBuffer encode(StringBuffer buffer) { method in class:GenericURI
96 return this.encode();
H A DUserInfo.java105 public String encode() { method in class:UserInfo
106 return encode(new StringBuffer()).toString();
109 public StringBuffer encode(StringBuffer buffer) { method in class:UserInfo
H A DTelephoneNumber.java184 public String encode() { method in class:TelephoneNumber
185 return encode(new StringBuffer()).toString();
188 public StringBuffer encode(StringBuffer buffer) { method in class:TelephoneNumber
194 parameters.encode(buffer);
213 return ((GenericObject) val).encode();
/external/nist-sip/java/gov/nist/javax/sip/header/
H A DProtocol.java66 public String encode() { method in class:Protocol
67 return encode(new StringBuffer()).toString();
70 public StringBuffer encode(StringBuffer buffer) { method in class:Protocol
158 * Changed the encode() and encodeBody() methods of SIP headers and basic classes to make them use the same StringBuffer instance during the encoding phase.
/external/webkit/Source/JavaScriptCore/runtime/
H A DObjectPrototype.cpp86 return JSValue::encode(thisValue.toThisObject(exec));
92 return JSValue::encode(jsBoolean(thisValue.toThisObject(exec)->hasOwnProperty(exec, Identifier(exec, exec->argument(0).toString(exec)))));
101 return JSValue::encode(jsBoolean(false));
107 return JSValue::encode(jsBoolean(false));
109 return JSValue::encode(jsBoolean(true));
121 return JSValue::encode(jsUndefined());
131 return JSValue::encode(jsUndefined());
137 return JSValue::encode(thisValue.toThisObject(exec)->lookupGetter(exec, Identifier(exec, exec->argument(0).toString(exec))));
143 return JSValue::encode(thisValue.toThisObject(exec)->lookupSetter(exec, Identifier(exec, exec->argument(0).toString(exec))));
149 return JSValue::encode(jsBoolea
[all...]
H A DStringPrototype.cpp314 return JSValue::encode(JSValue());
333 return JSValue::encode(jsNull());
434 return JSValue::encode(sourceVal);
439 return JSValue::encode(jsSpliceSubstringsWithSeparators(exec, sourceVal, source, sourceRanges.data(), sourceRanges.size(), replacements.data(), replacements.size()));
447 return JSValue::encode(sourceVal->replaceCharacter(exec, patternString[0], replacementString));
453 return JSValue::encode(sourceVal);
467 return JSValue::encode(jsString(exec, source.substringSharingImpl(0, matchPos), substituteBackreferences(replacementString, source, ovector, 0), source.substringSharingImpl(matchEnd)));
476 return JSValue::encode(thisValue);
479 return JSValue::encode(asStringObject(thisValue)->internalValue());
495 return JSValue::encode(jsSingleCharacterSubstrin
[all...]
H A DRegExpPrototype.cpp66 return JSValue::encode(asRegExpObject(thisValue)->test(exec));
74 return JSValue::encode(asRegExpObject(thisValue)->exec(exec));
94 return JSValue::encode(jsUndefined());
100 return JSValue::encode(jsUndefined());
112 return JSValue::encode(jsUndefined());
120 return JSValue::encode(jsNontrivialString(exec, "//"));
140 return JSValue::encode(jsMakeNontrivialString(exec, "/", source.length() ? source : UString("(?:)"), postfix));
H A DNumberPrototype.cpp114 return JSValue::encode(jsString(exec, UString::number(x)));
122 return JSValue::encode(jsString(exec, UString(buffer, length)));
148 return JSValue::encode(jsString(exec, UString::number(x)));
157 return JSValue::encode(jsString(exec, UString(buffer, length)));
184 return JSValue::encode(jsString(exec, UString::number(x)));
188 return JSValue::encode(jsString(exec, UString::number(x)));
200 return JSValue::encode(jsString(exec, UString(buffer, length)));
220 return JSValue::encode(jsString(exec, v.toString(exec)));
230 return JSValue::encode(globalData->smallStrings.singleCharacterString(globalData, digits[x]));
245 return JSValue::encode(jsStrin
[all...]
/external/webkit/Source/WebCore/bindings/js/
H A DJSSharedWorkerCustom.cpp67 return JSValue::encode(JSValue());
75 return JSValue::encode(JSValue());
78 return JSValue::encode(asObject(toJS(exec, jsConstructor->globalObject(), worker.release())));
/external/webkit/Source/WebKit2/Shared/mac/
H A DUpdateChunk.cpp69 void UpdateChunk::encode(CoreIPC::ArgumentEncoder* encoder) const function in class:WebKit::UpdateChunk
71 encoder->encode(m_rect);
72 encoder->encode(CoreIPC::Attachment(m_data, size(), MACH_MSG_VIRTUAL_COPY, true));
/external/webkit/Source/WebCore/storage/
H A DIDBLevelDBBackingStore.cpp58 // Each key type has a class (in square brackets below) which knows how to encode, decode, and compare that key type.
540 Vector<char> encode() const function in class:WebCore::__anon11963::KeyPrefix
619 static Vector<char> encode() function in class:WebCore::__anon11963::SchemaVersionKey
622 Vector<char> ret = prefix.encode();
630 static Vector<char> encode() function in class:WebCore::__anon11963::MaxDatabaseIdKey
633 Vector<char> ret = prefix.encode();
664 static Vector<char> encode(int64_t databaseId) function in class:WebCore::__anon11963::DatabaseFreeListKey
667 Vector<char> ret = prefix.encode();
712 static Vector<char> encode(const String& origin, const String& databaseName) function in class:WebCore::__anon11963::DatabaseNameKey
715 Vector<char> ret = prefix.encode();
746 static Vector<char> encode(int64_t databaseId, MetaDataType metaDataType) function in class:WebCore::__anon11963::DatabaseMetaDataKey
787 static Vector<char> encode(int64_t databaseId, int64_t objectStoreId, int64_t metaDataType) function in class:WebCore::__anon11963::ObjectStoreMetaDataKey
858 static Vector<char> encode(int64_t databaseId, int64_t objectStoreId, int64_t indexId, unsigned char metaDataType) function in class:WebCore::__anon11963::IndexMetaDataKey
920 static Vector<char> encode(int64_t databaseId, int64_t objectStoreId) function in class:WebCore::__anon11963::ObjectStoreFreeListKey
977 static Vector<char> encode(int64_t databaseId, int64_t objectStoreId, int64_t indexId) function in class:WebCore::__anon11963::IndexFreeListKey
1034 static Vector<char> encode(int64_t databaseId, const String& objectStoreName) function in class:WebCore::__anon11963::ObjectStoreNamesKey
1085 static Vector<char> encode(int64_t databaseId, int64_t objectStoreId, const String& indexName) function in class:WebCore::__anon11963::IndexNamesKey
1126 static Vector<char> encode(int64_t databaseId, int64_t objectStoreId, const Vector<char> encodedUserKey) function in class:WebCore::__anon11963::ObjectStoreDataKey
1135 static Vector<char> encode(int64_t databaseId, int64_t objectStoreId, const IDBKey& userKey) function in class:WebCore::__anon11963::ObjectStoreDataKey
1174 static Vector<char> encode(int64_t databaseId, int64_t objectStoreId, const Vector<char>& encodedKey) function in class:WebCore::__anon11963::ExistsEntryKey
1182 static Vector<char> encode(int64_t databaseId, int64_t objectStoreId, const IDBKey& userKey) function in class:WebCore::__anon11963::ExistsEntryKey
1237 static Vector<char> encode(int64_t databaseId, int64_t objectStoreId, int64_t indexId, const Vector<char>& encodedUserKey, int64_t sequenceNumber) function in class:WebCore::__anon11963::IndexDataKey
1246 static Vector<char> encode(int64_t databaseId, int64_t objectStoreId, int64_t indexId, const IDBKey& userKey, int64_t sequenceNumber) function in class:WebCore::__anon11963::IndexDataKey
[all...]
/external/markdown/markdown/
H A Dhtml4.py76 return text.encode(encoding, "xmlcharrefreplace")
92 return text.encode(encoding, "xmlcharrefreplace")
110 return text.encode(encoding, "xmlcharrefreplace")
123 return text.encode(encoding, "xmlcharrefreplace")
163 k.encode(encoding),
211 def encode(text): function in function:_namespaces
212 return text.encode(encoding)
227 qnames[qname] = encode("%s:%s" % (prefix, tag))
229 qnames[qname] = encode(tag) # default element
237 qnames[qname] = encode(qnam
[all...]

Completed in 250 milliseconds

1234567891011>>