Home
last modified time | relevance | path

Searched refs:MATCH_NO_OPTIONS (Results 1 – 2 of 2) sorted by relevance

/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
DDateTimeGeneratorTest.java1203 … new TestOptionsItem( "en", "Hmm", "HH:mm", DateTimePatternGenerator.MATCH_NO_OPTIONS ), in TestOptions()
1204 … new TestOptionsItem( "en", "HHmm", "HH:mm", DateTimePatternGenerator.MATCH_NO_OPTIONS ), in TestOptions()
1205 … new TestOptionsItem( "en", "hhmm", "h:mm a", DateTimePatternGenerator.MATCH_NO_OPTIONS ), in TestOptions()
1209 … new TestOptionsItem( "be", "Hmm", "HH.mm", DateTimePatternGenerator.MATCH_NO_OPTIONS ), in TestOptions()
1210 … new TestOptionsItem( "be", "HHmm", "HH.mm", DateTimePatternGenerator.MATCH_NO_OPTIONS ), in TestOptions()
1211 … new TestOptionsItem( "be", "hhmm", "h.mm a", DateTimePatternGenerator.MATCH_NO_OPTIONS ), in TestOptions()
1216 …OptionsItem( "en", "yyyy", "yyyy", DateTimePatternGenerator.MATCH_NO_OPTIONS ), in TestOptions()
1217 …OptionsItem( "en", "YYYY", "YYYY", DateTimePatternGenerator.MATCH_NO_OPTIONS ), in TestOptions()
1218 …OptionsItem( "en", "U", "y", DateTimePatternGenerator.MATCH_NO_OPTIONS ), in TestOptions()
1219 …OptionsItem( "en@calendar=japanese", "yyyy", "y G", DateTimePatternGenerator.MATCH_NO_OPTIONS ), in TestOptions()
[all …]
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DDateTimePatternGenerator.java378 return getBestPattern(skeleton, null, MATCH_NO_OPTIONS); in getBestPattern()
682 return replaceFieldTypes(pattern, skeleton, MATCH_NO_OPTIONS); in replaceFieldTypes()
789 String trial = getBestPattern(cur.toString(), cur, MATCH_NO_OPTIONS); in getRedundants()
915 public static final int MATCH_NO_OPTIONS = 0; field in DateTimePatternGenerator