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

  /external/icu/icu4c/source/test/perf/normperf/
normperf.cpp 23 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)
174 NormalizerPerformanceTest::~NormalizerPerformanceTest(){
182 UPerfFunction* NormalizerPerformanceTest::TestICU_NFC_NFD_Text(){
191 UPerfFunction* NormalizerPerformanceTest::TestICU_NFC_NFC_Text(){
200 UPerfFunction* NormalizerPerformanceTest::TestICU_NFC_Orig_Text()
    [all...]
normperf.h 181 class NormalizerPerformanceTest : public 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/
NormalizerPerformanceTest.java 13 public class NormalizerPerformanceTest extends PerfTest {
21 new NormalizerPerformanceTest().run(args);

Completed in 964 milliseconds