Searched refs:TEST_NEWLINE (Results 1 – 1 of 1) sorted by relevance
493 #define TEST_NEWLINE(p) (p[0] == '\n') in check_pair() macro498 if (TEST_NEWLINE(msgid_plural) != has_newline) in check_pair()507 if (TEST_NEWLINE(p) != has_newline) in check_pair()521 if (TEST_NEWLINE(msgstr) != has_newline) in check_pair()530 #undef TEST_NEWLINE in check_pair()534 #define TEST_NEWLINE(p) (p[0] != '\0' && p[strlen (p) - 1] == '\n') in check_pair() macro539 if (TEST_NEWLINE(msgid_plural) != has_newline) in check_pair()548 if (TEST_NEWLINE(p) != has_newline) in check_pair()562 if (TEST_NEWLINE(msgstr) != has_newline) in check_pair()571 #undef TEST_NEWLINE in check_pair()