1#ifndef icu4x_ListLength_HPP
2#define icu4x_ListLength_HPP
25inline icu4x::capi::ListLength icu4x::ListLength::AsFFI()
const {
26 return static_cast<icu4x::capi::ListLength
>(value);
29inline icu4x::ListLength icu4x::ListLength::FromFFI(icu4x::capi::ListLength c_enum) {
31 case icu4x::capi::ListLength_Wide:
32 case icu4x::capi::ListLength_Short:
33 case icu4x::capi::ListLength_Narrow:
Value
Definition ListLength.d.hpp:33