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

  /external/webkit/WebCore/platform/graphics/gtk/
FontGtk.cpp 103 static gchar* convertUniCharToUTF8(const UChar* characters, gint length, int from, int to)
193 gchar* utf8 = convertUniCharToUTF8(run.characters(), run.length(), 0, run.length());
299 gchar* utf8 = convertUniCharToUTF8(run.characters(), run.length(), 0, run.length());
316 gchar* utf8 = convertUniCharToUTF8(run.characters(), run.length(), 0, run.length());
336 gchar* utf8 = convertUniCharToUTF8(run.characters(), run.length(), 0, run.length());
  /external/webkit/WebCore/accessibility/gtk/
AccessibilityObjectWrapperAtk.cpp 832 static gchar* convertUniCharToUTF8(const UChar* characters, gint length, int from, int to)
898 gchar* text = convertUniCharToUTF8(renderText->characters(), renderText->textLength(), box->start(), box->end());
    [all...]

Completed in 165 milliseconds