Home
last modified time | relevance | path

Searched refs:getExample (Results 1 – 6 of 6) sorted by relevance

/external/cldr/tools/java/org/unicode/cldr/tool/
DGeneratePluralRanges.java164getExample(locale, samplePatterns, s, minFormatted), getExample(locale, samplePatterns, e, maxForm… in getRangeInfo()
165 getExample(locale, samplePatterns, r, rangeFormatted))); in getRangeInfo()
206 …public static String getExample(String locale, PluralMinimalPairs samplePatterns, Count r, String … in getExample() method in GeneratePluralRanges
/external/guava/android/guava-tests/test/com/google/common/collect/
DListsImplTest.java97 private ListExample getExample() { in getExample() method in ListsImplTest
147 if (getExample().modifiability() != Modifiability.ALL) { in testAddAllImpl()
237 return getExample().createList(listType, Arrays.asList(contents)); in createList()
/external/guava/guava-tests/test/com/google/common/collect/
DListsImplTest.java97 private ListExample getExample() { in getExample() method in ListsImplTest
147 if (getExample().modifiability() != Modifiability.ALL) { in testAddAllImpl()
237 return getExample().createList(listType, Arrays.asList(contents)); in createList()
/external/cldr/tools/java/org/unicode/cldr/test/
DExampleCache.java77 String getExample() { in getExample() method in ExampleCache.ExampleCacheItem
DExampleGenerator.java317 result = cacheItem.getExample(); in getExampleHtml()
/external/cldr/tools/java/org/unicode/cldr/util/
DDateTimeFormats.java479 …showRow(output, RowStyle.normal, name, skeleton, comparison.getExample(skeleton), getExample(skele… in addTable()
500 …Row(output, RowStyle.normal, skeleton, skeleton, comparison.getExample(skeleton), getExample(skele… in addTable()
515 private String getExample(String skeleton) { in getExample() method in DateTimeFormats