1#ifndef ICU4X_GraphemeClusterSegmenter_D_HPP
2#define ICU4X_GraphemeClusterSegmenter_D_HPP
14namespace capi {
struct DataProvider; }
16namespace capi {
struct GraphemeClusterBreakIteratorLatin1; }
17class GraphemeClusterBreakIteratorLatin1;
18namespace capi {
struct GraphemeClusterBreakIteratorUtf16; }
19class GraphemeClusterBreakIteratorUtf16;
20namespace capi {
struct GraphemeClusterBreakIteratorUtf8; }
21class GraphemeClusterBreakIteratorUtf8;
22namespace capi {
struct GraphemeClusterSegmenter; }
23class GraphemeClusterSegmenter;
31 struct GraphemeClusterSegmenter;
50 inline static std::unique_ptr<icu4x::GraphemeClusterSegmenter>
create();
86 inline const icu4x::capi::GraphemeClusterSegmenter* AsFFI()
const;
87 inline icu4x::capi::GraphemeClusterSegmenter* AsFFI();
90 inline static void operator delete(
void* ptr);
97 static void operator delete[](
void*, size_t) =
delete;
Definition DataError.d.hpp:37
Definition DataProvider.d.hpp:40
Definition GraphemeClusterSegmenter.d.hpp:42
std::unique_ptr< icu4x::GraphemeClusterBreakIteratorUtf8 > segment(std::string_view input DIPLOMAT_LIFETIME_BOUND) const DIPLOMAT_LIFETIME_BOUND
Definition GraphemeClusterSegmenter.hpp:53
std::unique_ptr< icu4x::GraphemeClusterBreakIteratorUtf16 > segment16(std::u16string_view input DIPLOMAT_LIFETIME_BOUND) const DIPLOMAT_LIFETIME_BOUND
Definition GraphemeClusterSegmenter.hpp:59
std::unique_ptr< icu4x::GraphemeClusterBreakIteratorLatin1 > segment_latin1(icu4x::diplomat::span< const uint8_t > input DIPLOMAT_LIFETIME_BOUND) const DIPLOMAT_LIFETIME_BOUND
Definition GraphemeClusterSegmenter.hpp:65
static icu4x::diplomat::result< std::unique_ptr< icu4x::GraphemeClusterSegmenter >, icu4x::DataError > create_with_provider(const icu4x::DataProvider &provider)
Definition GraphemeClusterSegmenter.hpp:48
static std::unique_ptr< icu4x::GraphemeClusterSegmenter > create()
Definition GraphemeClusterSegmenter.hpp:43
#define DIPLOMAT_LIFETIME_BOUND
Definition diplomat_runtime.hpp:32
Definition diplomat_runtime.hpp:164