Searched refs:TEST_NEWLINE (Results 1 – 1 of 1) sorted by relevance
606 #define TEST_NEWLINE(p) (p[0] == '\n') in check_pair() macro611 if (TEST_NEWLINE(msgid_plural) != has_newline) in check_pair()620 if (TEST_NEWLINE(p) != has_newline) in check_pair()634 if (TEST_NEWLINE(msgstr) != has_newline) in check_pair()643 #undef TEST_NEWLINE in check_pair()647 #define TEST_NEWLINE(p) (p[0] != '\0' && p[strlen (p) - 1] == '\n') in check_pair() macro652 if (TEST_NEWLINE(msgid_plural) != has_newline) in check_pair()661 if (TEST_NEWLINE(p) != has_newline) in check_pair()675 if (TEST_NEWLINE(msgstr) != has_newline) in check_pair()684 #undef TEST_NEWLINE in check_pair()