Searched refs:getExamples (Results 1 – 5 of 5) sorted by relevance
/external/cldr/tools/java/org/unicode/cldr/tool/ |
D | GeneratePluralList.java | 100 private void getExamples(String locale) { in getExamples() method in GeneratePluralList 138 getExamples(locale, integerMap, i); in getExamples() 142 private void getExamples(String locale, Map<String, List<Integer>> integerMap, int numDigits) { in getExamples() method in GeneratePluralList 259 generator.getExamples(locale); in main()
|
D | ShowPlurals.java | 156 String examples = getExamples(exampleList); in printPluralTable() 158 examples += "<br>" + getExamples(exampleList2); in printPluralTable() 223 private String getExamples(FixedDecimalSamples exampleList) { in getExamples() method in ShowPlurals
|
/external/cldr/tools/java/org/unicode/cldr/test/ |
D | TestCache.java | 72 public void getExamples(String path, String value, List<CheckStatus> result) { in getExamples() method in TestCache.TestResultBundle 73 cc.getExamples(path, file.getFullXPath(path), value, options, result); in getExamples()
|
D | CheckCLDR.java | 1142 public final CheckCLDR getExamples(String path, String fullPath, String value, Options options, in getExamples() method in CheckCLDR
|
D | ConsoleCheckCLDR.java | 682 checkCldr.getExamples(path, fullPath, value, new Options(options), result); in main()
|