HomeSort by relevance Sort by last modified time
    Searched defs:getLiteratePopulation (Results 1 - 3 of 3) sorted by null

  /external/cldr/tools/java/org/unicode/cldr/util/
LanguageInfo.java 40 public int getLiteratePopulation() {
83 foo.literatePopulation += data.getLiteratePopulation();
SupplementalDataInfo.java 158 public double getLiteratePopulation() {
    [all...]
  /external/cldr/tools/java/org/unicode/cldr/tool/
GenerateMaximalLocales.java 480 public Long getLiteratePopulation() {
539 double territoryPopulation = territoryPop.getLiteratePopulation();
616 .append(nf.format(reason.getLiteratePopulation()));
637 return (long) popData.getLiteratePopulation();
    [all...]

Completed in 398 milliseconds