Lines Matching refs:id_fmt
283 int id_fmt, plural_fmt, str_fmt; in check_format() local
415 id_fmt = extract_format(id_norm, msgid, osz); in check_format()
416 if (id_fmt == -1) { in check_format()
432 if (id_fmt != str_fmt) { in check_format()
436 id_fmt, str_fmt); in check_format()
439 for (n = 0; n < id_fmt; n++) { in check_format()
483 if (id_fmt != plural_fmt) { in check_format()
487 id_fmt, plural_fmt); in check_format()
490 for (n = 0; n < id_fmt; n++) { in check_format()
508 if (id_fmt != pstr_fmt[i]) { in check_format()
512 id_fmt, pstr_fmt[i]); in check_format()
515 for (n = 0; n < id_fmt; n++) { in check_format()