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

  /external/icu4c/test/perf/convperf/
convperf.cpp 41 UPerfFunction* ConverterPerformanceTest::runIndexedTest(int32_t index, UBool exec,const char* &name, char* par) {
122 UPerfFunction* ConverterPerformanceTest::TestICU_CleanOpenAllConverters() {
124 UPerfFunction* pf = new ICUOpenAllConvertersFunction(TRUE, status);
131 UPerfFunction* ConverterPerformanceTest::TestICU_OpenAllConverters() {
133 UPerfFunction* pf = new ICUOpenAllConvertersFunction(FALSE, status);
140 UPerfFunction* ConverterPerformanceTest::TestICU_UTF8_FromUnicode(){
149 UPerfFunction* ConverterPerformanceTest::TestICU_UTF8_ToUnicode(){
151 UPerfFunction* pf = new ICUToUnicodePerfFunction("utf-8",(char*)utf8_encSource, LENGTHOF(utf8_encSource), status);
159 UPerfFunction* ConverterPerformanceTest::TestWinIML2_UTF8_FromUnicode(){
161 UPerfFunction* pf = new WinIMultiLanguage2FromUnicodePerfFunction("utf-8",utf8_uniSource, LENGTHOF(utf8_uniSourc (…)
    [all...]
convperf.h 24 class ICUToUnicodePerfFunction : public UPerfFunction{
69 class ICUFromUnicodePerfFunction : public UPerfFunction{
116 class ICUOpenAllConvertersFunction : public UPerfFunction{
148 class WinANSIToUnicodePerfFunction : public UPerfFunction{
200 class WinANSIFromUnicodePerfFunction : public UPerfFunction{
268 class WinIMultiLanguageToUnicodePerfFunction : public UPerfFunction{
324 class WinIMultiLanguageFromUnicodePerfFunction : public UPerfFunction{
381 class WinIMultiLanguage2ToUnicodePerfFunction : public UPerfFunction{
433 class WinIMultiLanguage2FromUnicodePerfFunction : public UPerfFunction{
495 virtual UPerfFunction* runIndexedTest(int32_t index, UBool exec,const char* &name, char* par = NULL);
    [all...]
  /external/icu4c/test/perf/charperf/
charperf.h 22 class CharPerfFunction : public UPerfFunction
49 class StdLibCharPerfFunction : public UPerfFunction
88 virtual UPerfFunction* runIndexedTest(int32_t index, UBool exec,
91 UPerfFunction* TestIsAlpha();
92 UPerfFunction* TestIsUpper();
93 UPerfFunction* TestIsLower();
94 UPerfFunction* TestIsDigit();
95 UPerfFunction* TestIsSpace();
96 UPerfFunction* TestIsAlphaNumeric();
97 UPerfFunction* TestIsPrint()
    [all...]
charperf.cpp 92 UPerfFunction* CharPerformanceTest::runIndexedTest(int32_t index, UBool exec,
126 UPerfFunction* CharPerformanceTest::TestIsAlpha()
131 UPerfFunction* CharPerformanceTest::TestIsUpper()
136 UPerfFunction* CharPerformanceTest::TestIsLower()
141 UPerfFunction* CharPerformanceTest::TestIsDigit()
146 UPerfFunction* CharPerformanceTest::TestIsSpace()
151 UPerfFunction* CharPerformanceTest::TestIsAlphaNumeric()
161 UPerfFunction* CharPerformanceTest::TestIsPrint()
166 UPerfFunction* CharPerformanceTest::TestIsControl()
171 UPerfFunction* CharPerformanceTest::TestToLower(
    [all...]
  /external/icu4c/test/perf/DateFmtPerf/
DateFmtPerf.cpp 29 UPerfFunction* DateFormatPerfTest::runIndexedTest(int32_t index, UBool exec,const char* &name, char* par) {
54 UPerfFunction* DateFormatPerfTest::DateFmt250(){
59 UPerfFunction* DateFormatPerfTest::DateFmt10000(){
64 UPerfFunction* DateFormatPerfTest::DateFmt100000(){
69 UPerfFunction* DateFormatPerfTest::BreakItWord250(){
74 UPerfFunction* DateFormatPerfTest::BreakItWord10000(){
79 UPerfFunction* DateFormatPerfTest::BreakItChar250(){
84 UPerfFunction* DateFormatPerfTest::BreakItChar10000(){
89 UPerfFunction* DateFormatPerfTest::NumFmt10000(){
94 UPerfFunction* DateFormatPerfTest::NumFmt100000()
    [all...]
DateFmtPerf.h 48 class BreakItFunction : public UPerfFunction
140 class DateFmtFunction : public UPerfFunction
234 class NumFmtFunction : public UPerfFunction
363 class StdioNumFmtFunction : public UPerfFunction
422 class CollationFunction : public UPerfFunction
495 virtual UPerfFunction* runIndexedTest(int32_t index, UBool exec,const char* &name, char* par);
497 UPerfFunction* DateFmt250();
498 UPerfFunction* DateFmt10000();
499 UPerfFunction* DateFmt100000();
500 UPerfFunction* BreakItWord250()
    [all...]
  /external/icu4c/test/perf/normperf/
dtfmtrtperf.cpp 21 UPerfFunction* DateTimeRoundTripPerfTest::runIndexedTest(int32_t index, UBool exec,const char* &name, char* par) {
37 UPerfFunction* DateTimeRoundTripPerfTest::RoundTripLocale1(){
42 UPerfFunction* DateTimeRoundTripPerfTest::RoundTripLocale10(){
47 UPerfFunction* DateTimeRoundTripPerfTest::RoundTripLocale11(){
52 UPerfFunction* DateTimeRoundTripPerfTest::RoundTripLocale21(){
normperf.h 31 class QuickCheckPerfFunction : public UPerfFunction{
100 class NormPerfFunction : public UPerfFunction{
196 virtual UPerfFunction* runIndexedTest(int32_t index, UBool exec,const char* &name, char* par = NULL);
198 UPerfFunction* TestICU_NFC_NFD_Text();
199 UPerfFunction* TestICU_NFC_NFC_Text();
200 UPerfFunction* TestICU_NFC_Orig_Text();
203 UPerfFunction* TestICU_NFD_NFD_Text();
204 UPerfFunction* TestICU_NFD_NFC_Text();
205 UPerfFunction* TestICU_NFD_Orig_Text();
208 UPerfFunction* TestICU_FCD_NFD_Text()
    [all...]
normperf.cpp 20 UPerfFunction* NormalizerPerformanceTest::runIndexedTest(int32_t index, UBool exec,const char* &name, char* par) {
179 UPerfFunction* NormalizerPerformanceTest::TestICU_NFC_NFD_Text(){
188 UPerfFunction* NormalizerPerformanceTest::TestICU_NFC_NFC_Text(){
197 UPerfFunction* NormalizerPerformanceTest::TestICU_NFC_Orig_Text(){
208 UPerfFunction* NormalizerPerformanceTest::TestICU_NFD_NFD_Text(){
217 UPerfFunction* NormalizerPerformanceTest::TestICU_NFD_NFC_Text(){
226 UPerfFunction* NormalizerPerformanceTest::TestICU_NFD_Orig_Text(){
237 UPerfFunction* NormalizerPerformanceTest::TestICU_FCD_NFD_Text(){
247 UPerfFunction* NormalizerPerformanceTest::TestICU_FCD_NFC_Text(){
256 UPerfFunction* NormalizerPerformanceTest::TestICU_FCD_Orig_Text()
    [all...]
dtfmtrtperf.h 50 class DateTimeRoundTripFunction : public UPerfFunction
222 virtual UPerfFunction* runIndexedTest(int32_t index, UBool exec,const char* &name, char* par);
224 UPerfFunction* RoundTripLocale1();
225 UPerfFunction* RoundTripLocale10();
226 UPerfFunction* RoundTripLocale11();
227 UPerfFunction* RoundTripLocale21();
  /external/icu4c/test/perf/ustrperf/
stringperf.cpp 120 UPerfFunction* StringPerformanceTest::runIndexedTest(int32_t index, UBool exec,
158 UPerfFunction* StringPerformanceTest::TestCtor()
167 UPerfFunction* StringPerformanceTest::TestCtor1()
176 UPerfFunction* StringPerformanceTest::TestCtor2()
185 UPerfFunction* StringPerformanceTest::TestCtor3()
194 UPerfFunction* StringPerformanceTest::TestAssign()
203 UPerfFunction* StringPerformanceTest::TestAssign1()
212 UPerfFunction* StringPerformanceTest::TestAssign2()
222 UPerfFunction* StringPerformanceTest::TestGetch()
231 UPerfFunction* StringPerformanceTest::TestCatenate(
    [all...]
stringperf.h 62 class StringPerfFunction : public UPerfFunction
348 virtual UPerfFunction* runIndexedTest(int32_t index, UBool exec,
351 UPerfFunction* TestCtor();
352 UPerfFunction* TestCtor1();
353 UPerfFunction* TestCtor2();
354 UPerfFunction* TestCtor3();
355 UPerfFunction* TestAssign();
356 UPerfFunction* TestAssign1();
357 UPerfFunction* TestAssign2();
358 UPerfFunction* TestGetch()
    [all...]
  /external/icu4c/test/perf/ubrkperf/
ubrkperf.h 15 class ICUBreakFunction : public UPerfFunction {
106 class DarwinBreakFunction : public UPerfFunction {
121 virtual UPerfFunction* runIndexedTest(int32_t index, UBool exec,
124 UPerfFunction* TestICUForward();
125 UPerfFunction* TestICUIsBound();
127 UPerfFunction* TestDarwinForward();
128 UPerfFunction* TestDarwinIsBound();
ubrkperf.cpp 147 UPerfFunction* BreakIteratorPerformanceTest::TestICUForward()
152 UPerfFunction* BreakIteratorPerformanceTest::TestICUIsBound()
157 UPerfFunction* BreakIteratorPerformanceTest::TestDarwinForward()
162 UPerfFunction* BreakIteratorPerformanceTest::TestDarwinIsBound()
167 UPerfFunction* BreakIteratorPerformanceTest::runIndexedTest(int32_t index, UBool exec,
  /external/icu4c/tools/ctestfw/unicode/
uperf.h 65 class T_CTEST_EXPORT_API UPerfFunction {
70 virtual ~UPerfFunction();
140 virtual UPerfFunction* runIndexedTest( int32_t index, UBool exec, const char* &name, char* par = NULL ); // overide !
  /external/icu4c/test/perf/utrie2perf/
utrie2perf.cpp 82 virtual UPerfFunction* runIndexedTest(int32_t index, UBool exec, const char* &name, char* par = NULL);
95 class Command : public UPerfFunction {
119 static UPerfFunction* get(const UTrie2PerfTest &testcase) {
139 static UPerfFunction* get(const UTrie2PerfTest &testcase) {
160 static UPerfFunction* get(const UTrie2PerfTest &testcase) {
187 static UPerfFunction* get(const UTrie2PerfTest &testcase) {
211 static UPerfFunction* get(const UTrie2PerfTest &testcase) {
230 UPerfFunction* UTrie2PerfTest::runIndexedTest(int32_t index, UBool exec, const char* &name, char* par) {
  /external/icu4c/test/perf/usetperf/
usetperf.cpp 28 class CmdPattern : public UPerfFunction {
43 class CmdOp : public UPerfFunction {
100 virtual UPerfFunction* runIndexedTest( int32_t index, UBool exec, const char* &name, char* par = NULL ){
  /external/icu4c/test/perf/strsrchperf/
strsrchperf.h 25 class StringSearchPerfFunction : public UPerfFunction {
92 virtual UPerfFunction* runIndexedTest(int32_t index, UBool exec, const char *&name, char *par = NULL);
94 UPerfFunction* Test_ICU_Forward_Search();
96 UPerfFunction* Test_ICU_Backward_Search();
strsrchperf.cpp 107 UPerfFunction* StringSearchPerformanceTest::runIndexedTest(int32_t index, UBool exec, const char *&name, char *par) {
119 UPerfFunction* StringSearchPerformanceTest::Test_ICU_Forward_Search(){
128 UPerfFunction* StringSearchPerformanceTest::Test_ICU_Backward_Search(){
  /external/icu4c/test/perf/utfperf/
utfperf.cpp 93 virtual UPerfFunction* runIndexedTest(int32_t index, UBool exec, const char* &name, char* par = NULL);
120 class Command : public UPerfFunction {
155 static UPerfFunction* get(const UtfPerformanceTest &testcase) {
222 static UPerfFunction* get(const UtfPerformanceTest &testcase) {
272 static UPerfFunction* get(const UtfPerformanceTest &testcase) {
328 UPerfFunction* UtfPerformanceTest::runIndexedTest(int32_t index, UBool exec, const char* &name, char* par) {
  /external/icu4c/test/perf/unisetperf/
unisetperf.cpp 89 virtual UPerfFunction* runIndexedTest(int32_t index, UBool exec, const char* &name, char* par = NULL);
133 class Command : public UPerfFunction {
172 static UPerfFunction* get(const UnicodeSetPerformanceTest &testcase) {
234 static UPerfFunction* get(const UnicodeSetPerformanceTest &testcase) {
285 static UPerfFunction* get(const UnicodeSetPerformanceTest &testcase) {
335 static UPerfFunction* get(const UnicodeSetPerformanceTest &testcase) {
381 static UPerfFunction* get(const UnicodeSetPerformanceTest &testcase) {
407 UPerfFunction* UnicodeSetPerformanceTest::runIndexedTest(int32_t index, UBool exec, const char* &name, char* par) {
  /external/icu4c/tools/ctestfw/
uperf.cpp 19 UPerfFunction::~UPerfFunction() {}
325 UPerfFunction* UPerfTest::runIndexedTest( int32_t /*index*/, UBool /*exec*/, const char* & /*name*/, char* /*par*/ )
363 UPerfFunction* testFunction = this->runIndexedTest( index, TRUE, name, par );
  /external/icu4c/test/perf/collperf/
collperf.cpp 81 class CmdKeyGen : public UPerfFunction {
133 class CmdIter : public UPerfFunction {
182 class CmdIterAll : public UPerfFunction {
264 struct CmdQsort : public UPerfFunction{
383 double t2 = UPerfFunction::time(n, status);
392 class CmdBinSearch : public UPerfFunction{
667 UPerfFunction * t = new classname(status,arg1, arg2, arg3, arg4, arg5, arg6);\
681 virtual UPerfFunction* runIndexedTest( /*[in]*/int32_t index, /*[in]*/UBool exec, /*[out]*/const char* &name, /*[in]*/ char* par = NULL ){
  /external/icu4c/test/perf/dicttrieperf/
dicttrieperf.cpp 66 virtual UPerfFunction *runIndexedTest(int32_t index, UBool exec, const char *&name, char *par=NULL);
79 class PackageLookup : public UPerfFunction {
327 class DictLookup : public UPerfFunction {
642 UPerfFunction *DictionaryTriePerfTest::runIndexedTest(int32_t index, UBool exec,

Completed in 165 milliseconds