1#ifndef ICU4X_ListLength_HPP
2#define ICU4X_ListLength_HPP
23inline icu4x::capi::ListLength icu4x::ListLength::AsFFI()
const {
24 return static_cast<icu4x::capi::ListLength
>(value);
27inline icu4x::ListLength icu4x::ListLength::FromFFI(icu4x::capi::ListLength c_enum) {
29 case icu4x::capi::ListLength_Wide:
30 case icu4x::capi::ListLength_Short:
31 case icu4x::capi::ListLength_Narrow:
Value
Definition ListLength.d.hpp:33