1#ifndef ICU4X_GraphemeClusterBreakIteratorUtf8_HPP
2#define ICU4X_GraphemeClusterBreakIteratorUtf8_HPP
21 int32_t icu4x_GraphemeClusterBreakIteratorUtf8_next_mv1(icu4x::capi::GraphemeClusterBreakIteratorUtf8* self);
23 void icu4x_GraphemeClusterBreakIteratorUtf8_destroy_mv1(GraphemeClusterBreakIteratorUtf8* self);
30 auto result = icu4x::capi::icu4x_GraphemeClusterBreakIteratorUtf8_next_mv1(this->AsFFI());
34inline const icu4x::capi::GraphemeClusterBreakIteratorUtf8* icu4x::GraphemeClusterBreakIteratorUtf8::AsFFI()
const {
35 return reinterpret_cast<const icu4x::capi::GraphemeClusterBreakIteratorUtf8*
>(
this);
38inline icu4x::capi::GraphemeClusterBreakIteratorUtf8* icu4x::GraphemeClusterBreakIteratorUtf8::AsFFI() {
39 return reinterpret_cast<icu4x::capi::GraphemeClusterBreakIteratorUtf8*
>(
this);
50inline void icu4x::GraphemeClusterBreakIteratorUtf8::operator
delete(
void* ptr) {
51 icu4x::capi::icu4x_GraphemeClusterBreakIteratorUtf8_destroy_mv1(
reinterpret_cast<icu4x::capi::GraphemeClusterBreakIteratorUtf8*
>(ptr));
Definition GraphemeClusterBreakIteratorUtf8.d.hpp:25
int32_t next()
Definition GraphemeClusterBreakIteratorUtf8.hpp:29