Searched refs:kouho_threshold (Results 1 - 6 of 6) sorted by relevance

/haiku-fatelf/src/add-ons/input_server/methods/canna/lib/
H A Dcommondata.c165 cf->kouho_threshold = 2;
H A Dchikuji.c713 if (cannaconf.kouho_threshold > 0 &&
714 yc->kouhoCount >= cannaconf.kouho_threshold) {
H A Dhenkan.c1443 if (cannaconf.kouho_threshold > 0 &&
1444 yc->kouhoCount >= cannaconf.kouho_threshold) {
1535 if (cannaconf.kouho_threshold &&
1536 ++yc->kouhoCount >= cannaconf.kouho_threshold) {
H A Dcanna.h824 int kouho_threshold; /* ���������������������������������������������������������������� */ member in struct:CannaConfig
H A Dromaji.c3725 if (cannaconf.kouho_threshold > 0 &&
3726 yc->kouhoCount >= cannaconf.kouho_threshold) {
H A Dlisp.c4501 DEFVAREX(Vnhenkan ,NumAcc ,cannaconf.kouho_threshold)

Completed in 65 milliseconds