Home
last modified time | relevance | path

Searched refs: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
77 normalizeLineEndingsToNative(utf8Text, buffer); in append()
79 buffer.append(utf8Text.data(), utf8Text.length()); in append()
/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
81 int utf8Length = g_utf8_strlen(utf8Text.get(), -1); in checkSpellingOfString()
87 pango_get_log_attrs(utf8Text.get(), -1, -1, language, attrs.get(), utf8Length + 1); in checkSpellingOfString()
106 gchar* cstart = g_utf8_offset_to_pointer(utf8Text.get(), start); in checkSpellingOfString()
107 gint bytes = static_cast<gint>(g_utf8_offset_to_pointer(utf8Text.get(), end) - cstart); in checkSpellingOfString()
/external/webkit/Source/WebCore/platform/graphics/gtk/
DFontGtk.cpp131 gchar* utf8Text; in utf16ToUtf8() local
133 utf8Text = g_utf16_to_utf8(static_cast<const gunichar2*>(aText), aLength, 0, &itemsWritten, 0); in utf16ToUtf8()
136 return utf8Text; in utf16ToUtf8()
142 GOwnPtr<gchar> utf8Text(utf16ToUtf8(characters, length, newLength)); in convertUniCharToUTF8() local
143 if (!utf8Text) in convertUniCharToUTF8()
146 gchar* pos = utf8Text.get(); in convertUniCharToUTF8()
150 pos = g_utf8_offset_to_pointer(utf8Text.get(), from); in convertUniCharToUTF8()