Searched refs:NormalizerPerformanceTest (Results 1 – 3 of 3) sorted by relevance
/external/icu/icu4c/source/test/perf/normperf/ |
D | normperf.cpp | 19 UPerfFunction* NormalizerPerformanceTest::runIndexedTest(int32_t index, UBool exec,const char* &nam… in runIndexedTest() 73 void NormalizerPerformanceTest::normalizeInput(ULine* dest,const UChar* src ,int32_t srcLen,UNormal… in normalizeInput() 90 UChar* NormalizerPerformanceTest::normalizeInput(int32_t& len, const UChar* src ,int32_t srcLen,UNo… in normalizeInput() 115 NormalizerPerformanceTest::NormalizerPerformanceTest(int32_t argc, const char* argv[], UErrorCode& … in NormalizerPerformanceTest() function in NormalizerPerformanceTest 170 NormalizerPerformanceTest::~NormalizerPerformanceTest(){ in ~NormalizerPerformanceTest() 178 UPerfFunction* NormalizerPerformanceTest::TestICU_NFC_NFD_Text(){ in TestICU_NFC_NFD_Text() 187 UPerfFunction* NormalizerPerformanceTest::TestICU_NFC_NFC_Text(){ in TestICU_NFC_NFC_Text() 196 UPerfFunction* NormalizerPerformanceTest::TestICU_NFC_Orig_Text(){ in TestICU_NFC_Orig_Text() 207 UPerfFunction* NormalizerPerformanceTest::TestICU_NFD_NFD_Text(){ in TestICU_NFD_NFD_Text() 216 UPerfFunction* NormalizerPerformanceTest::TestICU_NFD_NFC_Text(){ in TestICU_NFD_NFC_Text() [all …]
|
D | normperf.h | 177 class NormalizerPerformanceTest : public UPerfTest{ 194 NormalizerPerformanceTest(int32_t argc, const char* argv[], UErrorCode& status); 195 ~NormalizerPerformanceTest();
|
/external/icu/icu4j/perf-tests/src/com/ibm/icu/dev/test/perf/ |
D | NormalizerPerformanceTest.java | 11 public class NormalizerPerformanceTest extends PerfTest { class 19 new NormalizerPerformanceTest().run(args); in main()
|