Searched refs:testConvert (Results 1 - 3 of 3) sorted by relevance

/external/webkit/Tools/DumpRenderTree/TestNetscapePlugIn/Tests/mac/
H A DConvertPoint.cpp38 bool testConvert(double x, double y, NPCoordinateSpace sourceSpace, NPCoordinateSpace destSpace) function in class:ConvertPoint
58 bool testConvert() function in class:ConvertPoint
65 if (!testConvert(1234, 5678, spaces[i], spaces[j]))
74 if (testConvert())
/external/icu4c/test/intltest/
H A Ddadrcal.h41 void testConvert(TestData *testData, const DataMap *settings, UBool fwd);
43 void testConvert(int32_t n, const CalendarFieldsSet &fromSet,
H A Ddadrcal.cpp287 void DataDrivenCalendarTest::testConvert(int32_t n, function in class:DataDrivenCalendarTest
364 void DataDrivenCalendarTest::testConvert(TestData *testData, function in class:DataDrivenCalendarTest
436 testConvert(n, fromSet, fromCalendar, toSet, toCalendar, forward);
440 testConvert(n, toSet, toCalendar, fromSet, fromCalendar, forward);
474 testConvert(testData, settings, true);
476 testConvert(testData, settings, false);

Completed in 1097 milliseconds