Home
last modified time | relevance | path

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

/third_party/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 …]
Dspan.go136 func (r Range) Format(f fmt.State, _ rune) {
/third_party/skia/third_party/externals/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 …]
Dspan.go136 func (r Range) Format(f fmt.State, _ rune) {
/third_party/skia/third_party/externals/swiftshader/third_party/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 …]
Dspan.go136 func (r Range) Format(f fmt.State, _ rune) {
/third_party/libphonenumber/cpp/src/phonenumbers/utf/
Drune.c67 charntorune(Rune *rune, const char *str, int length) in charntorune()
170 chartorune(Rune *rune, const char *str) in chartorune()
248 isvalidcharntorune(const char* str, int length, Rune* rune, int* consumed) in isvalidcharntorune()
255 runetochar(char *str, const Rune *rune) in runetochar()
314 runelen(Rune rune) in runelen()
Dunilib.cc49 Rune rune; in SpanInterchangeValid() local
Dunicodetext.cc89 Rune rune; in ConvertToInterchangeValid() local
369 Rune rune = c; in push_back() local
/third_party/skia/third_party/externals/tint/tools/src/cmd/intrinsic-gen/lexer/
Dlexer.go27 func Lex(src []rune, filepath string) ([]tok.Token, error) {
185 func toFirst(runes ...rune) predicate {
198 func alphaNumericOrUnderscore(r rune) bool {
/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
/third_party/skia/third_party/externals/tint/tools/src/cmd/intrinsic-gen/ast/
Dast.go126 func (l Parameters) Format(w fmt.State, verb rune) {
156 func (o MatcherOptions) Format(w fmt.State, verb rune) {
171 func (l TemplatedNames) Format(w fmt.State, verb rune) {
223 func (p TemplateParams) Format(w fmt.State, verb rune) {
261 func (l Decorations) Format(w fmt.State, verb rune) {
/third_party/spirv-tools/utils/vscode/src/parser/
Dparser.go394 func isNumeric(r rune) bool { return unicode.IsDigit(r) }
395 func isAlpha(r rune) bool { return unicode.IsLetter(r) }
396 func isAlphaNumeric(r rune) bool { return isAlpha(r) || isNumeric(r) }
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/utils/vscode/src/parser/
Dparser.go394 func isNumeric(r rune) bool { return unicode.IsDigit(r) }
395 func isAlpha(r rune) bool { return unicode.IsLetter(r) }
396 func isAlphaNumeric(r rune) bool { return isAlpha(r) || isNumeric(r) }
/third_party/skia/third_party/externals/spirv-tools/utils/vscode/src/parser/
Dparser.go394 func isNumeric(r rune) bool { return unicode.IsDigit(r) }
395 func isAlpha(r rune) bool { return unicode.IsLetter(r) }
396 func isAlphaNumeric(r rune) bool { return isAlpha(r) || isNumeric(r) }
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/
Descaping.cc182 char32_t rune = 0; in CUnescapeInternal() local
218 char32_t rune = 0; in CUnescapeInternal() local
/third_party/abseil-cpp/absl/strings/
Descaping.cc182 char32_t rune = 0; in CUnescapeInternal() local
218 char32_t rune = 0; in CUnescapeInternal() local
/third_party/re2/re2/
Dparse.cc822 Rune rune = re->runes_[re->nrunes_ - 1]; in RemoveLeadingString() local
1033 Rune* rune = NULL; in Round1() local
1290 Rune rune = re2->rune_; in MaybeConcatString() local
Dregexp.h336 Rune rune() { DCHECK_EQ(op_, kRegexpLiteral); return rune_; } in rune() function
Dregexp.cc315 Regexp* Regexp::NewLiteral(Rune rune, ParseFlags flags) { in NewLiteral()