Home
last modified time | relevance | path

Searched defs:rune (Results 1 – 25 of 155) sorted by relevance

1234567

/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/compile/internal/ir/
Dnode_gen.go7 func (n *AddStringExpr) Format(s fmt.State, verb rune) { fmtNode(n, s, verb) }
41 func (n *AddrExpr) Format(s fmt.State, verb rune) { fmtNode(n, s, verb) }
78 func (n *AssignListStmt) Format(s fmt.State, verb rune) { fmtNode(n, s, verb) }
109 func (n *AssignOpStmt) Format(s fmt.State, verb rune) { fmtNode(n, s, verb) }
146 func (n *AssignStmt) Format(s fmt.State, verb rune) { fmtNode(n, s, verb) }
183 func (n *BasicLit) Format(s fmt.State, verb rune) { fmtNode(n, s, verb) }
202 func (n *BinaryExpr) Format(s fmt.State, verb rune) { fmtNode(n, s, verb) }
242 func (n *BlockStmt) Format(s fmt.State, verb rune) { fmtNode(n, s, verb) }
267 func (n *BranchStmt) Format(s fmt.State, verb rune) { fmtNode(n, s, verb) }
286 func (n *CallExpr) Format(s fmt.State, verb rune) { fmtNode(n, s, verb) }
[all …]
/aosp_15_r20/prebuilts/go/linux-x86/src/regexp/syntax/
Dparse.go379 func minFoldRune(r rune) rune {
1309 func matchRune(re *Regexp, r rune) bool {
1830 func cleanClass(rp *[]rune) []rune {
1862 func inCharClass(r rune, class []rune) bool {
1877 func appendLiteral(r []rune, x rune, flags Flags) []rune {
1885 func appendRange(r []rune, lo, hi rune) []rune {
1918 func appendFoldedRange(r []rune, lo, hi rune) []rune {
1953 func appendClass(r []rune, x []rune) []rune {
1961 func appendFoldedClass(r []rune, x []rune) []rune {
1970 func appendNegatedClass(r []rune, x []rune) []rune {
[all …]
/aosp_15_r20/prebuilts/go/linux-x86/src/unicode/
Dletter.go157 func Is(rangeTab *RangeTable, r rune) bool {
170 func isExcludingLatin(rangeTab *RangeTable, r rune) bool {
184 func IsUpper(r rune) bool {
193 func IsLower(r rune) bool {
202 func IsTitle(r rune) bool {
211 func to(_case int, r rune, caseRange []CaseRange) (mappedRune rune, foundMapping bool) {
248 func To(_case int, r rune) rune {
254 func ToUpper(r rune) rune {
265 func ToLower(r rune) rune {
276 func ToTitle(r rune) rune {
[all …]
Dgraphic.go36 func IsGraphic(r rune) bool {
50 func IsPrint(r rune) bool {
59 func IsOneOf(ranges []*RangeTable, r rune) bool {
69 func In(r rune, ranges ...*RangeTable) bool {
81 func IsControl(r rune) bool {
90 func IsLetter(r rune) bool {
98 func IsMark(r rune) bool {
104 func IsNumber(r rune) bool {
113 func IsPunct(r rune) bool {
128 func IsSpace(r rune) bool {
[all …]
/aosp_15_r20/external/angle/third_party/spirv-tools/src/utils/vscode/src/lsp/protocol/
H A Denums.go133 func formatEnum(f fmt.State, c rune, i int, names []string, unknown string) {
154 func (e TextDocumentSyncKind) Format(f fmt.State, c rune) {
162 func (e InitializeError) Format(f fmt.State, c rune) {
170 func (e MessageType) Format(f fmt.State, c rune) {
178 func (e FileChangeType) Format(f fmt.State, c rune) {
186 func (e WatchKind) Format(f fmt.State, c rune) {
194 func (e CompletionTriggerKind) Format(f fmt.State, c rune) {
202 func (e DiagnosticSeverity) Format(f fmt.State, c rune) {
210 func (e DiagnosticTag) Format(f fmt.State, c rune) {
218 func (e CompletionItemKind) Format(f fmt.State, c rune) {
[all …]
/aosp_15_r20/external/deqp-deps/SPIRV-Tools/utils/vscode/src/lsp/protocol/
Denums.go133 func formatEnum(f fmt.State, c rune, i int, names []string, unknown string) {
154 func (e TextDocumentSyncKind) Format(f fmt.State, c rune) {
162 func (e InitializeError) Format(f fmt.State, c rune) {
170 func (e MessageType) Format(f fmt.State, c rune) {
178 func (e FileChangeType) Format(f fmt.State, c rune) {
186 func (e WatchKind) Format(f fmt.State, c rune) {
194 func (e CompletionTriggerKind) Format(f fmt.State, c rune) {
202 func (e DiagnosticSeverity) Format(f fmt.State, c rune) {
210 func (e DiagnosticTag) Format(f fmt.State, c rune) {
218 func (e CompletionItemKind) Format(f fmt.State, c rune) {
[all …]
/aosp_15_r20/external/swiftshader/third_party/SPIRV-Tools/utils/vscode/src/lsp/protocol/
H A Denums.go133 func formatEnum(f fmt.State, c rune, i int, names []string, unknown string) {
154 func (e TextDocumentSyncKind) Format(f fmt.State, c rune) {
162 func (e InitializeError) Format(f fmt.State, c rune) {
170 func (e MessageType) Format(f fmt.State, c rune) {
178 func (e FileChangeType) Format(f fmt.State, c rune) {
186 func (e WatchKind) Format(f fmt.State, c rune) {
194 func (e CompletionTriggerKind) Format(f fmt.State, c rune) {
202 func (e DiagnosticSeverity) Format(f fmt.State, c rune) {
210 func (e DiagnosticTag) Format(f fmt.State, c rune) {
218 func (e CompletionItemKind) Format(f fmt.State, c rune) {
[all …]
/aosp_15_r20/prebuilts/go/linux-x86/src/strconv/
Dquote.go27 func quoteRuneWith(r rune, quote byte, ASCIIonly, graphicOnly bool) string {
58 func appendQuotedRuneWith(buf []byte, r rune, quote byte, ASCIIonly, graphicOnly bool) []byte {
68 func appendEscapedRune(buf []byte, r rune, quote byte, ASCIIonly, graphicOnly bool) []byte {
167 func QuoteRune(r rune) string {
173 func AppendQuoteRune(dst []byte, r rune) []byte {
183 func QuoteRuneToASCII(r rune) string {
189 func AppendQuoteRuneToASCII(dst []byte, r rune) []byte {
199 func QuoteRuneToGraphic(r rune) string {
205 func AppendQuoteRuneToGraphic(dst []byte, r rune) []byte {
521 func IsPrint(r rune) bool {
[all …]
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/compile/internal/types/
Dfmt.go58 func (s *Sym) Format(f fmt.State, verb rune) {
78 func sconv(s *Sym, verb rune, mode fmtMode) string {
102 func sconv2(b *bytes.Buffer, s *Sym, verb rune, mode fmtMode) {
114 func symfmt(b *bytes.Buffer, s *Sym, verb rune, mode fmtMode) {
126 func pkgqual(pkg *Pkg, verb rune, mode fmtMode) string {
199 func (t *Type) Format(s fmt.State, verb rune) {
243 func tconv(t *Type, verb rune, mode fmtMode) string {
256 func tconv2(b *bytes.Buffer, t *Type, verb rune, mode fmtMode, visited map[*Type]int) {
541 func fldconv(b *bytes.Buffer, f *Field, verb rune, mode fmtMode, visited map[*Type]int, isParam boo…
/aosp_15_r20/prebuilts/go/linux-x86/src/unicode/utf16/
Dutf16.go30 func IsSurrogate(r rune) bool {
37 func DecodeRune(r1, r2 rune) rune {
47 func EncodeRune(r rune) (r1, r2 rune) {
57 func RuneLen(r rune) int {
69 func Encode(s []rune) []uint16 {
100 func AppendRune(a []uint16, r rune) []uint16 {
125 func decode(s []uint16, buf []rune) []rune {
/aosp_15_r20/prebuilts/go/linux-x86/src/go/scanner/
Dscanner.go309 func isLetter(ch rune) bool {
313 func isDigit(ch rune) bool {
367 func digitVal(ch rune) int {
377 func lower(ch rune) rune { return ('a' - 'A') | ch } // returns lower-case ch iff ch is ASCII l…
378 func isDecimal(ch rune) bool { return '0' <= ch && ch <= '9' }
379 func isHex(ch rune) bool { return '0' <= ch && ch <= '9' || 'a' <= lower(ch) && lower(ch) <= 'f…
500 func litname(prefix rune) string {
/aosp_15_r20/prebuilts/go/linux-x86/src/internal/types/testdata/spec/
Dconversions.go138 func _[X ~[]rune, T ~string](x X) T { return T(x) }
139 func _[X Integer | ~[]byte | ~[]rune, T ~string](x X) T { return T(x) }
140 func _[X Integer | ~[]byte | ~[]rune, T ~*string](x X) T {
147 func _[T ~[]rune](x string) T { return T(x) }
148 func _[T ~[]rune](x *string) T {
153 func _[X ~string, T ~[]rune](x X) T { return T(x) }
154 func _[X ~string, T ~[]byte | ~[]rune](x X) T { return T(x) }
155 func _[X ~*string, T ~[]byte | ~[]rune](x X) T {
/aosp_15_r20/external/libutf/
H A Drune.c66 charntorune(Rune *rune, const char *str, int length) in charntorune()
169 chartorune(Rune *rune, const char *str) in chartorune()
247 isvalidcharntorune(const char* str, int length, Rune* rune, int* consumed) { in isvalidcharntorune()
253 runetochar(char *str, const Rune *rune) in runetochar()
310 runelen(Rune rune) in runelen()
/aosp_15_r20/prebuilts/go/linux-x86/src/net/mail/
Dmessage.go913 func isAtext(r rune, dot bool) bool {
926 func isQtext(r rune) bool {
951 func isVchar(r rune) bool {
958 func isMultibyte(r rune) bool {
964 func isWSP(r rune) bool {
969 func isDtext(r rune) bool {
/aosp_15_r20/prebuilts/go/linux-x86/src/text/scanner/
Dscanner_test.go236 func checkTok(t *testing.T, s *Scanner, line int, got, want rune, text string) {
255 func checkTokErr(t *testing.T, s *Scanner, line int, want rune, text string) {
361 func testScanSelectedMode(t *testing.T, mode uint, class rune) {
455 func testError(t *testing.T, src, pos, msg string, tok rune) {
554 func checkNextPos(t *testing.T, s *Scanner, offset, line, column int, char rune) {
562 func checkScanPos(t *testing.T, s *Scanner, offset, line, column int, char rune) {
Dscanner.go102 func TokenString(tok rune) string {
362 func lower(ch rune) rune { return ('a' - 'A') | ch } // returns lower-case ch iff ch is ASCII l…
363 func isDecimal(ch rune) bool { return '0' <= ch && ch <= '9' }
364 func isHex(ch rune) bool { return '0' <= ch && ch <= '9' || 'a' <= lower(ch) && lower(ch) <= 'f…
485 func litname(prefix rune) string {
538 func digitVal(ch rune) int {
/aosp_15_r20/prebuilts/go/linux-x86/src/unicode/utf8/
Dutf8.go321 func RuneLen(r rune) int {
342 func EncodeRune(p []byte, r rune) int {
375 func AppendRune(p []byte, r rune) []byte {
383 func appendRuneNonASCII(p []byte, r rune) []byte {
575 func ValidRune(r rune) bool {
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/compile/internal/syntax/
Dscanner.go437 func lower(ch rune) rune { return ('a' - 'A') | ch } // returns lower-case ch iff ch is ASCII l…
438 func isLetter(ch rune) bool { return 'a' <= lower(ch) && lower(ch) <= 'z' || ch == '_' }
439 func isDecimal(ch rune) bool { return '0' <= ch && ch <= '9' }
440 func isHex(ch rune) bool { return '0' <= ch && ch <= '9' || 'a' <= lower(ch) && lower(ch) <= 'f…
628 func (s *scanner) rune() { func
/aosp_15_r20/build/blueprint/
H A Dninja_strings.go153 func parseFirstRuneState(state *parseState, i int, r rune) (stateFunc, error) {
160 func parseStringState(state *parseState, i int, r rune) (stateFunc, error) {
174 func parseDollarStartState(state *parseState, i int, r rune) (stateFunc, error) {
202 func parseDollarState(state *parseState, i int, r rune) (stateFunc, error) {
232 func parseBracketsState(state *parseState, i int, r rune) (stateFunc, error) {
/aosp_15_r20/external/regex-re2/util/
H A Drune.cc51 chartorune(Rune *rune, const char *str) in chartorune()
127 runetochar(char *str, const Rune *rune) in runetochar()
184 runelen(Rune rune) in runelen()
216 Rune rune; in utflen() local
/aosp_15_r20/external/cronet/third_party/re2/src/util/
H A Drune.cc51 chartorune(Rune *rune, const char *str) in chartorune()
127 runetochar(char *str, const Rune *rune) in runetochar()
184 runelen(Rune rune) in runelen()
216 Rune rune; in utflen() local
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/re2/util/
Drune.cc51 chartorune(Rune *rune, const char *str) in chartorune()
127 runetochar(char *str, const Rune *rune) in runetochar()
184 runelen(Rune rune) in runelen()
216 Rune rune; in utflen() local
/aosp_15_r20/external/starlark-go/syntax/
H A Dscan.go1071 func isIdent(c rune) bool {
1075 func isIdentStart(c rune) bool {
1082 func isdigit(c rune) bool { return '0' <= c && c <= '9' }
1083 func isodigit(c rune) bool { return '0' <= c && c <= '7' }
1084 func isxdigit(c rune) bool { return isdigit(c) || 'A' <= c && c <= 'F' || 'a' <= c && c <= 'f' }
1085 func isbdigit(c rune) bool { return '0' == c || c == '1' }
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/vendor/golang.org/x/mod/module/
Dmodule.go236 func firstPathOK(r rune) bool {
251 func modPathOK(r rune) bool {
268 func importPathOK(r rune) bool {
277 func fileNameOK(r rune) bool {
/aosp_15_r20/prebuilts/go/linux-x86/src/fmt/
Dscan.go56 Scan(state ScanState, verb rune) error
280 func isSpace(r rune) bool {
297 func notSpace(r rune) bool {
468 func indexRune(s string, r rune) int {
883 func hexDigit(d rune) (int, bool) {

1234567