Home
last modified time | relevance | path

Searched refs:ncharByteLength (Results 1 – 10 of 10) sorted by relevance

/dports/chinese/libime/libime-1.0.9/src/libime/table/
H A Dtabledecoder.cpp134 graph.addNext(fcitx::utf8::ncharByteLength(graph.data().begin(), in graphForCode()
136 fcitx::utf8::ncharByteLength( in graphForCode()
H A Dtablebaseddictionary.cpp237 fcitx::utf8::ncharByteLength(matchedCode.begin(), 1)); in matchTrie()
/dports/textproc/fcitx5/fcitx5-5.0.11/src/lib/fcitx-utils/
H A Dutf8.h122 inline int ncharByteLength(Iter iter, size_t n) { in ncharByteLength() function
131 return std::next(iter, ncharByteLength(iter, n)); in nextNChar()
H A Dkey.cpp544 if (fcitx::utf8::ncharByteLength(keyString.begin(), 1) == 1) { in keySymFromString()
/dports/chinese/fcitx5-chinese-addons/fcitx5-chinese-addons-5.0.8/modules/chttrans/
H A Dchttrans.cpp110 size_t segmentByteLength = utf8::ncharByteLength( in Chttrans()
122 utf8::ncharByteLength(newText.toString().begin(), length)); in Chttrans()
/dports/japanese/fcitx5-anthy/fcitx5-anthy-5.0.2/src/
H A Dutils.cpp244 fcitx::utf8::ncharByteLength(surrounding_text.begin(), cursor_pos); in search_anchor_pos_forward()
271 fcitx::utf8::ncharByteLength(surrounding_text.begin(), skip_count); in search_anchor_pos_backward()
H A Dreading.cpp491 pos += fcitx::utf8::ncharByteLength(iter, caretOffset_); in caretPos()
/dports/chinese/fcitx5-chewing/fcitx5-chewing-5.0.7/src/
H A Deim.cpp407 rcur = utf8::ncharByteLength(text.begin(), cur); in updateUI()
/dports/chinese/libime/libime-1.0.9/src/libime/pinyin/
H A Dpinyincontext.cpp502 cursorInPinyin = fcitx::utf8::ncharByteLength( in preeditWithCursor()
/dports/chinese/fcitx5-chinese-addons/fcitx5-chinese-addons-5.0.8/im/pinyin/
H A Dpinyin.cpp879 utf8::ncharByteLength(prefix.begin(), length - 1); in reloadConfig()