Home
last modified time | relevance | path

Searched defs:showRange (Results 1 – 2 of 2) sorted by relevance

/external/u-boot/scripts/kconfig/
Dqconf.h114 bool showName, showRange, showData; variable
218 bool showRange(void) const { return list->showRange; } in showRange() function
/external/cldr/tools/java/org/unicode/cldr/util/
DPluralRanges.java205 public static String showRange(Count start, Count end, Count result) { in showRange() method in PluralRanges