Home
last modified time | relevance | path

Searched refs:NJ_ERR_JNI_FUNC_FAILED (Results 1 – 2 of 2) sorted by relevance

/packages/inputmethods/OpenWnn/libs/libwnnDictionary/
DOpenWnnJni.h43 #define NJ_ERR_JNI_FUNC_FAILED (0x7E00) macro
DOpenWnnDictionaryImplJni.c133 return NJ_SET_ERR_VAL(NJ_FUNC_JNI_CONVERT_STR_TO_NJC, NJ_ERR_JNI_FUNC_FAILED); in convertStringToNjChar()
197 …return ( *dstJ == NULL ) ? NJ_SET_ERR_VAL(NJ_FUNC_JNI_CONVERT_NJC_TO_STR, NJ_ERR_JNI_FUNC_FAILED) … in convertNjCharToString()