Home
last modified time | relevance | path

Searched refs:g_utf8_offset_to_utf16_offset (Results 1 – 18 of 18) sorted by relevance

/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.swt/bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/widgets/
H A DText.java1140 position = (int)OS.g_utf8_offset_to_utf16_offset (ptr, GTK.gtk_text_iter_get_offset (p)); in getPosition()
1172 start[0] = (int)OS.g_utf8_offset_to_utf16_offset (ptr, start[0]); in getSelection()
1173 end[0] = (int)OS.g_utf8_offset_to_utf16_offset (ptr, end[0]); in getSelection()
1576 start = (int)OS.g_utf8_offset_to_utf16_offset (ptr, start); in gtk_delete_range()
1577 end = (int)OS.g_utf8_offset_to_utf16_offset (ptr, end); in gtk_delete_range()
1613 int start = (int)OS.g_utf8_offset_to_utf16_offset (ptr, start_pos); in gtk_delete_text()
1614 int end = (int)OS.g_utf8_offset_to_utf16_offset (ptr, end_pos); in gtk_delete_text()
1740 start = (int)OS.g_utf8_offset_to_utf16_offset (ptr, start); in gtk_insert_text()
1741 end = (int)OS.g_utf8_offset_to_utf16_offset (ptr, end); in gtk_insert_text()
1829 start = (int)OS.g_utf8_offset_to_utf16_offset (ptr, start); in gtk_text_buffer_insert_text()
[all …]
H A DCombo.java1046 return (int)OS.g_utf8_offset_to_utf16_offset (ptr, GTK.gtk_editable_get_position (entryHandle)); in getCaretPosition()
1213 start[0] = (int)OS.g_utf8_offset_to_utf16_offset (ptr, start[0]); in getSelection()
1214 end[0] = (int)OS.g_utf8_offset_to_utf16_offset (ptr, end[0]); in getSelection()
1455 int start = (int)OS.g_utf8_offset_to_utf16_offset (ptr, start_pos); in gtk_delete_text()
1456 int end = (int)OS.g_utf8_offset_to_utf16_offset (ptr, end_pos); in gtk_delete_text()
1619 int start = (int)OS.g_utf8_offset_to_utf16_offset (ptr, pos [0]); in gtk_insert_text()
H A DSpinner.java677 int start = (int)OS.g_utf8_offset_to_utf16_offset (ptr, start_pos); in gtk_delete_text()
678 int end = (int)OS.g_utf8_offset_to_utf16_offset (ptr, end_pos); in gtk_delete_text()
H A DDateTime.java1992 start[0] = (int)OS.g_utf8_offset_to_utf16_offset (ptr, start[0]); in getSelection()
1993 end[0] = (int)OS.g_utf8_offset_to_utf16_offset (ptr, end[0]); in getSelection()
/dports/x11-toolkits/swt/swt-4.20/org/eclipse/swt/widgets/
H A DText.java1197 position = (int)OS.g_utf8_offset_to_utf16_offset (ptr, GTK.gtk_text_iter_get_offset (p)); in getPosition()
1229 start[0] = (int)OS.g_utf8_offset_to_utf16_offset (ptr, start[0]); in getSelection()
1230 end[0] = (int)OS.g_utf8_offset_to_utf16_offset (ptr, end[0]); in getSelection()
1638 start = (int)OS.g_utf8_offset_to_utf16_offset (ptr, start); in gtk_delete_range()
1639 end = (int)OS.g_utf8_offset_to_utf16_offset (ptr, end); in gtk_delete_range()
1675 int start = (int)OS.g_utf8_offset_to_utf16_offset (ptr, start_pos); in gtk_delete_text()
1676 int end = (int)OS.g_utf8_offset_to_utf16_offset (ptr, end_pos); in gtk_delete_text()
1802 start = (int)OS.g_utf8_offset_to_utf16_offset (ptr, start); in gtk_insert_text()
1803 end = (int)OS.g_utf8_offset_to_utf16_offset (ptr, end); in gtk_insert_text()
1893 start = (int)OS.g_utf8_offset_to_utf16_offset (ptr, start); in gtk_text_buffer_insert_text()
[all …]
H A DCombo.java1136 return (int)OS.g_utf8_offset_to_utf16_offset (ptr, GTK.gtk_editable_get_position (entryHandle)); in getCaretPosition()
1308 start[0] = (int)OS.g_utf8_offset_to_utf16_offset (ptr, start[0]); in getSelection()
1309 end[0] = (int)OS.g_utf8_offset_to_utf16_offset (ptr, end[0]); in getSelection()
1565 int start = (int)OS.g_utf8_offset_to_utf16_offset (ptr, start_pos); in gtk_delete_text()
1566 int end = (int)OS.g_utf8_offset_to_utf16_offset (ptr, end_pos); in gtk_delete_text()
1737 int start = (int)OS.g_utf8_offset_to_utf16_offset (ptr, pos [0]); in gtk_insert_text()
H A DSpinner.java728 int start = (int)OS.g_utf8_offset_to_utf16_offset (ptr, start_pos); in gtk_delete_text()
729 int end = (int)OS.g_utf8_offset_to_utf16_offset (ptr, end_pos); in gtk_delete_text()
H A DDateTime.java2112 start[0] = (int)OS.g_utf8_offset_to_utf16_offset(stringPtr, start[0]); in getTextSelection()
2113 end[0] = (int)OS.g_utf8_offset_to_utf16_offset(stringPtr, end[0]); in getTextSelection()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.swt/bundles/org.eclipse.swt/Eclipse SWT PI/gtk/library/
H A Dos_custom.h105 glong g_utf8_offset_to_utf16_offset(const gchar*, glong);
H A Dos_custom.c216 glong g_utf8_offset_to_utf16_offset(const gchar* str, glong offset) { in g_utf8_offset_to_utf16_offset() function
H A Dos.c15611 rc = (jlong)g_utf8_offset_to_utf16_offset((const gchar *)arg0, arg1); in OS_NATIVE()
/dports/x11-toolkits/swt/swt-4.20/
H A Dos_custom.h89 glong g_utf8_offset_to_utf16_offset(const gchar*, glong);
H A Dos_custom.c216 glong g_utf8_offset_to_utf16_offset(const gchar* str, glong offset) { in g_utf8_offset_to_utf16_offset() function
H A Dos.c13907 rc = (jlong)g_utf8_offset_to_utf16_offset((const gchar *)arg0, arg1); in OS_NATIVE()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.swt/bundles/org.eclipse.swt/Eclipse SWT PI/gtk/org/eclipse/swt/internal/gtk/
H A DOS.java519 public static final native long g_utf8_offset_to_utf16_offset(long str, long offset); in g_utf8_offset_to_utf16_offset() method in OS
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.swt/bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/graphics/
H A DTextLayout.java1239 int testOffset = (int)OS.g_utf8_offset_to_utf16_offset (ptr, utf8Offset); in _getOffset()
1360 …trailing[0] = (int)OS.g_utf8_offset_to_utf16_offset(ptr, OS.g_utf8_pointer_to_offset(ptr, ptr + in… in getOffsetInPixels()
/dports/x11-toolkits/swt/swt-4.20/org/eclipse/swt/graphics/
H A DTextLayout.java1239 int testOffset = (int)OS.g_utf8_offset_to_utf16_offset (ptr, utf8Offset); in _getOffset()
1360 …trailing[0] = (int)OS.g_utf8_offset_to_utf16_offset(ptr, OS.g_utf8_pointer_to_offset(ptr, ptr + in… in getOffsetInPixels()
/dports/x11-toolkits/swt/swt-4.20/org/eclipse/swt/internal/gtk/
H A DOS.java555 public static final native long g_utf8_offset_to_utf16_offset(long str, long offset); in g_utf8_offset_to_utf16_offset() method in OS