Searched defs:lcount (Results 1 - 1 of 1) sorted by relevance

/packages/inputmethods/OpenWnn/libs/libwnnDictionary/
H A DOpenWnnDictionaryImplJni.c792 NJ_UINT16 lcount = 0, rcount = 0; local
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; local
833 njd_r_get_count( work->dicSet.rHandle[ NJ_MODE_TYPE_HENKAN ], &lcount, &rcount );
1059 NJ_UINT16 lcount = 0, rcount = 0; local
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; local
1134 njd_r_get_count( work->dicSet.rHandle[ NJ_MODE_TYPE_HENKAN ], &lcount,
1159 NJ_UINT16 lcount = 0, rcount = 0; local
[all...]

Completed in 12 milliseconds