@Namespace(value="tesseract") @NoOffset @Properties(inherit=tesseract.class) public class UNICHAR extends Pointer
Modifier and Type | Class and Description |
---|---|
static class |
UNICHAR.const_iterator |
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator, Pointer.ReferenceCounter
Constructor and Description |
---|
UNICHAR() |
UNICHAR(BytePointer utf8_str,
int len) |
UNICHAR(int unicode) |
UNICHAR(Pointer p)
Pointer cast constructor.
|
UNICHAR(String utf8_str,
int len) |
Modifier and Type | Method and Description |
---|---|
static UNICHAR.const_iterator |
begin(BytePointer utf8_str,
int byte_length) |
static UNICHAR.const_iterator |
begin(String utf8_str,
int byte_length) |
static UNICHAR.const_iterator |
end(BytePointer utf8_str,
int byte_length) |
static UNICHAR.const_iterator |
end(String utf8_str,
int byte_length) |
int |
first_uni() |
static BytePointer |
UTF32ToUTF8(int[] str32) |
static String |
UTF32ToUTF8(IntBuffer str32) |
static BytePointer |
UTF32ToUTF8(IntPointer str32) |
int |
utf8_len() |
static int |
utf8_step(BytePointer utf8_str) |
static int |
utf8_step(String utf8_str) |
BytePointer |
utf8_str() |
BytePointer |
utf8() |
static IntPointer |
UTF8ToUTF32(BytePointer utf8_str) |
static IntBuffer |
UTF8ToUTF32(String utf8_str) |
address, asBuffer, asByteBuffer, availablePhysicalBytes, calloc, capacity, capacity, close, deallocate, deallocate, deallocateReferences, deallocator, deallocator, equals, fill, formatBytes, free, getPointer, getPointer, getPointer, getPointer, hashCode, isNull, isNull, limit, limit, malloc, maxBytes, maxPhysicalBytes, memchr, memcmp, memcpy, memmove, memset, offsetAddress, offsetof, offsetof, parseBytes, physicalBytes, position, position, put, realloc, referenceCount, releaseReference, retainReference, setNull, sizeof, sizeof, toString, totalBytes, totalCount, totalPhysicalBytes, withDeallocator, zero
public UNICHAR(Pointer p)
Pointer(Pointer)
.public UNICHAR()
public UNICHAR(@Cast(value="const char*") BytePointer utf8_str, int len)
public UNICHAR(String utf8_str, int len)
public UNICHAR(int unicode)
public int first_uni()
public int utf8_len()
@Cast(value="const char*") public BytePointer utf8()
@Cast(value="char*") public BytePointer utf8_str()
public static int utf8_step(@Cast(value="const char*") BytePointer utf8_str)
public static int utf8_step(String utf8_str)
@ByVal public static UNICHAR.const_iterator begin(@Cast(value="const char*") BytePointer utf8_str, int byte_length)
@ByVal public static UNICHAR.const_iterator begin(String utf8_str, int byte_length)
@ByVal public static UNICHAR.const_iterator end(@Cast(value="const char*") BytePointer utf8_str, int byte_length)
@ByVal public static UNICHAR.const_iterator end(String utf8_str, int byte_length)
@Cast(value="tesseract::char32*") @StdVector public static IntPointer UTF8ToUTF32(@Cast(value="const char*") BytePointer utf8_str)
@Cast(value="tesseract::char32*") @StdVector public static IntBuffer UTF8ToUTF32(String utf8_str)
@StdString public static BytePointer UTF32ToUTF8(@Cast(value="tesseract::char32*") @StdVector IntPointer str32)
@StdString public static String UTF32ToUTF8(@Cast(value="tesseract::char32*") @StdVector IntBuffer str32)
@StdString public static BytePointer UTF32ToUTF8(@Cast(value="tesseract::char32*") @StdVector int[] str32)
Copyright © 2021. All rights reserved.