Home
last modified time | relevance | path

Searched defs:utf8Text (Results 1 – 3 of 3) sorted by relevance

/external/webkit/Source/WebCore/fileapi/
DWebKitBlobBuilder.cpp71 …CString utf8Text = UTF8Encoding().encode(text.characters(), text.length(), EntitiesForUnencodables… in append() local
/external/webkit/Source/WebCore/platform/graphics/gtk/
DFontGtk.cpp131 gchar* utf8Text; in utf16ToUtf8() local
142 GOwnPtr<gchar> utf8Text(utf16ToUtf8(characters, length, newLength)); in convertUniCharToUTF8() local
/external/webkit/Source/WebKit/gtk/WebCoreSupport/
DTextCheckerClientEnchant.cpp80 GOwnPtr<gchar> utf8Text(g_utf16_to_utf8(const_cast<gunichar2*>(text), length, 0, 0, 0)); in checkSpellingOfString() local