Lines Matching full:strlen
137 len = strlen(k);
671 for (i=strlen(line)-1;i>=0;i--) {
694 lts->allowable_cons_comb[lts->num_cons_comb] = (char*) lts_alloc(strlen(tempstr)+1, sizeof(char));
791 lts->string_lens[i] = strlen(lts->strings[i]);
955 len_str = strlen(str);
985 prelen = strlen(str);
1350 if (strlen(output) == 0) return out_len;
1417 if (isdigit(out[strlen(out)-1])) {
1471 if (isdigit(out[strlen(out)-1])) {
1472 stress = atoi(out + strlen(out)-1);
1487 if ((strncmp(out, LTS_MARKER_SYLL_START, 2) != 0) && isdigit(out[strlen(out)-1])) {
1488 out[strlen(out)-1] = '\0'; /*remove the stress from the vowel*/
1505 if(strncmp(out, LTS_MARKER_SYLL_START, 2) == 0 && isdigit(out[strlen(out)-1])){
1506 stress = atoi(out + strlen(out)-1);
1608 if (strlen(lts->input_for_output[output_index]) > 0) {
1684 len = strlen(input_sentence);