Home | History | Annotate | Download | only in libwnnDictionary

Lines Matching refs:dic_type

214 		NJ_UINT8*		dic_type;
241 dic_type = ( NJ_UINT8* )dlsym( work->dicLibHandle, "dic_type" );
243 if( dic_size == NULL || dic_type == NULL || dic_data == NULL ) {
252 work->dicType[ i ] = dic_type[ i ];