Home
last modified time | relevance | path

Searched refs:BreakIteratorPerformanceTest (Results 1 – 3 of 3) sorted by relevance

/third_party/icu/icu4c/source/test/perf/ubrkperf/
Dubrkperf.cpp153 UPerfFunction* BreakIteratorPerformanceTest::TestICUForward() in TestICUForward()
158 UPerfFunction* BreakIteratorPerformanceTest::TestICUIsBound() in TestICUIsBound()
163 UPerfFunction* BreakIteratorPerformanceTest::TestDarwinForward() in TestDarwinForward()
168 UPerfFunction* BreakIteratorPerformanceTest::TestDarwinIsBound() in TestDarwinIsBound()
173 UPerfFunction* BreakIteratorPerformanceTest::runIndexedTest(int32_t index, UBool exec, in runIndexedTest()
194 BreakIteratorPerformanceTest::BreakIteratorPerformanceTest(int32_t argc, const char* argv[], UError… in BreakIteratorPerformanceTest() function in BreakIteratorPerformanceTest
235 BreakIteratorPerformanceTest::~BreakIteratorPerformanceTest() in ~BreakIteratorPerformanceTest()
248 BreakIteratorPerformanceTest test(argc, argv, status); in main()
Dubrkperf.h115 class BreakIteratorPerformanceTest : public UPerfTest {
122 BreakIteratorPerformanceTest(int32_t argc, const char* argv[], UErrorCode& status);
123 ~BreakIteratorPerformanceTest();
/third_party/icu/icu4j/perf-tests/src/com/ibm/icu/dev/test/perf/
DBreakIteratorPerformanceTest.java14 public class BreakIteratorPerformanceTest extends PerfTest { class
36 new BreakIteratorPerformanceTest().run(args); in main()