Lines Matching refs:NULL

38 	dicInfo->handle		= NULL;  in clearDictionaryStructure()
62 src = ( const unsigned char* )( ( *env )->GetStringUTFChars( env, srcJ, NULL ) ); in convertStringToNjChar()
63 if( src != NULL ) { in convertStringToNjChar()
197 …return ( *dstJ == NULL ) ? NJ_SET_ERR_VAL(NJ_FUNC_JNI_CONVERT_NJC_TO_STR, NJ_ERR_JNI_FUNC_FAILED) … in convertNjCharToString()
212 if( work != NULL ) { in Java_jp_co_omronsoft_openwnn_OpenWnnDictionaryImplJni_createWnnWork()
225 if( dicLibPathJ == NULL || in Java_jp_co_omronsoft_openwnn_OpenWnnDictionaryImplJni_createWnnWork()
226 ( dicLibPath = ( *env )->GetStringUTFChars( env, dicLibPathJ, 0 ) ) == NULL ) { in Java_jp_co_omronsoft_openwnn_OpenWnnDictionaryImplJni_createWnnWork()
234 if( work->dicLibHandle == NULL ) { in Java_jp_co_omronsoft_openwnn_OpenWnnDictionaryImplJni_createWnnWork()
243 if( dic_size == NULL || dic_type == NULL || dic_data == NULL ) { in Java_jp_co_omronsoft_openwnn_OpenWnnDictionaryImplJni_createWnnWork()
257 if( con_data != NULL ) { in Java_jp_co_omronsoft_openwnn_OpenWnnDictionaryImplJni_createWnnWork()
290 if( work != NULL ) { in Java_jp_co_omronsoft_openwnn_OpenWnnDictionaryImplJni_freeWnnWork()
292 if( work->dicLibHandle != NULL ) { in Java_jp_co_omronsoft_openwnn_OpenWnnDictionaryImplJni_freeWnnWork()
294 work->dicLibHandle = NULL; in Java_jp_co_omronsoft_openwnn_OpenWnnDictionaryImplJni_freeWnnWork()
316 if( work != NULL ) { in Java_jp_co_omronsoft_openwnn_OpenWnnDictionaryImplJni_clearDictionaryParameters()
353 if( work != NULL ) { in Java_jp_co_omronsoft_openwnn_OpenWnnDictionaryImplJni_setDictionaryParameter()
394 keyString == NULL ) { in Java_jp_co_omronsoft_openwnn_OpenWnnDictionaryImplJni_searchWord()
400 if( work != NULL ) { in Java_jp_co_omronsoft_openwnn_OpenWnnDictionaryImplJni_searchWord()
458 if( work != NULL ) { in Java_jp_co_omronsoft_openwnn_OpenWnnDictionaryImplJni_getNextWord()
502 if( work != NULL ) { in Java_jp_co_omronsoft_openwnn_OpenWnnDictionaryImplJni_getStroke()
521 return NULL; in Java_jp_co_omronsoft_openwnn_OpenWnnDictionaryImplJni_getStroke()
535 if( work != NULL ) { in Java_jp_co_omronsoft_openwnn_OpenWnnDictionaryImplJni_getCandidate()
554 return NULL; in Java_jp_co_omronsoft_openwnn_OpenWnnDictionaryImplJni_getCandidate()
568 if( work != NULL ) { in Java_jp_co_omronsoft_openwnn_OpenWnnDictionaryImplJni_getFrequency()
592 if( work != NULL ) { in Java_jp_co_omronsoft_openwnn_OpenWnnDictionaryImplJni_clearApproxPatterns()
601 work->approxSet.from[ i ] = NULL; in Java_jp_co_omronsoft_openwnn_OpenWnnDictionaryImplJni_clearApproxPatterns()
602 work->approxSet.to[ i ] = NULL; in Java_jp_co_omronsoft_openwnn_OpenWnnDictionaryImplJni_clearApproxPatterns()
620 …if( srcJ == NULL || ( *env )->GetStringLength( env, srcJ ) == 0 || ( *env )->GetStringLength( env,… in Java_jp_co_omronsoft_openwnn_OpenWnnDictionaryImplJni_setApproxPattern__JLjava_lang_String_2Ljava_lang_String_2()
621 …dstJ == NULL || ( *env )->GetStringLength( env, dstJ ) == 0 || ( *env )->GetStringLength( env, dst… in Java_jp_co_omronsoft_openwnn_OpenWnnDictionaryImplJni_setApproxPattern__JLjava_lang_String_2Ljava_lang_String_2()
627 if( work != NULL ) { in Java_jp_co_omronsoft_openwnn_OpenWnnDictionaryImplJni_setApproxPattern__JLjava_lang_String_2Ljava_lang_String_2()
650 work->approxSet.from[ work->approxSet.charset_count ] = NULL; in Java_jp_co_omronsoft_openwnn_OpenWnnDictionaryImplJni_setApproxPattern__JLjava_lang_String_2Ljava_lang_String_2()
651 work->approxSet.to[ work->approxSet.charset_count ] = NULL; in Java_jp_co_omronsoft_openwnn_OpenWnnDictionaryImplJni_setApproxPattern__JLjava_lang_String_2Ljava_lang_String_2()
682 if( work != NULL ) { in Java_jp_co_omronsoft_openwnn_OpenWnnDictionaryImplJni_setApproxPattern__JI()
732 if( work != NULL ) { in Java_jp_co_omronsoft_openwnn_OpenWnnDictionaryImplJni_getLeftPartOfSpeech()
751 if( work != NULL ) { in Java_jp_co_omronsoft_openwnn_OpenWnnDictionaryImplJni_getRightPartOfSpeech()
770 if( work != NULL ) { in Java_jp_co_omronsoft_openwnn_OpenWnnDictionaryImplJni_clearResult()
791 if( work != NULL ) { in Java_jp_co_omronsoft_openwnn_OpenWnnDictionaryImplJni_setLeftPartOfSpeech()
794 if( work->dicSet.rHandle[ NJ_MODE_TYPE_HENKAN ] == NULL ) { in Java_jp_co_omronsoft_openwnn_OpenWnnDictionaryImplJni_setLeftPartOfSpeech()
825 if( work != NULL ) { in Java_jp_co_omronsoft_openwnn_OpenWnnDictionaryImplJni_setRightPartOfSpeech()
828 if( work->dicSet.rHandle[ NJ_MODE_TYPE_HENKAN ] == NULL ) { in Java_jp_co_omronsoft_openwnn_OpenWnnDictionaryImplJni_setRightPartOfSpeech()
858 if( stroke == NULL ) { in Java_jp_co_omronsoft_openwnn_OpenWnnDictionaryImplJni_setStroke()
864 if( work != NULL ) { in Java_jp_co_omronsoft_openwnn_OpenWnnDictionaryImplJni_setStroke()
893 if( candidate == NULL ) { in Java_jp_co_omronsoft_openwnn_OpenWnnDictionaryImplJni_setCandidate()
899 if( work != NULL ) { in Java_jp_co_omronsoft_openwnn_OpenWnnDictionaryImplJni_setCandidate()
929 if( work != NULL ) { in Java_jp_co_omronsoft_openwnn_OpenWnnDictionaryImplJni_selectWord()
950 if( work != NULL ) { in Java_jp_co_omronsoft_openwnn_OpenWnnDictionaryImplJni_getLeftPartOfSpeechSpecifiedType()
1004 if( work != NULL ) { in Java_jp_co_omronsoft_openwnn_OpenWnnDictionaryImplJni_getRightPartOfSpeechSpecifiedType()
1058 if( work != NULL ) { in Java_jp_co_omronsoft_openwnn_OpenWnnDictionaryImplJni_getConnectArray()
1062 if( work->dicSet.rHandle[ NJ_MODE_TYPE_HENKAN ] == NULL ) { in Java_jp_co_omronsoft_openwnn_OpenWnnDictionaryImplJni_getConnectArray()
1064 return NULL; in Java_jp_co_omronsoft_openwnn_OpenWnnDictionaryImplJni_getConnectArray()
1071 return NULL; in Java_jp_co_omronsoft_openwnn_OpenWnnDictionaryImplJni_getConnectArray()
1077 if( resultJ != NULL ) { in Java_jp_co_omronsoft_openwnn_OpenWnnDictionaryImplJni_getConnectArray()
1079 result = ( *env )->GetByteArrayElements( env, resultJ, NULL ); in Java_jp_co_omronsoft_openwnn_OpenWnnDictionaryImplJni_getConnectArray()
1081 if( result != NULL ) { in Java_jp_co_omronsoft_openwnn_OpenWnnDictionaryImplJni_getConnectArray()
1110 return NULL; in Java_jp_co_omronsoft_openwnn_OpenWnnDictionaryImplJni_getConnectArray()
1113 return NULL; in Java_jp_co_omronsoft_openwnn_OpenWnnDictionaryImplJni_getConnectArray()
1127 if( work != NULL ) { in Java_jp_co_omronsoft_openwnn_OpenWnnDictionaryImplJni_getNumberOfLeftPOS()
1128 if( work->dicSet.rHandle[ NJ_MODE_TYPE_HENKAN ] == NULL ) { in Java_jp_co_omronsoft_openwnn_OpenWnnDictionaryImplJni_getNumberOfLeftPOS()
1154 if( work != NULL ) { in Java_jp_co_omronsoft_openwnn_OpenWnnDictionaryImplJni_getNumberOfRightPOS()
1155 if( work->dicSet.rHandle[ NJ_MODE_TYPE_HENKAN ] == NULL ) { in Java_jp_co_omronsoft_openwnn_OpenWnnDictionaryImplJni_getNumberOfRightPOS()
1180 …if( srcJ == NULL || ( *env )->GetStringLength( env, srcJ ) == 0 || ( *env )->GetStringLength( env,… in Java_jp_co_omronsoft_openwnn_OpenWnnDictionaryImplJni_getApproxPattern()
1182 return NULL; in Java_jp_co_omronsoft_openwnn_OpenWnnDictionaryImplJni_getApproxPattern()
1186 if( work != NULL ) { in Java_jp_co_omronsoft_openwnn_OpenWnnDictionaryImplJni_getApproxPattern()
1200 if( strC != NULL ) { in Java_jp_co_omronsoft_openwnn_OpenWnnDictionaryImplJni_getApproxPattern()
1201 jobjectArray retJ = ( *env )->NewObjectArray( env, outCount, strC, NULL ); in Java_jp_co_omronsoft_openwnn_OpenWnnDictionaryImplJni_getApproxPattern()
1203 if( retJ != NULL ) { in Java_jp_co_omronsoft_openwnn_OpenWnnDictionaryImplJni_getApproxPattern()
1209 return NULL; in Java_jp_co_omronsoft_openwnn_OpenWnnDictionaryImplJni_getApproxPattern()
1221 return NULL; in Java_jp_co_omronsoft_openwnn_OpenWnnDictionaryImplJni_getApproxPattern()
1225 return NULL; in Java_jp_co_omronsoft_openwnn_OpenWnnDictionaryImplJni_getApproxPattern()
1238 if( keyStringJ == NULL ) { in Java_jp_co_omronsoft_openwnn_OpenWnnDictionaryImplJni_createBindArray()
1240 return NULL; in Java_jp_co_omronsoft_openwnn_OpenWnnDictionaryImplJni_createBindArray()
1244 if( work != NULL ) { in Java_jp_co_omronsoft_openwnn_OpenWnnDictionaryImplJni_createBindArray()
1248 if( strC != NULL ) { in Java_jp_co_omronsoft_openwnn_OpenWnnDictionaryImplJni_createBindArray()
1249 …Array retJ = ( *env )->NewObjectArray( env, maxBindsOfQuery * (maxPatternOfApprox+1), strC, NULL ); in Java_jp_co_omronsoft_openwnn_OpenWnnDictionaryImplJni_createBindArray()
1251 if( retJ != NULL ) { in Java_jp_co_omronsoft_openwnn_OpenWnnDictionaryImplJni_createBindArray()
1292 return NULL; in Java_jp_co_omronsoft_openwnn_OpenWnnDictionaryImplJni_createBindArray()
1301 if( dstJ == NULL ) { in Java_jp_co_omronsoft_openwnn_OpenWnnDictionaryImplJni_createBindArray()
1302 return NULL; in Java_jp_co_omronsoft_openwnn_OpenWnnDictionaryImplJni_createBindArray()
1315 if( dstJ == NULL ) { in Java_jp_co_omronsoft_openwnn_OpenWnnDictionaryImplJni_createBindArray()
1316 return NULL; in Java_jp_co_omronsoft_openwnn_OpenWnnDictionaryImplJni_createBindArray()
1327 return NULL; in Java_jp_co_omronsoft_openwnn_OpenWnnDictionaryImplJni_createBindArray()
1331 return NULL; in Java_jp_co_omronsoft_openwnn_OpenWnnDictionaryImplJni_createBindArray()
1343 jstring retJ = NULL; in Java_jp_co_omronsoft_openwnn_OpenWnnDictionaryImplJni_createQueryStringBase()
1345 if( keyColumnNameJ == NULL ) { in Java_jp_co_omronsoft_openwnn_OpenWnnDictionaryImplJni_createQueryStringBase()
1347 return NULL; in Java_jp_co_omronsoft_openwnn_OpenWnnDictionaryImplJni_createQueryStringBase()
1351 if( work != NULL ) { in Java_jp_co_omronsoft_openwnn_OpenWnnDictionaryImplJni_createQueryStringBase()
1352 …ar* keyName = ( const unsigned char* )( ( *env )->GetStringUTFChars( env, keyColumnNameJ, NULL ) ); in Java_jp_co_omronsoft_openwnn_OpenWnnDictionaryImplJni_createQueryStringBase()
1354 if( keyName != NULL ) { in Java_jp_co_omronsoft_openwnn_OpenWnnDictionaryImplJni_createQueryStringBase()
1360 if( dst != NULL ) { in Java_jp_co_omronsoft_openwnn_OpenWnnDictionaryImplJni_createQueryStringBase()