Searched refs:NormalizerPerformanceTest (Results 1 – 2 of 2) sorted by relevance
/external/icu4c/test/perf/normperf/ |
D | normperf.cpp | 20 UPerfFunction* NormalizerPerformanceTest::runIndexedTest(int32_t index, UBool exec,const char* &nam… in runIndexedTest() 74 void NormalizerPerformanceTest::normalizeInput(ULine* dest,const UChar* src ,int32_t srcLen,UNormal… in normalizeInput() 91 UChar* NormalizerPerformanceTest::normalizeInput(int32_t& len, const UChar* src ,int32_t srcLen,UNo… in normalizeInput() 116 NormalizerPerformanceTest::NormalizerPerformanceTest(int32_t argc, const char* argv[], UErrorCode& … in NormalizerPerformanceTest() function in NormalizerPerformanceTest 171 NormalizerPerformanceTest::~NormalizerPerformanceTest(){ in ~NormalizerPerformanceTest() 179 UPerfFunction* NormalizerPerformanceTest::TestICU_NFC_NFD_Text(){ in TestICU_NFC_NFD_Text() 188 UPerfFunction* NormalizerPerformanceTest::TestICU_NFC_NFC_Text(){ in TestICU_NFC_NFC_Text() 197 UPerfFunction* NormalizerPerformanceTest::TestICU_NFC_Orig_Text(){ in TestICU_NFC_Orig_Text() 208 UPerfFunction* NormalizerPerformanceTest::TestICU_NFD_NFD_Text(){ in TestICU_NFD_NFD_Text() 217 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();
|