OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:morning1
(Results
1 - 3
of
3
) sorted by null
/external/cldr/tools/cldr-unittest/src/org/unicode/cldr/unittest/
TestCheckCLDR.java
383
{ Type.format, DayPeriod.
morning1
, Type.format, DayPeriod.
morning1
, Subtype.none },
393
{ Type.selection, DayPeriod.
morning1
, Type.selection, DayPeriod.
morning1
, Subtype.none },
418
// 06-12
morning1
435
{ Type.format, DayPeriod.night1, Type.format, DayPeriod.
morning1
, Subtype.dateSymbolCollision },
439
{ Type.format, DayPeriod.
morning1
, Type.format, DayPeriod.afternoon1, Subtype.none },
440
{ Type.format, DayPeriod.
morning1
, Type.format, DayPeriod.evening1, Subtype.dateSymbolCollision },
448
{ Type.selection, DayPeriod.
morning1
, Type.selection, DayPeriod.night1, Subtype.dateSymbolCollision },
449
{ Type.selection, DayPeriod.
morning1
, Type.selection, DayPeriod.afternoon1, Subtype.dateSymbolCollision }
[
all
...]
/external/cldr/tools/java/org/unicode/cldr/util/
DayPeriodConverter.java
353
if (dayPeriod == DayPeriodInfo.DayPeriod.
morning1
) {
377
check(locale, DayPeriod.
MORNING1
, DayPeriod.MORNING2, value);
384
if ((lastDp == DayPeriod.NIGHT1 || lastDp == DayPeriod.NIGHT2) && dp == DayPeriod.
MORNING1
) {
393
private static void check(ULocale locale, DayPeriod
morning1
, DayPeriod morning2, DayInfo value) {
394
if (value.toNativeName.containsKey(morning2) && !value.toNativeName.containsKey(
morning1
)) {
395
throw new IllegalArgumentException(locale + " Contains " + morning2 + ", but not " +
morning1
);
DayPeriodInfo.java
103
morning1
, morning2, afternoon1, afternoon2, evening1, evening2, night1, night2;
enum constant in enum:DayPeriodInfo.DayPeriod
356
allowableCollisions.put(DayPeriod.am, EnumSet.of(DayPeriod.
morning1
, DayPeriod.morning2));
Completed in 133 milliseconds