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

  /external/icu/icu4c/source/test/perf/charperf/
charperf.cpp 40 CharPerformanceTest test(argc, argv, status);
52 CharPerformanceTest::CharPerformanceTest(int32_t argc, const char *argv[],
93 CharPerformanceTest::~CharPerformanceTest()
97 UPerfFunction* CharPerformanceTest::runIndexedTest(int32_t index, UBool exec,
131 UPerfFunction* CharPerformanceTest::TestIsAlpha()
136 UPerfFunction* CharPerformanceTest::TestIsUpper()
141 UPerfFunction* CharPerformanceTest::TestIsLower()
146 UPerfFunction* CharPerformanceTest::TestIsDigit(
    [all...]
charperf.h 87 class CharPerformanceTest : public UPerfTest
90 CharPerformanceTest(int32_t argc, const char *argv[], UErrorCode &status);
91 ~CharPerformanceTest();

Completed in 310 milliseconds