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 TypeMethodDescriptionlongSDL3.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.intSDL3.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 recordRepresents a pointer toSDL_iconv_thandle(s) in native memory.Methods in club.doki7.sdl3.handle that return SDL_iconv_tModifier and TypeMethodDescription@Nullable SDL_iconv_tSDL_iconv_t.Ptr.read()@Nullable SDL_iconv_tSDL_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.PtrSDL_iconv_t.Ptr.allocate(Arena arena, @Nullable SDL_iconv_t[] values) static SDL_iconv_t.PtrSDL_iconv_t.Ptr.allocateV(Arena arena, @Nullable SDL_iconv_t value0, @Nullable SDL_iconv_t... values) voidSDL_iconv_t.Ptr.write(long index, @Nullable SDL_iconv_t value) voidSDL_iconv_t.Ptr.write(@Nullable SDL_iconv_t value) voidSDL_iconv_t.Ptr.write(@Nullable SDL_iconv_t[] values) voidSDL_iconv_t.Ptr.writeV(@Nullable SDL_iconv_t value0, @Nullable SDL_iconv_t... values)