Home
last modified time | relevance | path

Searched refs:convertUniCharToUTF8 (Results 1 – 4 of 4) sorted by relevance

/external/webkit/WebCore/platform/graphics/gtk/
DFontGtk.cpp103 static gchar* convertUniCharToUTF8(const UChar* characters, gint length, int from, int to) in convertUniCharToUTF8() function
193 gchar* utf8 = convertUniCharToUTF8(run.characters(), run.length(), 0, run.length()); in drawComplexText()
299 gchar* utf8 = convertUniCharToUTF8(run.characters(), run.length(), 0, run.length()); in floatWidthForComplexText()
316 gchar* utf8 = convertUniCharToUTF8(run.characters(), run.length(), 0, run.length()); in offsetForPositionForComplexText()
336 gchar* utf8 = convertUniCharToUTF8(run.characters(), run.length(), 0, run.length()); in selectionRectForComplexText()
/external/webkit/WebCore/accessibility/gtk/
DAccessibilityObjectWrapperAtk.cpp832 static gchar* convertUniCharToUTF8(const UChar* characters, gint length, int from, int to) in convertUniCharToUTF8() function
898 …gchar* text = convertUniCharToUTF8(renderText->characters(), renderText->textLength(), box->start(… in textForObject()
/external/webkit/WebCore/
DChangeLog-2010-01-2935147 (convertUniCharToUTF8):
81731 (convertUniCharToUTF8):
87586 (convertUniCharToUTF8):
DChangeLog-2008-08-1059269 (WebCore::convertUniCharToUTF8):