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

/external/icu/icu4c/source/test/perf/normperf/
H A Dnormperf.cpp23 UPerfFunction* NormalizerPerformanceTest::runIndexedTest(int32_t index, UBool exec,const char* &name, char* par) {
77 void NormalizerPerformanceTest::normalizeInput(ULine* dest,const UChar* src ,int32_t srcLen,UNormalizationMode mode, int32_t options){
94 UChar* NormalizerPerformanceTest::normalizeInput(int32_t& len, const UChar* src ,int32_t srcLen,UNormalizationMode mode, int32_t options){
119 NormalizerPerformanceTest::NormalizerPerformanceTest(int32_t argc, const char* argv[], UErrorCode& status) function in class:NormalizerPerformanceTest
174 NormalizerPerformanceTest::~NormalizerPerformanceTest(){
182 UPerfFunction* NormalizerPerformanceTest::TestICU_NFC_NFD_Text(){
191 UPerfFunction* NormalizerPerformanceTest::TestICU_NFC_NFC_Text(){
200 UPerfFunction* NormalizerPerformanceTest
[all...]
H A Dnormperf.h181 class NormalizerPerformanceTest : public UPerfTest{ class in inherits:UPerfTest
198 NormalizerPerformanceTest(int32_t argc, const char* argv[], UErrorCode& status);
199 ~NormalizerPerformanceTest();
/external/icu/icu4j/perf-tests/src/com/ibm/icu/dev/test/perf/
H A DNormalizerPerformanceTest.java13 public class NormalizerPerformanceTest extends PerfTest { class in inherits:PerfTest
21 new NormalizerPerformanceTest().run(args);

Completed in 164 milliseconds