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);
50inline void icu4x::GraphemeClusterBreakIteratorUtf16::operator
delete(
void* ptr) {
51 icu4x::capi::icu4x_GraphemeClusterBreakIteratorUtf16_destroy_mv1(
reinterpret_cast<icu4x::capi::GraphemeClusterBreakIteratorUtf16*
>(ptr));
Definition GraphemeClusterBreakIteratorUtf16.d.hpp:25
int32_t next()
Definition GraphemeClusterBreakIteratorUtf16.hpp:29