Home | History | Annotate | Download | only in src

Lines Matching refs:PLogError

531     PLogError(L("Error loading data, num_letters %d doesn't match num from mapping %d\n"), 
709 PLogError(L("MAX_CONS_COMB %d exceeded\n"), MAX_CONS_COMB);
718 PLogError(L("Warning: the data file is missing consonant combinations - syllable boundaries will be incorrect\n"));
850 PLogError(L("Cannot open %s\n"), data_filename);
857 PLogError(L("SWIsltsErr: load_phone_mapping() failed: Err_code = %d\n"), nRes);
863 PLogError(L("SWIsltsErr: load_question_strings() failed: Err_code = %d\n"), nRes);
869 PLogError(L("SWIsltsErr: load_outputs() failed: Err_code = %d\n"), nRes);
882 PLogError(L("SWIsltsErr: load_trees() failed: Err_code = %d\n"), nRes);
888 PLogError(L("SWIsltsErr: load_allowable_cons_comb() failed: Err_code = %d\n"), nRes);
945 PLogError("error while in find_phone(%s,%x)\n", ph, pm);
1043 PLogError(L("unknown character on input %c - skipping\n"), input_word[index]);
1564 PLogError(L("Error, cannot find | in phone mappings\n"));
1589 PLogError(L("Error, cannot find %s in phone mappings\n"), output_phone_string[num_out-1]);
1793 PLogError(L("USE_STATIC_SLTS: lts_alloc should not be called"));