Home
last modified time | relevance | path

Searched refs:stateTbl_ (Results 1 - 2 of 2) sorted by relevance

/foundation/arkui/ui_lite/frameworks/font/
H A Dui_line_break.h128 : initSuccess_(false), addr_(nullptr), size_(0), fp_(0), offset_(0), lineBreakTrie_(nullptr), stateTbl_(nullptr) in UILineBreakEngine()
144 const void* stateTbl_; member in OHOS::UILineBreakEngine
H A Dui_line_break.cpp59 const RBBIStateTable* rbbStateTable = reinterpret_cast<const RBBIStateTable*>(stateTbl_); in GetNextBreakPos()
102 stateTbl_ = reinterpret_cast<const RBBIStateTable*>(reinterpret_cast<const char*>(rbbidh) + rbbidh->fFTable); in LoadRule()
218 if ((unicode > TypedText::MAX_UINT16_HIGH_SCOPE) || (stateTbl_ == nullptr) || (lineBreakTrie_ == nullptr)) { in IsBreakPos()
221 const RBBIStateTable* rbbStateTable = reinterpret_cast<const RBBIStateTable*>(stateTbl_); in IsBreakPos()

Completed in 2 milliseconds