未验证 提交 9d1a7c6f 编写于 作者: O openharmony_ci 提交者: Gitee

!851 【挑单】优化静态告警

Merge pull request !851 from Zhouyj/cherry-pick-1670382161
......@@ -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.
先完成此消息的编辑!
想要评论请 注册