Lines Matching refs:pattern
182 it_errln("*** ChoiceFormat to Pattern result!");
461 // intervals. Do this both using arrays and using a pattern.
478 // 'fmt2' is created using a pattern; it should be equivalent
565 void TestChoiceFormat::_testPattern(const char* pattern,
571 ChoiceFormat fmt(pattern, ec);
574 logln((UnicodeString)"Ok: " + pattern + " failed");
576 logln((UnicodeString)"FAIL: " + pattern + " accepted");
581 errln((UnicodeString)"FAIL: ChoiceFormat(" + pattern + ") failed");
584 logln((UnicodeString)"Ok: Pattern: " + pattern);
607 // Try a pattern that isolates a single value. Create
614 #if 0 // ICU 4.8 only checks the pattern syntax, not whether the ranges make sense.
615 // Try an invalid pattern that isolates a single value.
629 // Try a grossly invalid pattern.