Home | History | Annotate | Download | only in intltest

Lines Matching refs:PATTERN_CHARS

437 static const char* PATTERN_CHARS = "GyMdkHmsSEDFwWahKzYeugAZvcLQqVUOXxr:";
439 static const char* PATTERN_CHARS = "GyMdkHmsSEDFwWahKzYeugAZvcLQqVUOXxr";
505 assertEquals("patternChars", PATTERN_CHARS, rootSyms.getLocalPatternChars(buf));
506 assertEquals("patternChars", PATTERN_CHARS, DateFormatSymbols::getPatternUChars());
509 assertTrue("Data", UDAT_FIELD_COUNT == uprv_strlen(PATTERN_CHARS));
511 assertTrue("Data", UDAT_FIELD_COUNT == uprv_strlen(PATTERN_CHARS) + 1); // +1 for missing TIME_SEPARATOR pattern char
520 buf.remove().append(PATTERN_CHARS);