Lines Matching refs:pattern
171 it_errln("*** ChoiceFormat to Pattern result!");
448 // intervals. Do this both using arrays and using a pattern.
465 // 'fmt2' is created using a pattern; it should be equivalent
550 void TestChoiceFormat::_testPattern(const char* pattern,
556 ChoiceFormat fmt(pattern, ec);
559 logln((UnicodeString)"Ok: " + pattern + " failed");
561 logln((UnicodeString)"FAIL: " + pattern + " accepted");
566 errln((UnicodeString)"FAIL: ChoiceFormat(" + pattern + ") failed");
569 logln((UnicodeString)"Ok: Pattern: " + pattern);
592 // Try a pattern that isolates a single value. Create
599 // Try an invalid pattern that isolates a single value.
613 // Try a grossly invalid pattern.