Searched defs:quotedString (Results 1 – 7 of 7) sorted by relevance
210 void quotedString(String token); in quotedString() method
191 static UChar *quotedString(const UChar *string) { in quotedString() function
322 static char16_t *quotedString(const char16_t *string) { in quotedString() function
525 public String quotedString() throws ParseException { in quotedString() method in LexerCore
5153 quotedString = Combine(Regex(r'"(?:[^"\n\r\\]|(?:"")|(?:\\(?:[^x]|x[0-9a-fA-F]+)))*')+'"'| variable