Home
last modified time | relevance | path

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

/external/icu/icu4j/perf-tests/
Dnormperf.pl181 print HTML "<TD><B><FONT COLOR=\"$color\">", formatPercent(3, $mean, $r->getError);
500 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
Dconverterperf.pl145 print HTML "<TD><B><FONT COLOR=\"$color\">", formatPercent(3, $mean, $r->getError);
464 sub formatPercent { subroutine
Ddecimalformatperf.pl127 print HTML "<TD><B><FONT COLOR=\"$color\">", formatPercent(3, $mean, $r->getError);
445 sub formatPercent { subroutine
Dunicodesetperf.pl119 print HTML "<TD><B><FONT COLOR=\"$color\">", formatPercent(3, $mean, $r->getError);
437 sub formatPercent { subroutine
/external/icu/icu4j/perf-tests/perldriver/
DOutput.pm62 print HTML formatPercent(2, $mean);
75 print HTML formatPercent(2, $error);
DFormat.pm118 sub formatPercent { subroutine
/external/icu/icu4c/source/test/perf/perldriver/
DOutput.pm64 print HTML formatPercent(2, $mean);
77 print HTML formatPercent(2, $error);
DFormat.pm120 sub formatPercent { subroutine
/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()
868 return formatPercent(countryLiteracy, 2, false); in getCountryLiteracyString()
876 return formatPercent(languageLiteracy, 2, false); in getLanguageLiteracyString()
886 ? formatPercent(percent, 2, false) in getLanguagePopulationString()
959 + " literacyPercent=\"" + formatPercent(countryLiteracy, 3, true) + "\"" in writeTerritoryLanguageData()
989 + formatPercent(languageLiteracy, 2, true) + "\"") in writeTerritoryLanguageData()
990 … + " populationPercent=\"" + formatPercent(languagePopulationPercent, 2, true) + "\"" in writeTerritoryLanguageData()
[all …]