Home
last modified time | relevance | path

Searched refs:expect3 (Results 1 – 4 of 4) sorted by relevance

/external/valgrind/none/tests/
Dmap_unmap.c120 void *expect3; in main() local
121 expect3 = domap(HUGESZ, MAP_HUGETLB); in main()
122 munmap(expect3, HUGESZ); in main()
/external/icu/icu4c/source/test/intltest/
Dnumfmtst.h204 void expect3(NumberFormat& fmt, const Formattable& n, const UnicodeString& str);
Dnumfmtst.cpp2425 void NumberFormatTest::expect3(NumberFormat& fmt, const Formattable& n, const UnicodeString& str) { in expect3() function in NumberFormatTest
3158 expect3(*fmt,item->value,CharsToUnicodeString(item->expectedResult)); in TestNumberingSystems()
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
DNumberFormatTest.java1550 expect3(fmt,item.value,item.expectedResult); in TestNumberingSystems()
2122 public void expect3(NumberFormat fmt, Number n, String exp) { in expect3() method in NumberFormatTest
2133 public void expect3(NumberFormat fmt, double n, String exp) { in expect3() method in NumberFormatTest
2134 expect3(fmt, new Double(n), exp); in expect3()
2142 public void expect3(NumberFormat fmt, long n, String exp) { in expect3() method in NumberFormatTest
2143 expect3(fmt, new Long(n), exp); in expect3()