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()803 + "\t" + countryLiteracy in toString()812 + "\tlit:\t" + countryLiteracy in toString()870 return formatPercent(countryLiteracy, 2, false); in getCountryLiteracyString()939 double countryLiteracy = row.countryLiteracy; in writeTerritoryLanguageData() local962 + " literacyPercent=\"" + formatPercent(countryLiteracy, 3, true) + "\"" in writeTerritoryLanguageData()[all …]