Home | History | Annotate | Download | only in intltest

Lines Matching refs:PATTERN_CHARS

302 static const char* PATTERN_CHARS = "GyMdkHmsSEDFwWahKzYeugAZvcLQqV";
361 assertEquals("patternChars", PATTERN_CHARS, rootSyms.getLocalPatternChars(buf));
362 assertEquals("patternChars", PATTERN_CHARS, DateFormatSymbols::getPatternUChars());
364 assertTrue("Data", UDAT_FIELD_COUNT == uprv_strlen(PATTERN_CHARS));
372 buf.remove().append(PATTERN_CHARS);