HomeSort by relevance Sort by last modified time
    Searched defs:extractSection (Results 1 - 3 of 3) sorted by null

  /cts/common/device-side/util/src/com/android/compatibility/common/util/
TextUtils.java 29 public static String extractSection(String source,
  /prebuilts/go/darwin-x86/src/syscall/
mksyscall_windows.go 365 // extractSection extracts text out of string s starting after start
368 func extractSection(s string, start, end rune) (prefix, body, suffix string, found bool) {
397 prefix, body, s, found := extractSection(s, '(', ')')
408 _, body, s, found = extractSection(s, '(', ')')
435 _, body, s, found = extractSection(s, '[', ']')
  /prebuilts/go/linux-x86/src/syscall/
mksyscall_windows.go 365 // extractSection extracts text out of string s starting after start
368 func extractSection(s string, start, end rune) (prefix, body, suffix string, found bool) {
397 prefix, body, s, found := extractSection(s, '(', ')')
408 _, body, s, found = extractSection(s, '(', ')')
435 _, body, s, found = extractSection(s, '[', ']')

Completed in 171 milliseconds