Searched refs:pattern1 (Results 1 – 3 of 3) sorted by relevance
165 test_equal (gchar *pattern1, in test_equal() argument169 GPatternSpec *p1 = g_pattern_spec_new (pattern1); in test_equal()173 verbose ("comparing \"%s\" with \"%s\" \t", pattern1, pattern2); in test_equal()207 #define TEST_EQUAL(pattern1, pattern2, match) { \ argument209 if (test_equal (pattern1, pattern2, match)) \
292 uint32_t pattern1 = PACK_TWO_SHORTS(start + 2, start + 3); in fill_sequential() local298 *xxptr++ = pattern1; in fill_sequential()299 pattern1 += 0x40004; in fill_sequential()
172 UnicodeString pattern1("Impossible {1} has occurred -- status code is {0} and message is {2}."); in Test4031438() local179 logln("Apply with pattern : " + pattern1); in Test4031438()180 messageFormatter->applyPattern(pattern1, status); in Test4031438()