Home
last modified time | relevance | path

Searched refs:DecodeRuneInString (Results 1 – 25 of 83) sorted by relevance

1234

/aosp_15_r20/prebuilts/go/linux-x86/src/unicode/utf8/
Dutf8_test.go150 r, size = DecodeRuneInString(s)
161 r, size = DecodeRuneInString(s)
176 r, size = DecodeRuneInString(s)
192 r, size = DecodeRuneInString(s)
208 r, size = DecodeRuneInString(s)
328 r2, _ := DecodeRuneInString(s)
366 r2, size2 := DecodeRuneInString(s[i:])
Dutf8.go199 func DecodeRuneInString(s string) (r rune, size int) { func
312 r, size = DecodeRuneInString(s[start:end])
/aosp_15_r20/prebuilts/go/linux-x86/src/strings/
Dstrings.go29 _, size := utf8.DecodeRuneInString(s)
490 c, width = utf8.DecodeRuneInString(s[i:])
744 _, wid := utf8.DecodeRuneInString(s[i:])
767 _, wid := utf8.DecodeRuneInString(s[i:])
846 _, wid := utf8.DecodeRuneInString(s[i:])
979 r, n = utf8.DecodeRuneInString(s)
1111 _, wid := utf8.DecodeRuneInString(s[start:])
1179 r, size := utf8.DecodeRuneInString(t)
/aosp_15_r20/prebuilts/go/linux-x86/src/path/
Dmatch.go138 r, n = utf8.DecodeRuneInString(s)
180 _, n := utf8.DecodeRuneInString(s)
221 r, n := utf8.DecodeRuneInString(chunk)
/aosp_15_r20/prebuilts/go/linux-x86/src/strconv/
Dquote.go44 r, width = utf8.DecodeRuneInString(s)
214 r, wid := utf8.DecodeRuneInString(s)
270 r, size := utf8.DecodeRuneInString(s)
438 r, n := utf8.DecodeRuneInString(in[len("'") : end-len("'")])
/aosp_15_r20/prebuilts/go/linux-x86/src/path/filepath/
Dmatch.go139 r, n = utf8.DecodeRuneInString(s)
181 _, n := utf8.DecodeRuneInString(s)
224 r, n := utf8.DecodeRuneInString(chunk)
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/vendor/golang.org/x/build/relnote/
Dlinks.go174 r, _ := utf8.DecodeRuneInString(t)
273 r, _ := utf8.DecodeRuneInString(s)
293 r, nr := utf8.DecodeRuneInString(s[n:])
/aosp_15_r20/external/licenseclassifier/commentparser/
H A Dcomment_parser.go322 r, size := utf8.DecodeRuneInString(s)
348 r, _ := utf8.DecodeRuneInString(i.s[i.offset:])
354 r, size := utf8.DecodeRuneInString(i.s[i.offset:])
/aosp_15_r20/prebuilts/go/linux-x86/src/go/doc/comment/
Dparse.go576 r, _ := utf8.DecodeRuneInString(line)
744 if r, n := utf8.DecodeRuneInString(line); r == '•' || r == '*' || r == '+' || r == '-' {
847 r, _ := utf8.DecodeRuneInString(after)
1155 r, _ := utf8.DecodeRuneInString(s)
1175 r, nr := utf8.DecodeRuneInString(s[n:])
/aosp_15_r20/build/blueprint/proptools/
H A Dproptools.go30 r, size := utf8.DecodeRuneInString(fieldName)
48 r, size := utf8.DecodeRuneInString(propertyName)
/aosp_15_r20/prebuilts/go/linux-x86/src/regexp/
Dregexp.go205 regexp.prefixRune, _ = utf8.DecodeRuneInString(regexp.prefix)
391 return utf8.DecodeRuneInString(i.str[pos:])
421 r2, _ = utf8.DecodeRuneInString(i.str[pos:])
645 _, width = utf8.DecodeRuneInString(src[searchPos:])
986 rune, size := utf8.DecodeRuneInString(str[i:])
/aosp_15_r20/prebuilts/go/linux-x86/src/net/mail/
Dmessage.go638 r, size := utf8.DecodeRuneInString(p.s[i:])
688 r, size := utf8.DecodeRuneInString(p.s[i:])
737 r, size := utf8.DecodeRuneInString(p.s)
/aosp_15_r20/prebuilts/go/linux-x86/src/fmt/
Dscan.go1102 fmtc, w := utf8.DecodeRuneInString(format[i:])
1121 fmtc, w = utf8.DecodeRuneInString(format[i:])
1161 nextc, _ := utf8.DecodeRuneInString(format[i+w:]) // will not match % if string is empty
1209 c, w := utf8.DecodeRuneInString(format[i:])
/aosp_15_r20/prebuilts/go/linux-x86/src/mime/
Dencodedword.go96 _, runeLen = utf8.DecodeRuneInString(s[i:])
130 _, runeLen = utf8.DecodeRuneInString(s[i:])
/aosp_15_r20/prebuilts/go/linux-x86/test/
Dutf.go28 r, w = utf8.DecodeRuneInString(s[i:len(s)])
Dstringrange.go26 r, size := utf8.DecodeRuneInString(s[i:len(s)]) // check it another way
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/vendor/golang.org/x/tools/go/analysis/passes/tests/
Dtests.go284 r, size := utf8.DecodeRuneInString(s)
293 r, _ := utf8.DecodeRuneInString(name)
/aosp_15_r20/prebuilts/go/linux-x86/src/syscall/
Dwtf8_windows.go48 r, size := utf8.DecodeRuneInString(s[i:])
/aosp_15_r20/prebuilts/go/linux-x86/src/vendor/golang.org/x/net/idna/
Didna9.0.0.go434 r, _ := utf8.DecodeRuneInString(s[i:])
458 r, _ := utf8.DecodeRuneInString(s[start:])
Didna10.0.0.go453 r, _ := utf8.DecodeRuneInString(s[i:])
506 r, _ := utf8.DecodeRuneInString(s[start:])
/aosp_15_r20/prebuilts/go/linux-x86/src/go/doc/
Dexample.go147 rune, _ := utf8.DecodeRuneInString(name[len(prefix):])
723 r, size := utf8.DecodeRuneInString(s)
/aosp_15_r20/prebuilts/go/linux-x86/src/log/slog/
Dtext_handler.go156 r, size := utf8.DecodeRuneInString(s[i:])
/aosp_15_r20/prebuilts/go/linux-x86/src/encoding/csv/
Dwriter.go182 r1, _ := utf8.DecodeRuneInString(field)
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/compile/internal/types/
Dsym.go136 r, _ := utf8.DecodeRuneInString(name)
/aosp_15_r20/prebuilts/go/linux-x86/src/encoding/xml/
Dxml.go1263 c, n := utf8.DecodeRuneInString(s)
1272 c, n = utf8.DecodeRuneInString(s)
1967 r, width := utf8.DecodeRuneInString(s[i:])

1234