Home
last modified time | relevance | path

Searched refs:customPatterns (Results 1 – 3 of 3) sorted by relevance

/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/
DDateFormatTest.java4242 …final String[] customPatterns = { "y-Ml-d", "G'x'y-Ml-d", "U-M-d", "U MMM d" }; // previously G an… in TestMonthPatterns() local
4246 …DateFormat.getDateInstance(item.style, locale): new SimpleDateFormat(customPatterns[-item.style - … in TestMonthPatterns()
/external/icu/icu4c/source/test/intltest/
Ddtfmttst.cpp4111 …const UnicodeString customPatterns[] = { "y-Ml-d", "G'x'y-Ml-d", "U-M-d", "U MMM d" }; // like old… in TestMonthPatterns() local
4122 new SimpleDateFormat(customPatterns[-itemPtr->style - 1], locale, status); in TestMonthPatterns()
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
DDateFormatTest.java4241 …final String[] customPatterns = { "y-Ml-d", "G'x'y-Ml-d", "U-M-d", "U MMM d" }; // previously G an… in TestMonthPatterns() local
4245 …DateFormat.getDateInstance(item.style, locale): new SimpleDateFormat(customPatterns[-item.style - … in TestMonthPatterns()