HomeSort by relevance Sort by last modified time
    Searched defs:PATTERN_CHARS (Results 1 - 10 of 10) sorted by null

  /external/icu/icu4c/source/test/intltest/
dtfmttst.cpp 446 static const char* PATTERN_CHARS = "GyMdkHmsSEDFwWahKzYeugAZvcLQqVUOXxrbB:";
448 static const char* PATTERN_CHARS = "GyMdkHmsSEDFwWahKzYeugAZvcLQqVUOXxrbB";
516 assertEquals("patternChars", PATTERN_CHARS, rootSyms.getLocalPatternChars(buf));
517 assertEquals("patternChars", PATTERN_CHARS, DateFormatSymbols::getPatternUChars());
520 assertTrue("Data", UDAT_FIELD_COUNT == uprv_strlen(PATTERN_CHARS));
522 assertTrue("Data", UDAT_FIELD_COUNT == uprv_strlen(PATTERN_CHARS) + 1); // +1 for missing TIME_SEPARATOR pattern char
531 buf.remove().append(PATTERN_CHARS);
    [all...]
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/
DateFormatTest.java 355 assertEquals("patternChars", PATTERN_CHARS, rootSyms.getLocalPatternChars());
359 if(DateFormat.FIELD_COUNT != PATTERN_CHARS.length() + 1){ // +1 for missing TIME_SEPARATOR pattern char
360 errln("Did not get the correct value for DateFormat.FIELD_COUNT. Expected: "+ PATTERN_CHARS.length() + 1);
369 buf.append(PATTERN_CHARS);
506 static final String PATTERN_CHARS = "GyMdkHmsSEDFwWahKzYeugAZvcLQqVUOXxrbB";
510 * This MUST be kept in sync with PATTERN_CHARS above.
    [all...]
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
DateFormatTest.java 352 assertEquals("patternChars", PATTERN_CHARS, rootSyms.getLocalPatternChars());
356 if(DateFormat.FIELD_COUNT != PATTERN_CHARS.length() + 1){ // +1 for missing TIME_SEPARATOR pattern char
357 errln("Did not get the correct value for DateFormat.FIELD_COUNT. Expected: "+ PATTERN_CHARS.length() + 1);
366 buf.append(PATTERN_CHARS);
503 static final String PATTERN_CHARS = "GyMdkHmsSEDFwWahKzYeugAZvcLQqVUOXxrbB";
507 * This MUST be kept in sync with PATTERN_CHARS above.
    [all...]
  /prebuilts/misc/common/robolectric/android-all/
android-all-4.1.2_r1-robolectric-r1.jar 
android-all-4.2.2_r1.2-robolectric-r1.jar 
android-all-4.3_r2-robolectric-r1.jar 
android-all-4.4_r1-robolectric-r2.jar 
android-all-5.0.2_r3-robolectric-r0.jar 
android-all-5.1.1_r9-robolectric-r2.jar 
android-all-6.0.1_r3-robolectric-r1.jar 

Completed in 495 milliseconds