@NoOffset public static class tesseract.UNICHAR extends Pointer
| Modifier and Type | Class and Description |
|---|---|
static class |
tesseract.UNICHAR.const_iterator |
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator| Constructor and Description |
|---|
tesseract.UNICHAR() |
tesseract.UNICHAR(long size)
Native array allocator.
|
tesseract.UNICHAR(Pointer p)
Pointer cast constructor.
|
| Modifier and Type | Method and Description |
|---|---|
static tesseract.UNICHAR.const_iterator |
begin(BytePointer utf8_str,
int byte_length) |
static tesseract.UNICHAR.const_iterator |
begin(String utf8_str,
int byte_length) |
static tesseract.UNICHAR.const_iterator |
end(BytePointer utf8_str,
int byte_length) |
static tesseract.UNICHAR.const_iterator |
end(String utf8_str,
int byte_length) |
tesseract.UNICHAR |
position(long position) |
int |
utf8_len() |
BytePointer |
utf8() |
static boolean |
UTF8ToUnicode(BytePointer utf8_str,
tesseract.IntGenericVector unicodes) |
static boolean |
UTF8ToUnicode(String utf8_str,
tesseract.IntGenericVector unicodes) |
address, asBuffer, asByteBuffer, calloc, capacity, capacity, close, deallocate, deallocate, deallocateReferences, deallocator, deallocator, equals, fill, free, hashCode, isNull, limit, limit, malloc, maxBytes, maxPhysicalBytes, memchr, memcmp, memcpy, memmove, memset, offsetof, physicalBytes, position, put, realloc, setNull, sizeof, toString, totalBytes, withDeallocator, zeropublic tesseract.UNICHAR(Pointer p)
Pointer.Pointer(Pointer).public tesseract.UNICHAR(long size)
Pointer.position(long).public tesseract.UNICHAR()
public tesseract.UNICHAR position(long position)
public int utf8_len()
@Cast(value="const char*") public BytePointer utf8()
@ByVal public static tesseract.UNICHAR.const_iterator begin(@Cast(value="const char*") BytePointer utf8_str, int byte_length)
@ByVal public static tesseract.UNICHAR.const_iterator begin(String utf8_str, int byte_length)
@ByVal public static tesseract.UNICHAR.const_iterator end(@Cast(value="const char*") BytePointer utf8_str, int byte_length)
@ByVal public static tesseract.UNICHAR.const_iterator end(String utf8_str, int byte_length)
@Cast(value="bool") public static boolean UTF8ToUnicode(@Cast(value="const char*") BytePointer utf8_str, tesseract.IntGenericVector unicodes)
@Cast(value="bool") public static boolean UTF8ToUnicode(String utf8_str, tesseract.IntGenericVector unicodes)
Copyright © 2016. All rights reserved.