Searched refs:formatPercent (Results 1 – 11 of 11) sorted by relevance
/external/icu/icu4j/perf-tests/ |
D | normperf.pl | 181 print HTML "<TD><B><FONT COLOR=\"$color\">", formatPercent(3, $mean, $r->getError); 500 sub formatPercent { subroutine
|
D | dateformatperf.pl | 132 print HTML "<TD><B><FONT COLOR=\"$color\">", formatPercent(3, $mean, $r->getError); 450 sub formatPercent { subroutine
|
D | ucharacterperf.pl | 129 print HTML "<TD><B><FONT COLOR=\"$color\">", formatPercent(3, $mean, $r->getError); 447 sub formatPercent { subroutine
|
D | converterperf.pl | 145 print HTML "<TD><B><FONT COLOR=\"$color\">", formatPercent(3, $mean, $r->getError); 464 sub formatPercent { subroutine
|
D | decimalformatperf.pl | 127 print HTML "<TD><B><FONT COLOR=\"$color\">", formatPercent(3, $mean, $r->getError); 445 sub formatPercent { subroutine
|
D | unicodesetperf.pl | 119 print HTML "<TD><B><FONT COLOR=\"$color\">", formatPercent(3, $mean, $r->getError); 437 sub formatPercent { subroutine
|
/external/icu/icu4j/perf-tests/perldriver/ |
D | Output.pm | 62 print HTML formatPercent(2, $mean); 75 print HTML formatPercent(2, $error);
|
D | Format.pm | 118 sub formatPercent { subroutine
|
/external/icu/icu4c/source/test/perf/perldriver/ |
D | Output.pm | 64 print HTML formatPercent(2, $mean); 77 print HTML formatPercent(2, $error);
|
D | Format.pm | 120 sub formatPercent { subroutine
|
/external/cldr/tools/java/org/unicode/cldr/tool/ |
D | ConvertLanguageData.java | 490 … + "\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 …]
|