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

  /external/webkit/Source/WebCore/platform/graphics/gtk/
FontGtk.cpp 139 static gchar* convertUniCharToUTF8(const UChar* characters, gint length, int from, int to)
282 gchar* utf8 = convertUniCharToUTF8(run.characters(), run.length(), 0, run.length());
362 gchar* utf8 = convertUniCharToUTF8(run.characters(), run.length(), 0, run.length());
387 gchar* utf8 = convertUniCharToUTF8(run.characters(), run.length(), 0, run.length());
412 gchar* utf8 = convertUniCharToUTF8(run.characters(), run.length(), 0, run.length());
  /external/webkit/Source/WebCore/accessibility/gtk/
AccessibilityObjectWrapperAtk.cpp     [all...]

Completed in 56 milliseconds