Home | History | Annotate | Download | only in intltest

Lines Matching refs:PATTERN_CHARS

447 static const char* PATTERN_CHARS = "GyMdkHmsSEDFwWahKzYeugAZvcLQqVUOXxrbB:";
449 static const char* PATTERN_CHARS = "GyMdkHmsSEDFwWahKzYeugAZvcLQqVUOXxrbB";
517 assertEquals("patternChars", PATTERN_CHARS, rootSyms.getLocalPatternChars(buf));
518 assertEquals("patternChars", PATTERN_CHARS, DateFormatSymbols::getPatternUChars());
521 assertTrue("Data", UDAT_FIELD_COUNT == uprv_strlen(PATTERN_CHARS));
523 assertTrue("Data", UDAT_FIELD_COUNT == uprv_strlen(PATTERN_CHARS) + 1); // +1 for missing TIME_SEPARATOR pattern char
532 buf.remove().append(PATTERN_CHARS);