Home
last modified time | relevance | path

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

/external/cldr/tools/java/org/unicode/cldr/tool/
DConvertLanguageData.java621 double countryLiteracy1 = parsePercent(row.get(COUNTRY_LITERACY), countryPopulation1); in RowData() local
682 if (isApproximatelyEqual(languageLiteracy1, countryLiteracy1, 0.001)) { in RowData()