Home
last modified time | relevance | path

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

/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.swt/bundles/org.eclipse.swt/Eclipse SWT PI/win32/org/eclipse/swt/internal/win32/
H A DSCRIPT_DIGITSUBSTITUTE.java21 public static final int sizeof = OS.SCRIPT_DIGITSUBSTITUTE_sizeof ();
H A DOS.java2073 public static final native int SCRIPT_DIGITSUBSTITUTE_sizeof (); in SCRIPT_DIGITSUBSTITUTE_sizeof() method in OS
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.swt/bundles/org.eclipse.swt/Eclipse SWT PI/win32/library/
H A Dos_structs.h1284 #define SCRIPT_DIGITSUBSTITUTE_sizeof() sizeof(SCRIPT_DIGITSUBSTITUTE) macro
1289 #define SCRIPT_DIGITSUBSTITUTE_sizeof() 0 macro
H A Dos.c7838 rc = (jint)SCRIPT_DIGITSUBSTITUTE_sizeof(); in OS_NATIVE()