Home | History | Annotate | Download | only in convperf

Lines Matching refs:UPerfFunction

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_uniSource), status);
168 UPerfFunction* ConverterPerformanceTest::TestWinIML2_UTF8_ToUnicode(){
170 UPerfFunction* pf = new WinIMultiLanguage2ToUnicodePerfFunction("utf-8",(char*)utf8_encSource, LENGTHOF(utf8_encSource), status);
177 UPerfFunction* ConverterPerformanceTest::TestWinANSI_UTF8_FromUnicode(){
179 UPerfFunction* pf = new WinANSIFromUnicodePerfFunction("utf-8",utf8_uniSource, LENGTHOF(utf8_uniSource), status);
186 UPerfFunction* ConverterPerformanceTest::TestWinANSI_UTF8_ToUnicode(){
188 UPerfFunction* pf = new WinANSIToUnicodePerfFunction("utf-8",(char*)utf8_encSource, LENGTHOF(utf8_encSource), status);
197 UPerfFunction* ConverterPerformanceTest::TestICU_Latin1_FromUnicode(){
206 UPerfFunction* ConverterPerformanceTest::TestICU_Latin1_ToUnicode(){
208 UPerfFunction* pf = new ICUToUnicodePerfFunction("iso-8859-1",(char*)latin1_encSource, LENGTHOF(latin1_encSource), status);
216 UPerfFunction* ConverterPerformanceTest::TestWinIML2_Latin1_FromUnicode(){
218 UPerfFunction* pf = new WinIMultiLanguage2FromUnicodePerfFunction("iso-8859-1",latin1_uniSource, LENGTHOF(latin1_uniSource), status);
225 UPerfFunction* ConverterPerformanceTest::TestWinIML2_Latin1_ToUnicode(){
227 UPerfFunction* pf = new WinIMultiLanguage2ToUnicodePerfFunction("iso-8859-1",(char*)latin1_encSource, LENGTHOF(latin1_encSource), status);
234 UPerfFunction* ConverterPerformanceTest::TestWinANSI_Latin1_FromUnicode(){
236 UPerfFunction* pf = new WinANSIFromUnicodePerfFunction("iso-8859-1",latin1_uniSource, LENGTHOF(latin1_uniSource), status);
243 UPerfFunction* ConverterPerformanceTest::TestWinANSI_Latin1_ToUnicode(){
245 UPerfFunction* pf = new WinANSIToUnicodePerfFunction("iso-8859-1",(char*)latin1_encSource, LENGTHOF(latin1_encSource), status);
254 UPerfFunction* ConverterPerformanceTest::TestICU_Latin8_FromUnicode(){
263 UPerfFunction* ConverterPerformanceTest::TestICU_Latin8_ToUnicode(){
265 UPerfFunction* pf = new ICUToUnicodePerfFunction("iso-8859-8",(char*)latin8_encSource, LENGTHOF(latin8_encSource), status);
273 UPerfFunction* ConverterPerformanceTest::TestWinIML2_Latin8_FromUnicode(){
275 UPerfFunction* pf = new WinIMultiLanguage2FromUnicodePerfFunction("iso-8859-8",latin8_uniSource, LENGTHOF(latin8_uniSource), status);
282 UPerfFunction* ConverterPerformanceTest::TestWinIML2_Latin8_ToUnicode(){
284 UPerfFunction* pf = new WinIMultiLanguage2ToUnicodePerfFunction("iso-8859-8",(char*)latin8_encSource, LENGTHOF(latin8_encSource), status);
290 UPerfFunction* ConverterPerformanceTest::TestWinANSI_Latin8_FromUnicode(){
292 UPerfFunction* pf = new WinANSIFromUnicodePerfFunction("iso-8859-8",latin8_uniSource, LENGTHOF(latin8_uniSource), status);
299 UPerfFunction* ConverterPerformanceTest::TestWinANSI_Latin8_ToUnicode(){
301 UPerfFunction* pf = new WinANSIToUnicodePerfFunction("iso-8859-8",(char*)latin8_encSource, LENGTHOF(latin8_encSource), status);
311 UPerfFunction* ConverterPerformanceTest::TestICU_EBCDIC_Arabic_FromUnicode(){
320 UPerfFunction* ConverterPerformanceTest::TestICU_EBCDIC_Arabic_ToUnicode(){
322 UPerfFunction* pf = new ICUToUnicodePerfFunction("x-EBCDIC-Arabic",(char*)ebcdic_arabic_encSource, LENGTHOF(ebcdic_arabic_encSource), status);
330 UPerfFunction* ConverterPerformanceTest::TestWinIML2_EBCDIC_Arabic_FromUnicode(){
332 UPerfFunction* pf = new WinIMultiLanguage2FromUnicodePerfFunction("x-EBCDIC-Arabic",ebcdic_arabic_uniSource, LENGTHOF(ebcdic_arabic_uniSource), status);
339 UPerfFunction* ConverterPerformanceTest::TestWinIML2_EBCDIC_Arabic_ToUnicode(){
341 UPerfFunction* pf = new WinIMultiLanguage2ToUnicodePerfFunction("x-EBCDIC-Arabic",(char*)ebcdic_arabic_encSource, LENGTHOF(ebcdic_arabic_encSource), status);
348 UPerfFunction* ConverterPerformanceTest::TestWinANSI_EBCDIC_Arabic_FromUnicode(){
350 UPerfFunction* pf = new WinANSIFromUnicodePerfFunction("x-EBCDIC-Arabic",ebcdic_arabic_uniSource, LENGTHOF(ebcdic_arabic_uniSource), status);
357 UPerfFunction* ConverterPerformanceTest::TestWinANSI_EBCDIC_Arabic_ToUnicode(){
359 UPerfFunction* pf = new WinANSIToUnicodePerfFunction("x-EBCDIC-Arabic",(char*)ebcdic_arabic_encSource, LENGTHOF(ebcdic_arabic_encSource), status);
368 UPerfFunction* ConverterPerformanceTest::TestICU_SJIS_FromUnicode(){
377 UPerfFunction* ConverterPerformanceTest::TestICU_SJIS_ToUnicode(){
379 UPerfFunction* pf = new ICUToUnicodePerfFunction("sjis",(char*)sjis_encSource, LENGTHOF(sjis_encSource), status);
387 UPerfFunction* ConverterPerformanceTest::TestWinIML2_SJIS_FromUnicode(){
389 UPerfFunction* pf = new WinIMultiLanguage2FromUnicodePerfFunction("sjis",sjis_uniSource, LENGTHOF(sjis_uniSource), status);
396 UPerfFunction* ConverterPerformanceTest::TestWinIML2_SJIS_ToUnicode(){
398 UPerfFunction* pf = new WinIMultiLanguage2ToUnicodePerfFunction("sjis",(char*)sjis_encSource, LENGTHOF(sjis_encSource), status);
405 UPerfFunction* ConverterPerformanceTest::TestWinANSI_SJIS_FromUnicode(){
407 UPerfFunction* pf = new WinANSIFromUnicodePerfFunction("sjis",sjis_uniSource, LENGTHOF(sjis_uniSource), status);
414 UPerfFunction* ConverterPerformanceTest::TestWinANSI_SJIS_ToUnicode(){
416 UPerfFunction* pf = new WinANSIToUnicodePerfFunction("sjis",(char*)sjis_encSource, LENGTHOF(sjis_encSource), status);
427 UPerfFunction* ConverterPerformanceTest::TestICU_EUCJP_FromUnicode(){
436 UPerfFunction* ConverterPerformanceTest::TestICU_EUCJP_ToUnicode(){
438 UPerfFunction* pf = new ICUToUnicodePerfFunction("euc-jp",(char*)eucjp_encSource, LENGTHOF(eucjp_encSource), status);
446 UPerfFunction* ConverterPerformanceTest::TestWinIML2_EUCJP_FromUnicode(){
448 UPerfFunction* pf = new WinIMultiLanguage2FromUnicodePerfFunction("euc-jp",eucjp_uniSource, LENGTHOF(eucjp_uniSource), status);
455 UPerfFunction* ConverterPerformanceTest::TestWinIML2_EUCJP_ToUnicode(){
457 UPerfFunction* pf = new WinIMultiLanguage2ToUnicodePerfFunction("euc-jp",(char*)eucjp_encSource, LENGTHOF(eucjp_encSource), status);
464 UPerfFunction* ConverterPerformanceTest::TestWinANSI_EUCJP_FromUnicode(){
466 UPerfFunction* pf = new WinANSIFromUnicodePerfFunction("euc-jp",eucjp_uniSource, LENGTHOF(eucjp_uniSource), status);
473 UPerfFunction* ConverterPerformanceTest::TestWinANSI_EUCJP_ToUnicode(){
475 UPerfFunction* pf = new WinANSIToUnicodePerfFunction("euc-jp",(char*)eucjp_encSource, LENGTHOF(eucjp_encSource), status);
486 UPerfFunction* ConverterPerformanceTest::TestICU_GB2312_FromUnicode(){
495 UPerfFunction* ConverterPerformanceTest::TestICU_GB2312_ToUnicode(){
497 UPerfFunction* pf = new ICUToUnicodePerfFunction("gb2312",(char*)gb2312_encSource, LENGTHOF(gb2312_encSource), status);
505 UPerfFunction* ConverterPerformanceTest::TestWinIML2_GB2312_FromUnicode(){
507 UPerfFunction* pf = new WinIMultiLanguage2FromUnicodePerfFunction("gb2312",gb2312_uniSource, LENGTHOF(gb2312_uniSource), status);
514 UPerfFunction* ConverterPerformanceTest::TestWinIML2_GB2312_ToUnicode(){
516 UPerfFunction* pf = new WinIMultiLanguage2ToUnicodePerfFunction("gb2312",(char*)gb2312_encSource, LENGTHOF(gb2312_encSource), status);
523 UPerfFunction* ConverterPerformanceTest::TestWinANSI_GB2312_FromUnicode(){
525 UPerfFunction* pf = new WinANSIFromUnicodePerfFunction("gb2312",gb2312_uniSource, LENGTHOF(gb2312_uniSource), status);
532 UPerfFunction* ConverterPerformanceTest::TestWinANSI_GB2312_ToUnicode(){
534 UPerfFunction* pf = new WinANSIToUnicodePerfFunction("gb2312",(char*)gb2312_encSource, LENGTHOF(gb2312_encSource), status);
544 UPerfFunction* ConverterPerformanceTest::TestICU_ISO2022KR_FromUnicode(){
553 UPerfFunction* ConverterPerformanceTest::TestICU_ISO2022KR_ToUnicode(){
555 UPerfFunction* pf = new ICUToUnicodePerfFunction("iso-2022-kr",(char*)iso2022kr_encSource, LENGTHOF(iso2022kr_encSource), status);
563 UPerfFunction* ConverterPerformanceTest::TestWinIML2_ISO2022KR_FromUnicode(){
565 UPerfFunction* pf = new WinIMultiLanguage2FromUnicodePerfFunction("iso-2022-kr",iso2022kr_uniSource, LENGTHOF(iso2022kr_uniSource), status);
572 UPerfFunction* ConverterPerformanceTest::TestWinIML2_ISO2022KR_ToUnicode(){
574 UPerfFunction* pf = new WinIMultiLanguage2ToUnicodePerfFunction("iso-2022-kr",(char*)iso2022kr_encSource, LENGTHOF(iso2022kr_encSource), status);
581 UPerfFunction* ConverterPerformanceTest::TestWinANSI_ISO2022KR_FromUnicode(){
583 UPerfFunction* pf = new WinANSIFromUnicodePerfFunction("iso-2022-kr",iso2022kr_uniSource, LENGTHOF(iso2022kr_uniSource), status);
590 UPerfFunction* ConverterPerformanceTest::TestWinANSI_ISO2022KR_ToUnicode(){
592 UPerfFunction* pf = new WinANSIToUnicodePerfFunction("iso-2022-kr",(char*)iso2022kr_encSource, LENGTHOF(iso2022kr_encSource), status);
601 UPerfFunction* ConverterPerformanceTest::TestICU_ISO2022JP_FromUnicode(){
610 UPerfFunction* ConverterPerformanceTest::TestICU_ISO2022JP_ToUnicode(){
612 UPerfFunction* pf = new ICUToUnicodePerfFunction("iso-2022-jp",(char*)iso2022jp_encSource, LENGTHOF(iso2022jp_encSource), status);
620 UPerfFunction* ConverterPerformanceTest::TestWinIML2_ISO2022JP_FromUnicode(){
622 UPerfFunction* pf = new WinIMultiLanguage2FromUnicodePerfFunction("iso-2022-jp",iso2022jp_uniSource, LENGTHOF(iso2022jp_uniSource), status);
629 UPerfFunction* ConverterPerformanceTest::TestWinIML2_ISO2022JP_ToUnicode(){
631 UPerfFunction* pf = new WinIMultiLanguage2ToUnicodePerfFunction("iso-2022-jp",(char*)iso2022jp_encSource, LENGTHOF(iso2022jp_encSource), status);
638 UPerfFunction* ConverterPerformanceTest::TestWinANSI_ISO2022JP_FromUnicode(){
640 UPerfFunction* pf = new WinANSIFromUnicodePerfFunction("iso-2022-jp",iso2022jp_uniSource, LENGTHOF(iso2022jp_uniSource), status);
647 UPerfFunction* ConverterPerformanceTest::TestWinANSI_ISO2022JP_ToUnicode(){
649 UPerfFunction* pf = new WinANSIToUnicodePerfFunction("iso-2022-jp",(char*)iso2022jp_encSource, LENGTHOF(iso2022jp_encSource), status);