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

  /packages/inputmethods/OpenWnn/libs/libwnnDictionary/
OpenWnnJni.h 43 #define NJ_ERR_JNI_FUNC_FAILED (0x7E00)
OpenWnnDictionaryImplJni.c 133 return NJ_SET_ERR_VAL(NJ_FUNC_JNI_CONVERT_STR_TO_NJC, NJ_ERR_JNI_FUNC_FAILED);
197 return ( *dstJ == NULL ) ? NJ_SET_ERR_VAL(NJ_FUNC_JNI_CONVERT_NJC_TO_STR, NJ_ERR_JNI_FUNC_FAILED) : 0;
    [all...]

Completed in 23 milliseconds