Lines Matching full:get
172 static UPerfFunction* get(const UnicodeSetPerformanceTest &testcase) {
234 static UPerfFunction* get(const UnicodeSetPerformanceTest &testcase) {
285 static UPerfFunction* get(const UnicodeSetPerformanceTest &testcase) {
294 * Get the same spans as with span() where we always start with a not-contained span.
335 static UPerfFunction* get(const UnicodeSetPerformanceTest &testcase) {
381 static UPerfFunction* get(const UnicodeSetPerformanceTest &testcase) {
390 * Get the same spans as with span() where we always start with a not-contained span.
409 case 0: name = "Contains"; if (exec) return Contains::get(*this); break;
410 case 1: name = "SpanUTF16"; if (exec) return SpanUTF16::get(*this); break;
411 case 2: name = "SpanBackUTF16";if (exec) return SpanBackUTF16::get(*this); break;
412 case 3: name = "SpanUTF8"; if (exec) return SpanUTF8::get(*this); break;
413 case 4: name = "SpanBackUTF8"; if (exec) return SpanBackUTF8::get(*this); break;