Home
last modified time | relevance | path

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

/external/icu/icu4j/perf-tests/
Ddecimalformatperf.pl127 print HTML "<TD><B><FONT COLOR=\"$color\">", formatPercent(3, $mean, $r->getError);
445 sub formatPercent { subroutine
Ddateformatperf.pl132 print HTML "<TD><B><FONT COLOR=\"$color\">", formatPercent(3, $mean, $r->getError);
450 sub formatPercent { subroutine
Ducharacterperf.pl129 print HTML "<TD><B><FONT COLOR=\"$color\">", formatPercent(3, $mean, $r->getError);
447 sub formatPercent { subroutine
Dunicodesetperf.pl119 print HTML "<TD><B><FONT COLOR=\"$color\">", formatPercent(3, $mean, $r->getError);
437 sub formatPercent { subroutine
Dnormperf.pl181 print HTML "<TD><B><FONT COLOR=\"$color\">", formatPercent(3, $mean, $r->getError);
500 sub formatPercent { subroutine
Dconverterperf.pl145 print HTML "<TD><B><FONT COLOR=\"$color\">", formatPercent(3, $mean, $r->getError);
464 sub formatPercent { subroutine
/external/icu/icu4c/source/test/perf/perldriver/
DFormat.pm120 sub formatPercent { subroutine
DOutput.pm64 print HTML formatPercent(2, $mean);
77 print HTML formatPercent(2, $error);
/external/icu/icu4j/perf-tests/perldriver/
DFormat.pm118 sub formatPercent { subroutine
DOutput.pm62 print HTML formatPercent(2, $mean);
75 print HTML formatPercent(2, $error);
/external/cldr/tools/java/org/unicode/cldr/tool/
DConvertLanguageData.java490 … + "\t\"" + formatPercent(popData.getLiteratePopulation() / popData.getPopulation(), 0, false) in checkBasicData()
492 + "\t\"" + formatPercent(popData.getGdp(), 0, false) + "\"" in checkBasicData()
497 … + "\t\"" + formatPercent(popData.getLiteratePopulation() / popData.getPopulation(), 0, false) in checkBasicData()
703 System.out.println(formatPercent(diff, 0, false) in showDiff()
870 return formatPercent(countryLiteracy, 2, false); in getCountryLiteracyString()
878 return formatPercent(languageLiteracy, 2, false); in getLanguageLiteracyString()
888 ? formatPercent(percent, 2, false) in getLanguagePopulationString()
962 + " literacyPercent=\"" + formatPercent(countryLiteracy, 3, true) + "\"" in writeTerritoryLanguageData()
992 + formatPercent(languageLiteracy, 2, true) + "\"") in writeTerritoryLanguageData()
993 … + " populationPercent=\"" + formatPercent(languagePopulationPercent, 2, true) + "\"" in writeTerritoryLanguageData()
[all …]