Searched refs:DecodeLastRuneInString (Results 1 – 16 of 16) sorted by relevance
/aosp_15_r20/prebuilts/go/linux-x86/src/strings/ |
D | strings.go | 211 r, size := utf8.DecodeLastRuneInString(s[:i]) 220 r, size := utf8.DecodeLastRuneInString(s[:i]) 889 r, size := utf8.DecodeLastRuneInString(s[0:i]) 1027 r, n = utf8.DecodeLastRuneInString(s)
|
/aosp_15_r20/external/deqp-deps/SPIRV-Tools/utils/vscode/src/lsp/span/ |
D | parse.go | 104 r, w := utf8.DecodeLastRuneInString(remains)
|
/aosp_15_r20/external/angle/third_party/spirv-tools/src/utils/vscode/src/lsp/span/ |
H A D | parse.go | 104 r, w := utf8.DecodeLastRuneInString(remains)
|
/aosp_15_r20/external/swiftshader/third_party/SPIRV-Tools/utils/vscode/src/lsp/span/ |
H A D | parse.go | 104 r, w := utf8.DecodeLastRuneInString(remains)
|
/aosp_15_r20/prebuilts/go/linux-x86/src/unicode/utf8/ |
D | example_test.go | 37 r, size := utf8.DecodeLastRuneInString(str)
|
D | utf8.go | 287 func DecodeLastRuneInString(s string) (r rune, size int) { func
|
D | utf8_test.go | 380 r2, size2 := DecodeLastRuneInString(s[0:si])
|
/aosp_15_r20/prebuilts/go/linux-x86/src/go/doc/comment/ |
D | parse.go | 582 r, _ = utf8.DecodeLastRuneInString(line) 841 r, _ := utf8.DecodeLastRuneInString(before)
|
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/vendor/golang.org/x/build/relnote/ |
D | links.go | 163 r, _ := utf8.DecodeLastRuneInString(t)
|
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/internal/archive/ |
D | archive.go | 490 _, wid := utf8.DecodeLastRuneInString(s)
|
/aosp_15_r20/prebuilts/go/linux-x86/src/text/template/parse/ |
D | lex.go | 160 r, w := utf8.DecodeLastRuneInString(l.input[:l.pos])
|
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/vendor/rsc.io/markdown/ |
D | inline.go | 711 before, _ = utf8.DecodeLastRuneInString(s[:i])
|
/aosp_15_r20/prebuilts/go/linux-x86/src/regexp/ |
D | regexp.go | 414 r1, _ = utf8.DecodeLastRuneInString(i.str[:pos])
|
/aosp_15_r20/external/starlark-go/starlark/ |
H A D | library.go | 2059 r, sz := utf8.DecodeLastRuneInString(s[:i])
|
/aosp_15_r20/prebuilts/go/linux-x86/api/ |
D | go1.txt | 30860 pkg unicode/utf8, func DecodeLastRuneInString(string) (int32, int)
|
/aosp_15_r20/external/bazelbuild-rules_go/third_party/ |
H A D | org_golang_x_tools-deletegopls.patch | 66719 - r, _ = utf8.DecodeLastRuneInString(line) 124595 - r, w := utf8.DecodeLastRuneInString(remains)
|