Home | History | Annotate | Download | only in libwnnDictionary

Lines Matching refs:lcount

792         NJ_UINT16   lcount = 0, rcount = 0;
799 njd_r_get_count( work->dicSet.rHandle[ NJ_MODE_TYPE_HENKAN ], &lcount, &rcount );
801 if( leftPartOfSpeech < 1 || leftPartOfSpeech > lcount ) {
826 NJ_UINT16 lcount = 0, rcount = 0;
833 njd_r_get_count( work->dicSet.rHandle[ NJ_MODE_TYPE_HENKAN ], &lcount, &rcount );
1059 NJ_UINT16 lcount = 0, rcount = 0;
1067 njd_r_get_count( work->dicSet.rHandle[ NJ_MODE_TYPE_HENKAN ], &lcount, &rcount );
1069 if( leftPartOfSpeech < 0 || leftPartOfSpeech > lcount ) {
1132 NJ_UINT16 lcount = 0, rcount = 0;
1134 njd_r_get_count( work->dicSet.rHandle[ NJ_MODE_TYPE_HENKAN ], &lcount, &rcount );
1135 return lcount;
1159 NJ_UINT16 lcount = 0, rcount = 0;
1161 njd_r_get_count( work->dicSet.rHandle[ NJ_MODE_TYPE_HENKAN ], &lcount, &rcount );