HomeSort by relevance Sort by last modified time
    Searched defs:utf8Text (Results 1 - 2 of 2) 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/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);

Completed in 546 milliseconds