Lines Matching full:candidate
539 NJ_CHAR candidate[ NJ_MAX_LEN + NJ_TERM_LEN ];
541 if( njx_get_candidate( &( work->wnnClass ), &( work->result ), candidate, sizeof( NJ_CHAR ) * ( NJ_MAX_RESULT_LEN + NJ_TERM_LEN ) ) >= 0 &&
542 convertNjCharToString( env, &str, candidate, NJ_MAX_RESULT_LEN ) >= 0 ) {
889 (JNIEnv *env, jclass obj, jlong wnnWork, jstring candidate)
893 if( candidate == NULL ) {
900 if( ( *env )->GetStringLength( env, candidate ) > NJ_MAX_RESULT_LEN ) {
905 /* Store candidate string */
906 if( convertStringToNjChar( env, work->previousCandidate, candidate, NJ_MAX_RESULT_LEN ) >= 0 ) {