Home
last modified time | relevance | path

Searched refs:MAX_USER_INPUT (Results 1 – 13 of 13) sorted by relevance

/dports/chinese/fcitx/fcitx-4.2.9.7/src/lib/fcitx/
H A Dime-internal.h56 char strCodeInput[MAX_USER_INPUT * UTF8_MAX_LENGTH + 1];
57 char strStringGet[MAX_USER_INPUT * UTF8_MAX_LENGTH + 1];
58 char strLastCommit[MAX_USER_INPUT * UTF8_MAX_LENGTH + 1];
H A Dfrontend.c383 fcitx_utf8_strncpy(input->strLastCommit, str, MAX_USER_INPUT); in FcitxInstanceCommitString()
384 input->strLastCommit[MAX_USER_INPUT] = '\0'; in FcitxInstanceCommitString()
H A Dime.h68 #define MAX_USER_INPUT 300 macro
/dports/chinese/fcitx/fcitx-4.2.9.7/src/module/autoeng/
H A DAutoEng.c169 unsigned int size = fcitx_utils_align_to(len + 1, MAX_USER_INPUT); in AutoEngSetBuffLen()
660 strncpy(raw_buff, autoEngState->buf, MAX_USER_INPUT); in ShowAutoEngMessage()
661 if (buff_len > MAX_USER_INPUT) { in ShowAutoEngMessage()
662 raw_buff[MAX_USER_INPUT] = '\0'; in ShowAutoEngMessage()
663 FcitxInputStateSetRawInputBufferSize(input, MAX_USER_INPUT); in ShowAutoEngMessage()
/dports/chinese/fcitx/fcitx-4.2.9.7/src/module/unicode/
H A Dunicode.c36 char buffer[MAX_USER_INPUT * UTF8_MAX_LENGTH + 1];
185 if (strlen(uni->buffer) < MAX_USER_INPUT) in UnicodePreFilter()
/dports/chinese/scim-fcitx/fcitx/src/
H A Dime.cpp39 char strCodeInput[MAX_USER_INPUT + 1];
40 char strStringGet[MAX_USER_INPUT + 1]; //�������뷨���ص���Ҫ�͵��ͻ������е��ִ�
309 if (iCodeInputCount == MAX_USER_INPUT) in ProcessKey()
H A Dime.h12 #define MAX_USER_INPUT 300 macro
H A Dpy.cpp46 char strFindString[MAX_USER_INPUT + 1];
417 char strTemp[MAX_USER_INPUT + 1]; in DoPYInput()
516 char strTemp[MAX_USER_INPUT + 1]; in DoPYInput()
/dports/chinese/fcitx-cloudpinyin/fcitx-cloudpinyin-0.3.6/src/
H A Dcloudpinyin.c788 MAX_USER_INPUT, "%s%s", string, candWord->strWord); in CloudPinyinGetCandWord()
869 char p[MAX_USER_INPUT + 1], *pinyin, *lastpos; in GetCurrentString()
909 … strlen(result) + (engine[cloudpinyin->config.source].supportSeparator ? 1 : 0) < MAX_USER_INPUT) { in GetCurrentString()
924 … if (plength + strlen(lastpos) + (PINYIN_USE_SEPARATOR_CASE ? 1 : 0) < MAX_USER_INPUT) { in GetCurrentString()
/dports/chinese/fcitx/fcitx-4.2.9.7/src/module/lua/
H A Dlua.c83 candWord->strWord, MAX_USER_INPUT); in LuaGetCandWord()
/dports/chinese/fcitx/fcitx-4.2.9.7/src/im/pinyin/
H A Dpy.h168 char strFindString[MAX_USER_INPUT + 2];
H A Dpy.c600 char strTemp[MAX_USER_INPUT + 1]; in DoPYInput()
665 char strTemp[MAX_USER_INPUT + 1]; in DoPYInput()
/dports/chinese/fcitx/fcitx-4.2.9.7/src/module/quickphrase/
H A Dquickphrase.c84 char buffer[MAX_USER_INPUT * UTF8_MAX_LENGTH + 1];
414 if (strlen(qpstate->buffer) < MAX_USER_INPUT) in QuickPhrasePreFilter()