Home
last modified time | relevance | path

Searched refs:parsePercent (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()
654 … double languagePopulation1 = parsePercent(row.get(LANGUAGE_POPULATION), countryPopulation1) in RowData()
681 : parsePercent(stringLanguageLiteracy, languagePopulation); in RowData()
744 double parsePercent(String numericRepresentation, double baseValue) throws ParseException { in parsePercent() method in ConvertLanguageData.RowData