Home | History | Annotate | Download | only in intltest

Lines Matching refs:PATTERN_CHARS

422 static const char* PATTERN_CHARS = "GyMdkHmsSEDFwWahKzYeugAZvcLQqVU";
482 assertEquals("patternChars", PATTERN_CHARS, rootSyms.getLocalPatternChars(buf));
483 assertEquals("patternChars", PATTERN_CHARS, DateFormatSymbols::getPatternUChars());
485 assertTrue("Data", UDAT_FIELD_COUNT == uprv_strlen(PATTERN_CHARS));
493 buf.remove().append(PATTERN_CHARS);