Home
last modified time | relevance | path

Searched refs:testSubmatchString (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/prebuilts/go/linux-x86/src/regexp/
Dfind_test.go370 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)