Searched refs:NJ_ERR_INTERNAL (Results 1 – 2 of 2) sorted by relevance
440 return NJ_SET_ERR_VAL(NJ_FUNC_JNI_SEARCH_WORD, NJ_ERR_INTERNAL); in Java_jp_co_omronsoft_openwnn_OpenWnnDictionaryImplJni_searchWord()652 return NJ_SET_ERR_VAL(NJ_FUNC_JNI_SET_APPROX_PATTERN, NJ_ERR_INTERNAL); in Java_jp_co_omronsoft_openwnn_OpenWnnDictionaryImplJni_setApproxPattern__JLjava_lang_String_2Ljava_lang_String_2()876 return NJ_SET_ERR_VAL(NJ_FUNC_JNI_SET_STROKE, NJ_ERR_INTERNAL); in Java_jp_co_omronsoft_openwnn_OpenWnnDictionaryImplJni_setStroke()911 return NJ_SET_ERR_VAL(NJ_FUNC_JNI_SET_CANDIDATE, NJ_ERR_INTERNAL); in Java_jp_co_omronsoft_openwnn_OpenWnnDictionaryImplJni_setCandidate()
52 #define NJ_ERR_INTERNAL (0x1D00) macro