@Namespace(value="tesseract")
@NoOffset
public static class tesseract.UNICHAR
extends org.bytedeco.javacpp.Pointer
| Modifier and Type | Class and Description |
|---|---|
static class |
tesseract.UNICHAR.const_iterator |
| Constructor and Description |
|---|
UNICHAR() |
UNICHAR(org.bytedeco.javacpp.BytePointer utf8_str,
int len) |
UNICHAR(int unicode) |
UNICHAR(long size)
Native array allocator.
|
UNICHAR(org.bytedeco.javacpp.Pointer p)
Pointer cast constructor.
|
UNICHAR(String utf8_str,
int len) |
| Modifier and Type | Method and Description |
|---|---|
static tesseract.UNICHAR.const_iterator |
begin(org.bytedeco.javacpp.BytePointer utf8_str,
int byte_length) |
static tesseract.UNICHAR.const_iterator |
begin(String utf8_str,
int byte_length) |
static tesseract.UNICHAR.const_iterator |
end(org.bytedeco.javacpp.BytePointer utf8_str,
int byte_length) |
static tesseract.UNICHAR.const_iterator |
end(String utf8_str,
int byte_length) |
int |
first_uni() |
tesseract.UNICHAR |
position(long position) |
static org.bytedeco.javacpp.BytePointer |
UTF32ToUTF8(int[] str32) |
static String |
UTF32ToUTF8(IntBuffer str32) |
static org.bytedeco.javacpp.BytePointer |
UTF32ToUTF8(org.bytedeco.javacpp.IntPointer str32) |
int |
utf8_len() |
static int |
utf8_step(org.bytedeco.javacpp.BytePointer utf8_str) |
static int |
utf8_step(String utf8_str) |
org.bytedeco.javacpp.BytePointer |
utf8_str() |
org.bytedeco.javacpp.BytePointer |
utf8() |
static org.bytedeco.javacpp.IntPointer |
UTF8ToUTF32(org.bytedeco.javacpp.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, hashCode, isNull, limit, limit, malloc, maxBytes, maxPhysicalBytes, memchr, memcmp, memcpy, memmove, memset, offsetof, parseBytes, physicalBytes, position, put, realloc, setNull, sizeof, toString, totalBytes, totalPhysicalBytes, withDeallocator, zeropublic UNICHAR(org.bytedeco.javacpp.Pointer p)
Pointer.Pointer(Pointer).public UNICHAR(long size)
Pointer.position(long).public UNICHAR()
public UNICHAR(@Cast(value="const char*")
org.bytedeco.javacpp.BytePointer utf8_str,
int len)
public UNICHAR(String utf8_str, int len)
public UNICHAR(int unicode)
public tesseract.UNICHAR position(long position)
position in class org.bytedeco.javacpp.Pointerpublic int first_uni()
public int utf8_len()
@Cast(value="const char*") public org.bytedeco.javacpp.BytePointer utf8()
@Cast(value="char*") public org.bytedeco.javacpp.BytePointer utf8_str()
public static int utf8_step(@Cast(value="const char*")
org.bytedeco.javacpp.BytePointer utf8_str)
public static int utf8_step(String utf8_str)
@ByVal public static tesseract.UNICHAR.const_iterator begin(@Cast(value="const char*") org.bytedeco.javacpp.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*") org.bytedeco.javacpp.BytePointer utf8_str, int byte_length)
@ByVal public static tesseract.UNICHAR.const_iterator end(String utf8_str, int byte_length)
@Cast(value="tesseract::char32*")
@StdVector
public static org.bytedeco.javacpp.IntPointer UTF8ToUTF32(@Cast(value="const char*")
org.bytedeco.javacpp.BytePointer utf8_str)
@Cast(value="tesseract::char32*") @StdVector public static IntBuffer UTF8ToUTF32(String utf8_str)
@StdString
public static org.bytedeco.javacpp.BytePointer UTF32ToUTF8(@Cast(value="tesseract::char32*") @StdVector
org.bytedeco.javacpp.IntPointer str32)
@StdString public static String UTF32ToUTF8(@Cast(value="tesseract::char32*") @StdVector IntBuffer str32)
@StdString
public static org.bytedeco.javacpp.BytePointer UTF32ToUTF8(@Cast(value="tesseract::char32*") @StdVector
int[] str32)
Copyright © 2018. All rights reserved.