F
chars()
char[]
F
sizeof()
int
C
new(code_page, length)
C
new(code_page, ch, terminate)
C
new(code_page, chars, terminate)
C
new(code_page, string, terminate)
C
clear()
M
length()
int
M
strlen()
int
M
tchar_at(index)
int
M
to_string()
String
M
to_string(start, length)
String
org.eclipse.swt.internal.win32.TCHAR
class
12 members
This class implements the conversions between unicode characters
and the platform supported representation for characters.
Note that unicode characters which can not be found in the platform
encoding will be converted to an arbitrary platform specific character.
Constants
| constant | type | note |
| sizeof |
int |
|
Fields
| field | type | note |
| chars |
char[] |
|
Constructors
new
new
(
int code_page,
int length
)
Java: <init>(int codePage, int length)
new
new
(
int code_page,
char ch,
boolean terminate
)
Java: <init>(int codePage, char ch, boolean terminate)
new
new
(
int code_page,
char[] chars,
boolean terminate
)
Java: <init>(int codePage, char[] chars, boolean terminate)
new
new
(
int code_page,
String string,
boolean terminate
)
Java: <init>(int codePage, String string, boolean terminate)
Instance Methods
length
int
length
(
)
Java: length()
strlen
int
strlen
(
)
Java: strlen()
tchar_at
int
tchar_at
(
int index
)
Java: tcharAt(int index)
to_string
String
to_string
(
)
Java: toString()
to_string
String
to_string
(
int start,
int length
)
Java: toString(int start, int length)