1#ifndef icu4x_GraphemeClusterBreakIteratorUtf16_HPP
2#define icu4x_GraphemeClusterBreakIteratorUtf16_HPP
21 int32_t icu4x_GraphemeClusterBreakIteratorUtf16_next_mv1(icu4x::capi::GraphemeClusterBreakIteratorUtf16* self);
23 void icu4x_GraphemeClusterBreakIteratorUtf16_destroy_mv1(GraphemeClusterBreakIteratorUtf16* self);
30 auto result = icu4x::capi::icu4x_GraphemeClusterBreakIteratorUtf16_next_mv1(this->AsFFI());
34inline const icu4x::capi::GraphemeClusterBreakIteratorUtf16* icu4x::GraphemeClusterBreakIteratorUtf16::AsFFI()
const {
35 return reinterpret_cast<const icu4x::capi::GraphemeClusterBreakIteratorUtf16*
>(
this);
38inline icu4x::capi::GraphemeClusterBreakIteratorUtf16* icu4x::GraphemeClusterBreakIteratorUtf16::AsFFI() {
39 return reinterpret_cast<icu4x::capi::GraphemeClusterBreakIteratorUtf16*
>(
this);
42inline const icu4x::GraphemeClusterBreakIteratorUtf16* icu4x::GraphemeClusterBreakIteratorUtf16::FromFFI(
const icu4x::capi::GraphemeClusterBreakIteratorUtf16* ptr) {
43 return reinterpret_cast<const icu4x::GraphemeClusterBreakIteratorUtf16*
>(ptr);
46inline icu4x::GraphemeClusterBreakIteratorUtf16* icu4x::GraphemeClusterBreakIteratorUtf16::FromFFI(icu4x::capi::GraphemeClusterBreakIteratorUtf16* ptr) {
47 return reinterpret_cast<icu4x::GraphemeClusterBreakIteratorUtf16*
>(ptr);
50inline void icu4x::GraphemeClusterBreakIteratorUtf16::operator
delete(
void* ptr) {
51 icu4x::capi::icu4x_GraphemeClusterBreakIteratorUtf16_destroy_mv1(
reinterpret_cast<icu4x::capi::GraphemeClusterBreakIteratorUtf16*
>(ptr));
int32_t next()
Definition GraphemeClusterBreakIteratorUtf16.hpp:29