Home
last modified time | relevance | path

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

/third_party/icu/icu4c/source/test/perf/normperf/
Dnormperf.cpp23 UPerfFunction* NormalizerPerformanceTest::runIndexedTest(int32_t index, UBool exec,const char* &nam… in runIndexedTest()
77 void NormalizerPerformanceTest::normalizeInput(ULine* dest,const UChar* src ,int32_t srcLen,UNormal… in normalizeInput()
94 UChar* NormalizerPerformanceTest::normalizeInput(int32_t& len, const UChar* src ,int32_t srcLen,UNo… in normalizeInput()
119 NormalizerPerformanceTest::NormalizerPerformanceTest(int32_t argc, const char* argv[], UErrorCode& … in NormalizerPerformanceTest() function in NormalizerPerformanceTest
174 NormalizerPerformanceTest::~NormalizerPerformanceTest(){ in ~NormalizerPerformanceTest()
182 UPerfFunction* NormalizerPerformanceTest::TestICU_NFC_NFD_Text(){ in TestICU_NFC_NFD_Text()
191 UPerfFunction* NormalizerPerformanceTest::TestICU_NFC_NFC_Text(){ in TestICU_NFC_NFC_Text()
200 UPerfFunction* NormalizerPerformanceTest::TestICU_NFC_Orig_Text(){ in TestICU_NFC_Orig_Text()
211 UPerfFunction* NormalizerPerformanceTest::TestICU_NFD_NFD_Text(){ in TestICU_NFD_NFD_Text()
220 UPerfFunction* NormalizerPerformanceTest::TestICU_NFD_NFC_Text(){ in TestICU_NFD_NFC_Text()
[all …]
Dnormperf.h181 class NormalizerPerformanceTest : public UPerfTest{
198 NormalizerPerformanceTest(int32_t argc, const char* argv[], UErrorCode& status);
199 ~NormalizerPerformanceTest();
/third_party/icu/icu4j/perf-tests/src/com/ibm/icu/dev/test/perf/
DNormalizerPerformanceTest.java13 public class NormalizerPerformanceTest extends PerfTest { class
21 new NormalizerPerformanceTest().run(args); in main()