Home | History | Annotate | Download | only in utrie2perf

Lines Matching refs:get

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) {
232 case 0: name = "CheckFCD"; if (exec) return CheckFCD::get(*this); break;
233 case 1: name = "ToNFC"; if (exec) return ToNFC::get(*this); break;
234 case 2: name = "GetBiDiClass"; if (exec) return GetBiDiClass::get(*this); break;
236 case 3: name = "CheckFCDAlwaysGet"; if (exec) return CheckFCDAlwaysGet::get(*this); break;
237 case 4: name = "CheckFCDUTF8"; if (exec) return CheckFCDUTF8::get(*this); break;