Home
last modified time | relevance | path

Searched refs:QuestionMarksForUnencodables (Results 1 – 8 of 8) sorted by relevance

/external/webkit/Source/WebCore/platform/text/
DTextCodec.cpp42 case QuestionMarksForUnencodables: in getUnencodableReplacement()
DTextCodec.h46 QuestionMarksForUnencodables, enumerator
DTextCodecICU.cpp439 case QuestionMarksForUnencodables: in encode()
/external/webkit/Source/WebCore/bindings/cpp/
DWebDOMCString.cpp76 data, length, WebCore::QuestionMarksForUnencodables); in fromUTF16()
/external/webkit/Source/WebKit/chromium/src/
DWebCString.cpp101 data, length, WebCore::QuestionMarksForUnencodables); in fromUTF16()
/external/webkit/Source/WebCore/platform/network/
DFormDataBuilder.cpp169 …g(buffer, encoding.encode(filename.characters(), filename.length(), QuestionMarksForUnencodables)); in addFilenameToMultiPartHeader()
/external/webkit/Source/WebCore/platform/text/mac/
DTextCodecMac.cpp293 UInt8 lossByte = handling == QuestionMarksForUnencodables ? '?' : 0; in encode()
/external/webkit/Source/WebCore/accessibility/gtk/
DAccessibilityObjectWrapperAtk.cpp1017 CString stringUTF8 = UTF8Encoding().encode(characters, length, QuestionMarksForUnencodables); in convertUniCharToUTF8()