Searched refs:countryLiteracy (Results 1 – 1 of 1) sorted by relevance
586 private final double countryLiteracy; field in ConvertLanguageData.RowData607 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() local959 + " literacyPercent=\"" + formatPercent(countryLiteracy, 3, true) + "\"" in writeTerritoryLanguageData()[all …]