OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:listPathFormat
(Results
1 - 2
of
2
) sorted by null
/external/cldr/tools/java/org/unicode/cldr/util/
XListFormatter.java
59
SimpleFormatter
listPathFormat
= SimpleFormatter.compile(listTypeLength.getPath());
60
String doublePattern = cldrFile.getWinningValue(
listPathFormat
.format("2"));
61
String startPattern = cldrFile.getWinningValue(
listPathFormat
.format("start"));
62
String middlePattern = cldrFile.getWinningValue(
listPathFormat
.format("middle"));
63
String endPattern = cldrFile.getWinningValue(
listPathFormat
.format("end"));
/external/cldr/tools/java/org/unicode/cldr/test/
ExampleGenerator.java
[
all
...]
Completed in 652 milliseconds