Home
last modified time | relevance | path

Searched refs:MAX_CHOICE (Results 1 – 10 of 10) sorted by relevance

/dports/textproc/scim-openvanilla/openvanilla-0.7.2.20070514/Modules/OVIMSpaceChewingOld/libchewing/
H A Dglobal.h41 #define MAX_CHOICE (250) macro
119 char totalChoiceStr[ MAX_CHOICE ][ MAX_PHRASE_LEN * 2 + 1 ];
/dports/textproc/openvanilla-framework/openvanilla-0.7.2.20070514/Modules/OVIMSpaceChewingOld/libchewing/
H A Dglobal.h41 #define MAX_CHOICE (250) macro
119 char totalChoiceStr[ MAX_CHOICE ][ MAX_PHRASE_LEN * 2 + 1 ];
/dports/textproc/scim-openvanilla/openvanilla-0.7.2.20070514/Modules/OVIMSpaceChewing0.3/libchewing/
H A Dglobal.h44 #define MAX_CHOICE (567) macro
121 char totalChoiceStr[ MAX_CHOICE ][ MAX_PHRASE_LEN * MAX_UTF8_SIZE + 1 ];
H A Dchoice.c156 assert(pci->nTotalChoice <= MAX_CHOICE); in SetChoiceInfo()
/dports/textproc/openvanilla-framework/openvanilla-0.7.2.20070514/Modules/OVIMSpaceChewing0.3/libchewing/
H A Dglobal.h44 #define MAX_CHOICE (567) macro
121 char totalChoiceStr[ MAX_CHOICE ][ MAX_PHRASE_LEN * MAX_UTF8_SIZE + 1 ];
H A Dchoice.c156 assert(pci->nTotalChoice <= MAX_CHOICE); in SetChoiceInfo()
/dports/chinese/libchewing/libchewing-0.5.1/include/internal/
H A Dchewing-private.h49 #define MAX_CHOICE (567) macro
166 char totalChoiceStr[MAX_CHOICE][MAX_PHRASE_LEN * MAX_UTF8_SIZE + 1];
/dports/chinese/libchewing/libchewing-0.5.1/src/
H A Dchoice.c180 assert(pci->nTotalChoice < MAX_CHOICE); in ChoiceInfoAppendChi()
210 memset(pci->totalChoiceStr, '\0', MAX_CHOICE * MAX_PHRASE_LEN * MAX_UTF8_SIZE + 1); in SetChoiceInfo()
/dports/games/edge/Edge-1.35-source/src/
H A Drad_trig.cc78 static const int MAX_CHOICE = 9; member in rts_menu_c
/dports/chinese/libchewing/libchewing-0.5.1/scripts/
H A DChangeLog-svn1834 Adjust MAX_CHOICE from 250 to 567.