OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:dayPeriodType
(Results
1 - 2
of
2
) sorted by null
/external/cldr/tools/java/org/unicode/cldr/util/
LogicalGrouping.java
81
String
dayPeriodType
= parts.findAttributeValue("dayPeriod", "type");
83
if (ampm.contains(
dayPeriodType
)) {
94
DayPeriod thisDayPeriod = DayPeriod.fromString(
dayPeriodType
);
/external/cldr/tools/java/org/unicode/cldr/test/
ExampleGenerator.java
549
final String
dayPeriodType
= parts.getAttributeValue(5, "type");
550
org.unicode.cldr.util.DayPeriodInfo.Type aType =
dayPeriodType
.equals("format") ? DayPeriodInfo.Type.format : DayPeriodInfo.Type.selection;
557
if ("format".equals(
dayPeriodType
)) {
[
all
...]
Completed in 281 milliseconds