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

  /packages/inputmethods/OpenWnn/libs/libwnnDictionary/include/
nj_lib.h 346 NJ_EXTERN NJ_INT16 njx_get_word(NJ_CLASS *iwnn, NJ_CURSOR *cursor, NJ_RESULT *result);
  /packages/inputmethods/OpenWnn/libs/libwnnDictionary/
OpenWnnDictionaryImplJni.c 464 result = ( jint )njx_get_word( &( work->wnnClass ), &( work->cursor ), &( work->result ) );
467 result = ( jint )njx_get_word( &( work->wnnClass ), &( work->cursor ), &( work->result ) );
513 /* When njx_get_word() was not yet called, return "No result is found" */
546 /* When njx_get_word() was not yet called, return "No result is found" */
572 /* When njx_get_word() was not yet called, return "No result is found" */
    [all...]
  /packages/inputmethods/OpenWnn/libs/libwnnDictionary/engine/
ndapi.c 817 NJ_EXTERN NJ_INT16 njx_get_word(NJ_CLASS *iwnn, NJ_CURSOR *cursor, NJ_RESULT *result) { function

Completed in 828 milliseconds