Home | History | Annotate | Download | only in intltest

Lines Matching refs:patterns

309             // both the input and output patterns and compare them, taking SKIP_SYNTAX etc.
753 //Nested patterns with plural, number ,choice ,select format etc.
1690 const char* patterns[] = { // pattern, expected pattern
1706 int32_t pattern_count = sizeof(patterns)/sizeof(patterns[0]);
1710 UnicodeString result = MessageFormat::autoQuoteApostrophe(patterns[i], status);
1711 UnicodeString target(patterns[i+1]);
1720 sprintf(buf, "[%2d] test \"%s\": target (\"%s\") != result (\"%s\")\n", i/2, patterns[i], patterns[i+1], buf2);