Home
last modified time | relevance | path

Searched refs:cNonS (Results 1 – 5 of 5) sorted by relevance

/dports/chinese/scim-fcitx/fcitx/src/
H A Dsp.cpp99 char cNonS = 'o'; variable
134 cNonS = tolower (pstr[1]); in LoadSPData()
174 if (cNonS == ';') in LoadSPData()
243 if (strSP[0] != cNonS) { in SP2QP()
H A Dsp.h16 extern char cNonS;
/dports/chinese/fcitx/fcitx-4.2.9.7/src/im/pinyin/
H A Dsp.c140 pyconfig->cNonS = tolower(pstr[1]); in LoadSPData()
175 pyconfig->cNonS = nonS; in LoadSPData()
198 if (pyconfig->cNonS == ';') in LoadSPData()
226 if (pyconfig->cNonS != '*') in SP2QP()
252 if (strSP[0] != pyconfig->cNonS in SP2QP()
H A Dpyconfig.h68 char cNonS; member
H A Dpy.c201 pyconfig->cNonS = 'o'; in SPInit()