Home
last modified time | relevance | path

Searched defs:quote_char (Results 1 – 3 of 3) sorted by relevance

/third_party/gn/src/base/strings/
Dstring_tokenizer.h210 char_type quote_char; member
/third_party/python/Parser/
Dstring_parser.c542 char quote_char = 0; in fstring_find_expr() local
/third_party/ltp/tools/sparse/sparse-src/
Dtokenize.c168 static const char *quote_char(const char *s, size_t len, char prefix, char delim) in quote_char() function