Lines Matching full:strlen
69 #define IS_SLOT_OLABEL(wd) (strchr(wd,IMPORTED_RULES_DELIM)<strstr(wd,SLOTNAME_INDICATOR) && strlen(wd)>4 && !strcmp(wd+strlen(wd)-2,SLOTNAME_INDICATOR) )
385 num_chars += strlen(word);
489 int strlen_rule = strlen(rule);
504 int len = strlen(word);
525 int len = strlen(word) + 1;
538 len = strlen(word_chars);
935 pfst->modelid = strtoul(line + strlen("modelid:"), &p, 10);
1293 pron_len = strlen((char*)pron);
1369 pron_len = strlen((char*)pron);
1873 if (strlen(atoken->debug) + strlen(p) + 6 < 64)