Uses of Record Class
club.doki7.sdl3.handle.SDL_iconv_t
Packages that use SDL_iconv_t
-
Uses of SDL_iconv_t in club.doki7.sdl3
Methods in club.doki7.sdl3 that return SDL_iconv_tModifier and TypeMethodDescriptionSDL3.iconv_open
(@Nullable BytePtr tocode, @Nullable BytePtr fromcode) This function allocates a context for the specified character set conversion.Methods in club.doki7.sdl3 with parameters of type SDL_iconv_tModifier and TypeMethodDescriptionlong
SDL3.iconv
(@Nullable SDL_iconv_t cd, @Nullable PointerPtr inbuf, @Nullable PointerPtr inbytesleft, @Nullable PointerPtr outbuf, @Nullable PointerPtr outbytesleft) This function converts text between encodings, reading from and writing to a buffer.int
SDL3.iconv_close
(@Nullable SDL_iconv_t cd) This function frees a context used for character set conversion. -
Uses of SDL_iconv_t in club.doki7.sdl3.handle
Classes in club.doki7.sdl3.handle that implement interfaces with type arguments of type SDL_iconv_tModifier and TypeClassDescriptionstatic final record
Represents a pointer toSDL_iconv_t
handle(s) in native memory.Methods in club.doki7.sdl3.handle that return SDL_iconv_tModifier and TypeMethodDescription@Nullable SDL_iconv_t
SDL_iconv_t.Ptr.read()
@Nullable SDL_iconv_t
SDL_iconv_t.Ptr.read
(long index) Methods in club.doki7.sdl3.handle that return types with arguments of type SDL_iconv_tMethods in club.doki7.sdl3.handle with parameters of type SDL_iconv_tModifier and TypeMethodDescriptionstatic SDL_iconv_t.Ptr
SDL_iconv_t.Ptr.allocate
(Arena arena, @Nullable SDL_iconv_t[] values) static SDL_iconv_t.Ptr
SDL_iconv_t.Ptr.allocateV
(Arena arena, @Nullable SDL_iconv_t value0, @Nullable SDL_iconv_t... values) void
SDL_iconv_t.Ptr.write
(long index, @Nullable SDL_iconv_t value) void
SDL_iconv_t.Ptr.write
(@Nullable SDL_iconv_t value) void
SDL_iconv_t.Ptr.write
(@Nullable SDL_iconv_t[] values) void
SDL_iconv_t.Ptr.writeV
(@Nullable SDL_iconv_t value0, @Nullable SDL_iconv_t... values)