Searched defs:expect2 (Results 1 - 5 of 5) sorted by relevance

/external/icu/icu4c/source/test/intltest/
H A Dnumfmtst.h202 void expect2(NumberFormat& fmt, const Formattable& n, const UnicodeString& str);
206 void expect2(NumberFormat& fmt, const Formattable& n, const char* str) { function in class:NumberFormatTest
207 expect2(fmt, n, UnicodeString(str, ""));
210 void expect2(NumberFormat* fmt, const Formattable& n, const UnicodeString& str, UErrorCode ec);
212 void expect2(NumberFormat* fmt, const Formattable& n, const char* str, UErrorCode ec) { function in class:NumberFormatTest
213 expect2(fmt, n, UnicodeString(str, ""), ec);
H A Dnumfmtst.cpp1159 expect2(f, (int32_t)123456789L, "12,34,56,789");
1165 expect2(f, (int32_t)123456789L, "12,3456,789");
1232 // expect2(*fmt, 1.0, CharsToUnicodeString("Re.\\u00A01.00"));
1235 // expect2(*fmt, 12345678.0, CharsToUnicodeString("Rs.\\u00A01,23,45,678.00"));
1236 // expect2(*fmt, 0.5, CharsToUnicodeString("Rs.\\u00A00.50"));
1237 // expect2(*fmt, -1.0, CharsToUnicodeString("-Re.\\u00A01.00"));
1238 // expect2(*fmt, -10.0, CharsToUnicodeString("-Rs.\\u00A010.00"));
1269 expect2(fmt1, n, "1.234E3");
1270 expect2(fmt2, n, "1.234E+3");
1334 expect2(NumberForma
2431 void NumberFormatTest::expect2(NumberFormat& fmt, const Formattable& n, const UnicodeString& str) { function in class:NumberFormatTest
2437 void NumberFormatTest::expect2(NumberFormat* fmt, const Formattable& n, function in class:NumberFormatTest
[all...]
/external/valgrind/none/tests/
H A Dmap_unmap.c88 void *expect1, *expect2; local
93 expect2 = domap(LEN, 0);
95 munmap(expect2, LEN);
108 if (m2 != expect2) {
109 printf("FAIL i=%d: m2=%p expect2=%p\n",
110 i, m2, expect2);
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
H A DNumberFormatTest.java1005 expect2(fmt1, n, "1.234E3");
1006 expect2(fmt2, n, "1.234E+3");
1055 expect2(new DecimalFormat("#E0", US), 12345.0, "1.2345E4");
1062 expect2(NumberFormat.getScientificInstance(Locale.US), 12345.678901, "1.2345678901E4");
1064 expect2(NumberFormat.getScientificInstance(ULocale.US), 12345.678901, "1.2345678901E4");
1068 expect2(new DecimalFormat("##0.####E0", US), 12345, "12.345E3");
1072 expect2(NumberFormat.getScientificInstance(Locale.FRANCE), 12345.678901, "1,2345678901E4");
1074 expect2(NumberFormat.getScientificInstance(ULocale.FRANCE), 12345.678901, "1,2345678901E4");
1077 expect2(new DecimalFormat("##0.####E0", US), 780.e-9, "780E-9");
1079 expect2(ne
2116 public void expect2(NumberFormat fmt, Number n, String exp) { method in class:NumberFormatTest
2129 public void expect2(NumberFormat fmt, double n, String exp) { method in class:NumberFormatTest
2138 public void expect2(NumberFormat fmt, long n, String exp) { method in class:NumberFormatTest
[all...]
/external/antlr/antlr-3.4/lib/
H A Dantlr-3.4-complete.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/antlr/ org/antlr/analysis/ org/antlr/codegen/ org/ ...

Completed in 447 milliseconds