Home
last modified time | relevance | path

Searched refs:g_utf16_offset_to_utf8_offset (Results 1 – 16 of 16) 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.java489 pos [0] = (int)OS.g_utf16_offset_to_utf8_offset (ptr, pos [0]); in applySegments()
503 …GTK.gtk_text_buffer_get_iter_at_offset (bufferHandle, pos, (int)OS.g_utf16_offset_to_utf8_offset (… in applySegments()
528 start = (int)OS.g_utf16_offset_to_utf8_offset (ptr, segments[i]); in clearSegments()
529 end = (int)OS.g_utf16_offset_to_utf8_offset (ptr, segments[i] + 1); in clearSegments()
545 …_text_buffer_get_iter_at_offset (bufferHandle, start, (int)OS.g_utf16_offset_to_utf8_offset (ptr, … in clearSegments()
2402 start = (int)OS.g_utf16_offset_to_utf8_offset (ptr, start); in setSelection()
2409 start = (int)OS.g_utf16_offset_to_utf8_offset (ptr, start); in setSelection()
2448 start = (int)OS.g_utf16_offset_to_utf8_offset (ptr, start); in setSelection()
2449 end = (int)OS.g_utf16_offset_to_utf8_offset (ptr, end); in setSelection()
2457 start = (int)OS.g_utf16_offset_to_utf8_offset (ptr, start); in setSelection()
[all …]
H A DCombo.java2470 int start = (int)OS.g_utf16_offset_to_utf8_offset (ptr, selection.x); in setSelection()
2471 int end = (int)OS.g_utf16_offset_to_utf8_offset (ptr, selection.y); in setSelection()
H A DDateTime.java2046 start = (int)OS.g_utf16_offset_to_utf8_offset (ptr, start); in setSelection()
2047 end = (int)OS.g_utf16_offset_to_utf8_offset (ptr, end); in setSelection()
/dports/x11-toolkits/swt/swt-4.20/org/eclipse/swt/widgets/
H A DText.java523 pos [0] = (int)OS.g_utf16_offset_to_utf8_offset (ptr, pos [0]); in applySegments()
537 …GTK.gtk_text_buffer_get_iter_at_offset (bufferHandle, pos, (int)OS.g_utf16_offset_to_utf8_offset (… in applySegments()
562 start = (int)OS.g_utf16_offset_to_utf8_offset (ptr, segments[i]); in clearSegments()
563 end = (int)OS.g_utf16_offset_to_utf8_offset (ptr, segments[i] + 1); in clearSegments()
579 …_text_buffer_get_iter_at_offset (bufferHandle, start, (int)OS.g_utf16_offset_to_utf8_offset (ptr, … in clearSegments()
2479 start = (int)OS.g_utf16_offset_to_utf8_offset (ptr, start); in setSelection()
2486 start = (int)OS.g_utf16_offset_to_utf8_offset (ptr, start); in setSelection()
2530 start = (int)OS.g_utf16_offset_to_utf8_offset (ptr, start); in setSelection()
2531 end = (int)OS.g_utf16_offset_to_utf8_offset (ptr, end); in setSelection()
2539 start = (int)OS.g_utf16_offset_to_utf8_offset (ptr, start); in setSelection()
[all …]
H A DCombo.java2595 int start = (int)OS.g_utf16_offset_to_utf8_offset(textPtr, selection.x); in setSelection()
2596 int end = (int)OS.g_utf16_offset_to_utf8_offset(textPtr, selection.y); in setSelection()
H A DDateTime.java2130 start = (int) OS.g_utf16_offset_to_utf8_offset(stringPtr, start); in setTextSelection()
2131 end = (int) OS.g_utf16_offset_to_utf8_offset(stringPtr, end); in setTextSelection()
/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.h104 glong g_utf16_offset_to_utf8_offset(const gchar*, glong);
H A Dos_custom.c204 glong g_utf16_offset_to_utf8_offset(const gchar* str, glong offset) { in g_utf16_offset_to_utf8_offset() function
H A Dos.c15550 rc = (jlong)g_utf16_offset_to_utf8_offset((const gchar *)arg0, arg1); in OS_NATIVE()
/dports/x11-toolkits/swt/swt-4.20/
H A Dos_custom.h88 glong g_utf16_offset_to_utf8_offset(const gchar*, glong);
H A Dos_custom.c204 glong g_utf16_offset_to_utf8_offset(const gchar* str, glong offset) { in g_utf16_offset_to_utf8_offset() function
H A Dos.c13846 rc = (jlong)g_utf16_offset_to_utf8_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.java524 public static final native long g_utf16_offset_to_utf8_offset(long str, long offset); in g_utf16_offset_to_utf8_offset() method in OS
/dports/x11-toolkits/swt/swt-4.20/org/eclipse/swt/internal/gtk/
H A DOS.java560 public static final native long g_utf16_offset_to_utf8_offset(long str, long offset); in g_utf16_offset_to_utf8_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.java1210 int utf8Offset = (int)OS.g_utf16_offset_to_utf8_offset (ptr, translateOffset(offset)); in _getOffset()
/dports/x11-toolkits/swt/swt-4.20/org/eclipse/swt/graphics/
H A DTextLayout.java1210 int utf8Offset = (int)OS.g_utf16_offset_to_utf8_offset (ptr, translateOffset(offset)); in _getOffset()