theSq3Lite
10.0
NHI1
-
theKernel
-
theLink
-
theConfig
-
theSq3Lite
-
theCompiler
-
theBrain
-
theGuard
-
theLib
-
theATL
c
-
tcl
-
atl
-
cs
-
py
-
rb
-
jv
-
cc
Loading...
Searching...
No Matches
Sq3TextE.java
Go to the documentation of this file.
1
9
/* LABEL-NO */
10
package
jvsq3lite;
11
12
// BEGIN-Sq3TextE - created by 'jv_MqS.tcl -i NHI1_HOME/theSq3Lite/c/gen/c_sq3lite.meta' - DO NOT change
13
16
public
enum
Sq3TextE
{
17
UTF8
(1),
18
UTF16LE
(2),
19
UTF16BE
(3),
20
UTF16
(4),
21
ANY
(5),
22
UTF16_ALIGNED
(8);
23
private
final
int
value;
24
Sq3TextE
(
int
val) {this.value = val;}
25
public
int
get
() {
return
value; }
26
public
static
Sq3TextE
set
(
int
val) {
27
return
Sq3Lite
.
TextE_FromInt
(val);
28
}
29
}
30
31
// END-Sq3TextE - created by 'jv_MqS.tcl -i NHI1_HOME/theSq3Lite/c/gen/c_sq3lite.meta' - DO NOT change
jvsq3lite.Sq3Lite
Sq3Lite PACKAGE - toplevel package of the Programming-Language-Micro-Kernel (PLMK) …
Definition
Sq3Lite.java:125
jvsq3lite.Sq3TextE
Java: enum Sq3TextE → C-API
Definition
Sq3TextE.java:16
jvsq3lite.Sq3TextE.UTF16LE
UTF16LE
Definition
Sq3TextE.java:18
jvsq3lite.Sq3TextE.UTF16_ALIGNED
UTF16_ALIGNED
Definition
Sq3TextE.java:22
jvsq3lite.Sq3TextE.ANY
ANY
Definition
Sq3TextE.java:21
jvsq3lite.Sq3TextE.UTF16
UTF16
Definition
Sq3TextE.java:20
jvsq3lite.Sq3TextE.Sq3TextE
Sq3TextE(int val)
Definition
Sq3TextE.java:24
jvsq3lite.Sq3TextE.UTF16BE
UTF16BE
Definition
Sq3TextE.java:19
jvsq3lite.Sq3TextE.UTF8
UTF8
Definition
Sq3TextE.java:17
jvsq3lite.Sq3Lite.TextE_FromInt
static native Sq3TextE TextE_FromInt(int value)
Java: [static] Sq3TextE TextE_FromInt(int value) → C-API return the Sq3TextE from integer …
Generated on Thu May 29 2025 13:14:56 for theSq3Lite by
1.12.0