Home
last modified time | relevance | path

Searched refs:pattern2 (Results 1 – 2 of 2) sorted by relevance

/external/bluetooth/glib/tests/
Dpatterntest.c166 gchar *pattern2, in test_equal() argument
170 GPatternSpec *p2 = g_pattern_spec_new (pattern2); in test_equal()
173 verbose ("comparing \"%s\" with \"%s\" \t", pattern1, pattern2); in test_equal()
207 #define TEST_EQUAL(pattern1, pattern2, match) { \ argument
209 if (test_equal (pattern1, pattern2, match)) \
/external/icu4c/test/intltest/
Dmsfmrgts.cpp173 … UnicodeString pattern2("Double '' Quotes {0} test and quoted '{1}' test plus 'other {2} stuff'."); in Test4031438() local
249 logln("Apply with pattern : " + pattern2); in Test4031438()
250 messageFormatter->applyPattern(pattern2, status); in Test4031438()