Home
last modified time | relevance | path

Searched refs:nextNChar (Results 1 – 6 of 6) sorted by relevance

/dports/textproc/fcitx5/fcitx5-5.0.11/src/lib/fcitx/
H A Dsurroundingtext.cpp65 auto startIter = utf8::nextNChar(d->text_.begin(), start); in selectedText()
66 auto endIter = utf8::nextNChar(startIter, len); in selectedText()
101 auto start = utf8::nextNChar(d->text_.begin(), cursor_pos); in deleteText()
102 auto end = utf8::nextNChar(start, size); in deleteText()
/dports/textproc/fcitx5/fcitx5-5.0.11/src/lib/fcitx-utils/
H A Dutf8.h130 inline Iter nextNChar(Iter iter, size_t n) { in nextNChar() function
137 return nextNChar(iter, 1); in nextChar()
/dports/japanese/fcitx5-anthy/fcitx5-anthy-5.0.2/src/
H A Dutils.cpp21 auto iter = fcitx::utf8::nextNChar(s.begin(), start); in utf8_string_substr()
22 auto end = fcitx::utf8::nextNChar(iter, len); in utf8_string_substr()
/dports/korean/fcitx5-hangul/fcitx5-hangul-5.0.2/src/
H A Dengine.cpp63 auto begin = utf8::nextNChar(str.begin(), pos); in subUTF8String()
64 auto end = utf8::nextNChar(begin, n); in subUTF8String()
/dports/chinese/fcitx5-chinese-addons/fcitx5-chinese-addons-5.0.8/modules/punctuation/
H A Dpunctuation.cpp292 auto start = utf8::nextNChar(text.begin(), cursor - 1); in __anon8e9d9ee20b02()
/dports/chinese/libime/libime-1.0.9/src/libime/table/
H A Dtablebaseddictionary.cpp1063 iter = fcitx::utf8::nextNChar(value.begin(), index); in generateWithHint()
1084 auto entryStart = fcitx::utf8::nextNChar( in generateWithHint()