HomeSort by relevance Sort by last modified time
    Searched refs:hinsi (Results 1 - 6 of 6) sorted by null

  /packages/inputmethods/OpenWnn/libs/libwnnDictionary/engine/
ndcommon.c 30 if (con->hinsi.fore != NULL) {
36 if (hinsiF >= con->hinsi.foreSize) {
39 if (*(con->hinsi.fore + (hinsiF / 8)) & (0x80 >> (hinsiF % 8))) {
41 if (con->hinsi.foreFlag != 0) {
47 if (con->hinsi.foreFlag == 0) {
55 if (con->hinsi.rear != NULL) {
61 if (hinsiR >= con->hinsi.rearSize) {
64 if (*(con->hinsi.rear + (hinsiR / 8)) & (0x80 >> (hinsiR % 8))) {
66 if (con->hinsi.rearFlag != 0) {
72 if (con->hinsi.rearFlag == 0)
    [all...]
ndrdic.c 86 NJ_INT16 njd_r_get_connect(NJ_DIC_HANDLE rule, NJ_UINT16 hinsi, NJ_UINT8 type, NJ_UINT8 **connect) {
93 if (hinsi < 1) {
101 *connect = (NJ_UINT8*)(F_HINSI_TOP_ADDR(rule) + ((hinsi - 1) * rec_len));
106 *connect = (NJ_UINT8*)(B_HINSI_TOP_ADDR(rule) + ((hinsi - 1) * rec_len));
ndfdic.c 103 tmp_hinsi = condition->hinsi.fore;
104 condition->hinsi.fore = condition->hinsi.yominasi_fore;
136 condition->hinsi.fore = tmp_hinsi;
147 condition->hinsi.fore = tmp_hinsi;
265 if ((con->hinsi.yominasi_fore == NULL) ||
266 (con->hinsi.foreSize == 0)) {
280 if ((con->hinsi.yominasi_fore == NULL) ||
281 (con->hinsi.foreSize == 0)) {
ndapi.c 697 cursor->cond.hinsi.fore = NULL;
698 cursor->cond.hinsi.foreSize = 0;
699 cursor->cond.hinsi.foreFlag = 0;
700 cursor->cond.hinsi.rear = NULL;
701 cursor->cond.hinsi.rearSize = 0;
702 cursor->cond.hinsi.rearFlag = 0;
802 cursor->cond.hinsi.yominasi_fore = NULL;
808 0, &(cursor->cond.hinsi.yominasi_fore));
810 &(cursor->cond.hinsi.foreSize), &(cursor->cond.hinsi.rearSize))
    [all...]
  /packages/inputmethods/OpenWnn/libs/libwnnDictionary/include/
nj_lib.h 200 } hinsi; member in struct:__anon11310
250 NJ_UINT32 hinsi; member in struct:__anon11315::__anon11316
259 NJ_UINT32 hinsi; member in struct:__anon11315::__anon11317
nj_ext.h 125 extern NJ_INT16 njd_l_get_ext_word_data(NJ_CLASS *iwnn, NJ_WORD *word, NJ_UINT16 *hinsi, NJ_UINT8 *len);
133 NJ_UINT16 hinsi, NJ_UINT8 type,

Completed in 24 milliseconds