Home
last modified time | relevance | path

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

/external/webkit/WebCore/platform/text/
DTextCodec.cpp42 case QuestionMarksForUnencodables: in getUnencodableReplacement()
DTextCodec.h45 QuestionMarksForUnencodables, enumerator
DString.cpp668 return Latin1Encoding().encode(characters(), length(), QuestionMarksForUnencodables); in latin1()
673 return UTF8Encoding().encode(characters(), length(), QuestionMarksForUnencodables); in utf8()
DTextCodecICU.cpp439 case QuestionMarksForUnencodables: in encode()
/external/webkit/WebKit/chromium/src/
DWebCString.cpp89 data, length, WebCore::QuestionMarksForUnencodables); in fromUTF16()
/external/webkit/WebCore/platform/network/
DFormDataBuilder.cpp204 …g(buffer, encoding.encode(filename.characters(), filename.length(), QuestionMarksForUnencodables)); in addFilenameToMultiPartHeader()
/external/webkit/WebCore/platform/text/mac/
DTextCodecMac.cpp292 UInt8 lossByte = handling == QuestionMarksForUnencodables ? '?' : 0; in encode()
/external/webkit/WebCore/accessibility/gtk/
DAccessibilityObjectWrapperAtk.cpp834 CString stringUTF8 = UTF8Encoding().encode(characters, length, QuestionMarksForUnencodables); in convertUniCharToUTF8()