Home | History | Annotate | Download | only in normperf

Lines Matching refs:NormalizerPerformanceTest

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(){
211 UPerfFunction* NormalizerPerformanceTest::TestICU_NFD_NFD_Text(){
220 UPerfFunction* NormalizerPerformanceTest::TestICU_NFD_NFC_Text(){
229 UPerfFunction* NormalizerPerformanceTest::TestICU_NFD_Orig_Text(){
240 UPerfFunction* NormalizerPerformanceTest::TestICU_FCD_NFD_Text(){
250 UPerfFunction* NormalizerPerformanceTest::TestICU_FCD_NFC_Text(){
259 UPerfFunction* NormalizerPerformanceTest::TestICU_FCD_Orig_Text(){
270 UPerfFunction* NormalizerPerformanceTest::TestWin_NFC_NFD_Text(){
279 UPerfFunction* NormalizerPerformanceTest::TestWin_NFC_NFC_Text(){
288 UPerfFunction* NormalizerPerformanceTest::TestWin_NFC_Orig_Text(){
299 UPerfFunction* NormalizerPerformanceTest::TestWin_NFD_NFD_Text(){
308 UPerfFunction* NormalizerPerformanceTest::TestWin_NFD_NFC_Text(){
317 UPerfFunction* NormalizerPerformanceTest::TestWin_NFD_Orig_Text(){
328 UPerfFunction* NormalizerPerformanceTest::TestQC_NFC_NFD_Text(){
337 UPerfFunction* NormalizerPerformanceTest::TestQC_NFC_NFC_Text(){
346 UPerfFunction* NormalizerPerformanceTest::TestQC_NFC_Orig_Text(){
356 UPerfFunction* NormalizerPerformanceTest::TestQC_NFD_NFD_Text(){
365 UPerfFunction* NormalizerPerformanceTest::TestQC_NFD_NFC_Text(){
374 UPerfFunction* NormalizerPerformanceTest::TestQC_NFD_Orig_Text(){
384 UPerfFunction* NormalizerPerformanceTest::TestQC_FCD_NFD_Text(){
393 UPerfFunction* NormalizerPerformanceTest::TestQC_FCD_NFC_Text(){
402 UPerfFunction* NormalizerPerformanceTest::TestQC_FCD_Orig_Text(){
413 UPerfFunction* NormalizerPerformanceTest::TestIsNormalized_NFC_NFD_Text(){
422 UPerfFunction* NormalizerPerformanceTest::TestIsNormalized_NFC_NFC_Text(){
431 UPerfFunction* NormalizerPerformanceTest::TestIsNormalized_NFC_Orig_Text(){
441 UPerfFunction* NormalizerPerformanceTest::TestIsNormalized_NFD_NFD_Text(){
450 UPerfFunction* NormalizerPerformanceTest::TestIsNormalized_NFD_NFC_Text(){
459 UPerfFunction* NormalizerPerformanceTest::TestIsNormalized_NFD_Orig_Text(){
469 UPerfFunction* NormalizerPerformanceTest::TestIsNormalized_FCD_NFD_Text(){
478 UPerfFunction* NormalizerPerformanceTest::TestIsNormalized_FCD_NFC_Text(){
487 UPerfFunction* NormalizerPerformanceTest::TestIsNormalized_FCD_Orig_Text(){
499 NormalizerPerformanceTest test(argc, argv, status);