OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:listTypeLength
(Results
1 - 2
of
2
) sorted by null
/external/cldr/tools/cldr-unittest/src/org/unicode/cldr/unittest/
TestAnnotations.java
24
import org.unicode.cldr.util.XListFormatter.
ListTypeLength
;
318
{"en",
ListTypeLength
.NORMAL, "ABC", "A, B, and C"},
319
{"en",
ListTypeLength
.AND_SHORT, "ABC", "A, B, and C"},
320
{"en",
ListTypeLength
.OR_WIDE, "ABC", "A, B, or C"}
325
ListTypeLength
listTypeLength
= (
ListTypeLength
)(test[1]);
327
XListFormatter xlistFormatter = new XListFormatter(cldrFile,
listTypeLength
);
330
assertEquals(test[0] + ", " +
listTypeLength
+ ", " + source, expected, actual);
/external/cldr/tools/java/org/unicode/cldr/test/
ExampleGenerator.java
45
import org.unicode.cldr.util.XListFormatter.
ListTypeLength
;
713
return handleRegularListPatterns(parts, value,
ListTypeLength
.from(listPatternType));
[
all
...]
Completed in 1651 milliseconds