Home
last modified time | relevance | path

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

/external/cldr/tools/java/org/unicode/cldr/tool/
DConvertLanguageData.java586 private final double countryLiteracy; field in ConvertLanguageData.RowData
607 countryLiteracy = AddPopulationData.getLiteracy(countryCode).doubleValue() / 100.0d; in RowData()
624 countryLiteracy = AddPopulationData.getLiteracy(countryCode).doubleValue() / 100.0d; in RowData()
680 double languageLiteracy1 = stringLanguageLiteracy.length() == 0 ? countryLiteracy in RowData()
683 languageLiteracy1 = countryLiteracy; // correct the values in RowData()
801 + "\t" + countryLiteracy in toString()
810 + "\tlit:\t" + countryLiteracy in toString()
868 return formatPercent(countryLiteracy, 2, false); in getCountryLiteracyString()
936 double countryLiteracy = row.countryLiteracy; in writeTerritoryLanguageData() local
959 + " literacyPercent=\"" + formatPercent(countryLiteracy, 3, true) + "\"" in writeTerritoryLanguageData()
[all …]