Searched refs:testSubmatchString (Results 1 – 1 of 1) sorted by relevance
/aosp_15_r20/prebuilts/go/linux-x86/src/regexp/ |
D | find_test.go | 370 func testSubmatchString(test *FindTest, n int, submatches []int, result []string, t *testing.T) { func 401 testSubmatchString(&test, 0, test.matches[0], result, t) 485 testSubmatchString(&test, k, match, result[k], t)
|