提交 be0e4436 编写于 作者: Z Zhouyj_zju

Description: fix the cpp check

IssueNo: https://gitee.com/openharmony/graphic_ui/issues/I650F5
Feature or Bugfix: Bugfix
Binary Source:No
Signed-off-by: Nzhouyj <zhouyuanjie1@huawei.com>
上级 cd6f9ca9
......@@ -102,8 +102,9 @@ void UILineBreakEngine::LoadRule()
stateTbl_ = reinterpret_cast<const RBBIStateTable*>(reinterpret_cast<const char*>(rbbidh) + rbbidh->fFTable);
status = U_ZERO_ERROR;
lineBreakTrie_ = reinterpret_cast<UCPTrie*>(ucptrie_openFromBinary(UCPTRIE_TYPE_FAST, UCPTRIE_VALUE_BITS_8,
reinterpret_cast<const uint8_t*>(rbbidh) + rbbidh->fTrie,
rbbidh->fTrieLen, nullptr, &status));
reinterpret_cast<const uint8_t*>(rbbidh)
+ rbbidh->fTrie,
rbbidh->fTrieLen, nullptr, &status));
if (status != U_ZERO_ERROR) {
return;
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册