Searched refs:id_fmt (Results 1 – 1 of 1) sorted by relevance
285 int id_fmt, plural_fmt, str_fmt; in check_format() local417 id_fmt = extract_format(id_norm, msgid, osz); in check_format()418 if (id_fmt == -1) { in check_format()434 if (id_fmt != str_fmt) { in check_format()438 id_fmt, str_fmt); in check_format()441 for (n = 0; n < id_fmt; n++) { in check_format()485 if (id_fmt != plural_fmt) { in check_format()489 id_fmt, plural_fmt); in check_format()492 for (n = 0; n < id_fmt; n++) { in check_format()510 if (id_fmt != pstr_fmt[i]) { in check_format()[all …]