Home
last modified time | relevance | path

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

/dports/chinese/scim-fcitx/fcitx/src/
H A Dpy.h177 extern Bool bIsPYAddFreq;
H A Dpy.cpp76 Bool bIsPYAddFreq = False; variable
395 bIsPYAddFreq = False; in ResetPYStatus()
429 if (!bIsPYAddFreq && !bIsPYDelFreq && !bIsPYDelUserPhr) { in DoPYInput()
592 if (!bIsPYAddFreq && findMap.iHZCount == 1) { in DoPYInput()
593 bIsPYAddFreq = True; in DoPYInput()
644 if (bIsPYAddFreq || bIsPYDelFreq || bIsPYDelUserPhr) { in DoPYInput()
645 if (bIsPYAddFreq) { in DoPYInput()
647 bIsPYAddFreq = False; in DoPYInput()
692 if (bIsPYAddFreq || bIsPYDelFreq || bIsPYDelUserPhr) in DoPYInput()
/dports/chinese/fcitx/fcitx-4.2.9.7/src/im/pinyin/
H A Dpy.h185 boolean bIsPYAddFreq; member
H A Dpy.c510 pystate->bIsPYAddFreq = false; in ResetPYStatus()
551 if (!pystate->bIsPYAddFreq && !pystate->bIsPYDelFreq && !pystate->bIsPYDelUserPhr) { in DoPYInput()
736 …if (!pystate->bIsPYAddFreq && pystate->findMap.iHZCount == 1 && FcitxInputStateGetRawInputBufferSi… in DoPYInput()
737 pystate->bIsPYAddFreq = true; in DoPYInput()
796 …if (candWord->owner == pystate && (pystate->bIsPYAddFreq || pystate->bIsPYDelFreq || pystate->bIsP… in DoPYInput()
798 if (pystate->bIsPYAddFreq) { in DoPYInput()
800 pystate->bIsPYAddFreq = false; in DoPYInput()
823 } else if (pystate->bIsPYAddFreq || pystate->bIsPYDelFreq || in DoPYInput()