Searched refs:ALIGN_STYLE_ (Results 1 – 1 of 1) sorted by relevance
31 const std::vector<V2::AlignStyle> ALIGN_STYLE_ = { V2::AlignStyle::LEFT, V2::AlignStyle::RIGHT }; variable98 if (alignStyle >= 0 && alignStyle < static_cast<int32_t>(ALIGN_STYLE_.size())) { in FfiOHOSAceFrameworkAlphabetIndexerAlignStyle()