@Name(value="__locale_struct") @Properties(inherit=linux.class) public class locale_t extends Pointer
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator| Constructor and Description |
|---|
locale_t()
Default native constructor.
|
locale_t(long size)
Native array allocator.
|
locale_t(Pointer p)
Pointer cast constructor.
|
| Modifier and Type | Method and Description |
|---|---|
ShortPointer |
__ctype_b() |
IntPointer |
__ctype_tolower() |
IntPointer |
__ctype_toupper() |
PointerPointer |
__locales() |
Pointer |
__locales(int i) |
locale_t |
__locales(int i,
Pointer setter) |
PointerPointer |
__names() |
BytePointer |
__names(int i) |
locale_t |
position(long position) |
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 locale_t()
public locale_t(long size)
Pointer.position(long).public locale_t(Pointer p)
Pointer.Pointer(Pointer).@MemberGetter @Cast(value="__locale_data**") public PointerPointer __locales()
@MemberGetter @Cast(value="const unsigned short int*") public ShortPointer __ctype_b()
@MemberGetter @Const public IntPointer __ctype_tolower()
@MemberGetter @Const public IntPointer __ctype_toupper()
@MemberGetter @Cast(value="const char*") public BytePointer __names(int i)
@MemberGetter @Cast(value="const char**") public PointerPointer __names()
Copyright © 2019. All rights reserved.