Searched refs:id_b_newline (Results 1 – 1 of 1) sorted by relevance
282 int id_b_newline, id_e_newline; in check_format() local328 id_b_newline = (msgid[0] == '\n'); in check_format()333 if (id_b_newline && !str_b_newline) { in check_format()337 } else if (!id_b_newline && str_b_newline) { in check_format()353 id_b_newline = (msgid[0] == '\n'); in check_format()360 if (id_b_newline && !plural_b_newline) { in check_format()364 } else if (!id_b_newline && plural_b_newline) { in check_format()385 if (id_b_newline && !str_b_newline) { in check_format()389 } else if (!id_b_newline && str_b_newline) { in check_format()