HomeSort by relevance Sort by last modified time
    Searched refs:utf8Text (Results 1 - 4 of 4) sorted by null

  /external/webkit/Source/WebCore/fileapi/
WebKitBlobBuilder.cpp 71 CString utf8Text = UTF8Encoding().encode(text.characters(), text.length(), EntitiesForUnencodables);
77 normalizeLineEndingsToNative(utf8Text, buffer);
79 buffer.append(utf8Text.data(), utf8Text.length());
  /external/webkit/Source/WebKit/gtk/WebCoreSupport/
TextCheckerClientEnchant.cpp 80 GOwnPtr<gchar> utf8Text(g_utf16_to_utf8(const_cast<gunichar2*>(text), length, 0, 0, 0));
81 int utf8Length = g_utf8_strlen(utf8Text.get(), -1);
87 pango_get_log_attrs(utf8Text.get(), -1, -1, language, attrs.get(), utf8Length + 1);
106 gchar* cstart = g_utf8_offset_to_pointer(utf8Text.get(), start);
107 gint bytes = static_cast<gint>(g_utf8_offset_to_pointer(utf8Text.get(), end) - cstart);
  /external/webkit/Source/WebCore/platform/graphics/gtk/
FontGtk.cpp 131 gchar* utf8Text;
133 utf8Text = g_utf16_to_utf8(static_cast<const gunichar2*>(aText), aLength, 0, &itemsWritten, 0);
136 return utf8Text;
142 GOwnPtr<gchar> utf8Text(utf16ToUtf8(characters, length, newLength));
143 if (!utf8Text)
146 gchar* pos = utf8Text.get();
150 pos = g_utf8_offset_to_pointer(utf8Text.get(), from);
  /prebuilts/devtools/tools/lib/
lint-checks.jar 

Completed in 1877 milliseconds