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

1 2

  /external/chromium_org/third_party/icu/source/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/icu/icu4c/source/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/chromium_org/third_party/icu/source/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/icu/icu4c/source/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/chromium_org/third_party/icu/source/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 47 class BreakItFunction : public UPerfFunction
139 class DateFmtFunction : public UPerfFunction
233 class NumFmtFunction : public UPerfFunction
358 class CollationFunction : public UPerfFunction
431 virtual UPerfFunction* runIndexedTest(int32_t index, UBool exec,const char* &name, char* par);
433 UPerfFunction* DateFmt250();
434 UPerfFunction* DateFmt10000();
435 UPerfFunction* DateFmt100000();
436 UPerfFunction* BreakItWord250();
437 UPerfFunction* BreakItWord10000()
    [all...]
  /external/icu/icu4c/source/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/chromium_org/third_party/icu/source/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...]
  /external/icu/icu4c/source/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...]
  /external/chromium_org/third_party/icu/source/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 60 class StringPerfFunction : public UPerfFunction
346 virtual UPerfFunction* runIndexedTest(int32_t index, UBool exec,
349 UPerfFunction* TestCtor();
350 UPerfFunction* TestCtor1();
351 UPerfFunction* TestCtor2();
352 UPerfFunction* TestCtor3();
353 UPerfFunction* TestAssign();
354 UPerfFunction* TestAssign1();
355 UPerfFunction* TestAssign2();
356 UPerfFunction* TestGetch()
    [all...]
  /external/icu/icu4c/source/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...]
  /external/chromium_org/third_party/icu/source/test/perf/ubrkperf/
ubrkperf.h 15 class ICUBreakFunction : public UPerfFunction {
106 class DarwinBreakFunction : public UPerfFunction {
126 virtual UPerfFunction* runIndexedTest(int32_t index, UBool exec,
129 UPerfFunction* TestICUForward();
130 UPerfFunction* TestICUIsBound();
132 UPerfFunction* TestDarwinForward();
133 UPerfFunction* TestDarwinIsBound();
  /external/icu/icu4c/source/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();
  /external/icu/icu4c/source/test/perf/strsrchperf/
strsrchperf.h 16 class StringSearchPerfFunction : public UPerfFunction {
55 virtual UPerfFunction* runIndexedTest(int32_t index, UBool exec, const char *&name, char *par = NULL);
56 UPerfFunction* Test_ICU_Forward_Search();
57 UPerfFunction* Test_ICU_Backward_Search();
  /external/icu/icu4c/source/test/perf/collperf2/
collperf2.cpp 54 class Strcoll : public UPerfFunction
114 class Strcoll_2 : public UPerfFunction
166 class StrcollUTF8 : public UPerfFunction
226 class StrcollUTF8_2 : public UPerfFunction
277 class GetSortKey : public UPerfFunction
331 class NextSortKeyPart : public UPerfFunction
398 class NextSortKeyPartUTF8 : public UPerfFunction
466 class CppCompare : public UPerfFunction
525 class CppCompare_2 : public UPerfFunction
576 class CppCompareUTF8 : public UPerfFunction
    [all...]

Completed in 1259 milliseconds

1 2