Home
last modified time | relevance | path

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

/dports/chinese/fcitx/fcitx-4.2.9.7/src/im/pinyin/
H A Dsp.c54 SP_S* SPMap_S = pyconfig->SPMap_S; in LoadSPData() local
191 while (SPMap_S[i].strQP[0]) { in LoadSPData()
192 if (SPMap_S[i++].cJP == ';') in LoadSPData()
212 SP_S* SPMap_S = pyconfig->SPMap_S; in SP2QP() local
260 strcat(strQP, SPMap_S[iIndex1].strQP); in SP2QP()
315 SP_S* SPMap_S = pyconfig->SPMap_S; in GetSPIndexQP_S() local
319 while (SPMap_S[i].strQP[0]) { in GetSPIndexQP_S()
320 if (!strcmp(str, SPMap_S[i].strQP)) in GetSPIndexQP_S()
349 SP_S* SPMap_S = pyconfig->SPMap_S; in GetSPIndexJP_S() local
353 while (SPMap_S[i].strQP[0]) { in GetSPIndexJP_S()
[all …]
H A Dpyconfig.h70 SP_S SPMap_S[4]; member
H A Dpy.c202 memcpy(pyconfig->SPMap_S, SPMap_S_Ziranma, sizeof(SPMap_S_Ziranma)); in SPInit()
/dports/chinese/scim-fcitx/fcitx/src/
H A Dsp.cpp87 SP_S SPMap_S[] = { variable
145 SPMap_S[i].cJP = tolower (pstr[1]); in LoadSPData()
168 while (SPMap_S[i].strQP[0]) { in LoadSPData()
169 if (SPMap_S[i++].cJP == ';') in LoadSPData()
250 strcat (strQP, SPMap_S[iIndex1].strQP); in SP2QP()
291 while (SPMap_S[i].strQP[0]) { in GetSPIndexQP_S()
292 if (!strcmp (str, SPMap_S[i].strQP)) in GetSPIndexQP_S()
320 while (SPMap_S[i].strQP[0]) { in GetSPIndexJP_S()
321 if (c == SPMap_S[i].cJP) in GetSPIndexJP_S()
H A Dsp.h19 extern SP_S SPMap_S[];