Home
last modified time | relevance | path

Searched refs:PYIsInFreq (Results 1 – 4 of 4) sorted by relevance

/dports/chinese/scim-fcitx/fcitx/src/
H A Dpy.h222 Bool PYIsInFreq (char *strHZ);
H A Dpy.cpp1427 …if (CheckHZCharset (PYFAList[candPos.iPYFA].pyBase[candPos.iBase].strHZ) && !PYIsInFreq (PYFAList[… in PYCheckNextCandPage()
1803 if (!PYIsInFreq (PYFAList[candPos.iPYFA].pyBase[candPos.iBase].strHZ)) { in PYGetBaseCandWords()
2571 Bool PYIsInFreq (char *strHZ) in PYIsInFreq() function
/dports/chinese/fcitx/fcitx-4.2.9.7/src/im/pinyin/
H A Dpy.h232 boolean PYIsInFreq(PyFreq* pCurFreq, char* strHZ);
H A Dpy.c1438 if (!PYIsInFreq(pCurFreq, PYFAList[candPos.iPYFA].pyBase[candPos.iBase].strHZ)) { in PYGetBaseCandWords()
1952 boolean PYIsInFreq(PyFreq* pCurFreq, char *strHZ) in PYIsInFreq() function