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

  /external/bluetooth/glib/tests/
utf8-pointer.c 51 g_assert (g_utf8_offset_to_pointer (p[i], j - i) == p[j]);
  /external/webkit/Source/WebCore/platform/graphics/gtk/
FontGtk.cpp 150 pos = g_utf8_offset_to_pointer(utf8Text.get(), from);
292 char* start = g_utf8_offset_to_pointer(utf8, from);
293 char* end = g_utf8_offset_to_pointer(start, to - from);
415 char* start = g_utf8_offset_to_pointer(utf8, from);
416 char* end = g_utf8_offset_to_pointer(start, to - from);
  /external/webkit/Source/WebKit/gtk/WebCoreSupport/
TextCheckerClientEnchant.cpp 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/bluetooth/glib/glib/
gunicode.h 282 gchar* g_utf8_offset_to_pointer (const gchar *str,
gutf8.c 283 * g_utf8_offset_to_pointer:
307 g_utf8_offset_to_pointer (const gchar *str, function
    [all...]
galiasdef.c 3533 #undef g_utf8_offset_to_pointer macro
    [all...]
galias.h 3523 #define g_utf8_offset_to_pointer macro
    [all...]
  /external/webkit/Source/WebCore/platform/text/gtk/
TextBreakIteratorGtk.cpp 70 gchar* indexPtr = g_utf8_offset_to_pointer(m_utf8.get(), index);
  /external/webkit/Source/WebCore/accessibility/gtk/
AccessibilityObjectWrapperAtk.cpp     [all...]
  /prebuilt/linux-x86/swt/
swt.jar 
  /prebuilt/linux-x86_64/swt/
swt.jar 

Completed in 298 milliseconds