HomeSort by relevance Sort by last modified time
    Searched refs:expectedCurrency (Results 1 - 5 of 5) sorted by null

  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/
NumberRegressionTests.java 502 String expectedCurrency = "5\u00a0789,98\u00a0F";
506 String expectedCurrency = "5\u00a0789,99\u00a0" + EURO; // euro
524 if (tempString.equals(expectedCurrency) ) {
528 " Expected " + expectedCurrency +
554 String expectedCurrency = "5 789,98\u00a0$";
558 String expectedCurrency = "5\u00a0789,99\u00a0$";
574 if (tempString.equals(expectedCurrency) ) {
578 " Expected " + expectedCurrency +
602 String expectedCurrency = "5.789,98\u00a0DM";
606 String expectedCurrency = "5.789,99\u00a0" + EURO
    [all...]
NumberFormatDataDrivenTest.java 731 String expectedCurrency = tuple.outputCurrency;
732 if (!expectedCurrency.equals(actual.getCurrency().toString())) {
733 return "Wrong currency: Expected: " + expectedCurrency + ", got: " + actual;
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
NumberRegressionTests.java 499 String expectedCurrency = "5\u00a0789,98\u00a0F";
503 String expectedCurrency = "5\u00a0789,99\u00a0" + EURO; // euro
521 if (tempString.equals(expectedCurrency) ) {
525 " Expected " + expectedCurrency +
551 String expectedCurrency = "5 789,98\u00a0$";
555 String expectedCurrency = "5\u00a0789,99\u00a0$";
571 if (tempString.equals(expectedCurrency) ) {
575 " Expected " + expectedCurrency +
599 String expectedCurrency = "5.789,98\u00a0DM";
603 String expectedCurrency = "5.789,99\u00a0" + EURO
    [all...]
NumberFormatDataDrivenTest.java 728 String expectedCurrency = tuple.outputCurrency;
729 if (!expectedCurrency.equals(actual.getCurrency().toString())) {
730 return "Wrong currency: Expected: " + expectedCurrency + ", got: " + actual;
  /external/icu/icu4c/source/test/intltest/
numrgts.cpp 901 String expectedCurrency = "5\u00a0789,98\u00a0F";
914 UnicodeString expectedCurrency(chars2, 10, 10);
944 if (tempString == expectedCurrency) {
948 " Expected " + expectedCurrency +
978 String expectedCurrency = "5\u00a0789,98\u00a0$"
    [all...]

Completed in 360 milliseconds