Searched defs:ParserState (Results 1 – 11 of 11) sorted by relevance
108 struct U_I18N_API ParserState { struct109 const UnicodeString& pattern; // reference to the parent110 int32_t offset = 0;112 explicit ParserState(const UnicodeString& _pattern) in ParserState() argument128 inline void toParseException(const char16_t* message) { (void) message; } in toParseException()
108 struct U_I18N_API ParserState { struct109 const UnicodeString& pattern; // reference to the parent110 int32_t offset = 0;112 explicit ParserState(const UnicodeString& _pattern) in ParserState() function128 inline void toParseException(const char16_t* message) { (void) message; } in toParseException()
96 struct U_I18N_API ParserState { struct97 const UnicodeString& pattern; // reference to the parent98 int32_t offset = 0;100 explicit ParserState(const UnicodeString& _pattern) in ParserState() function116 inline void toParseException(const char16_t* message) { (void) message; } in toParseException()
111 struct U_I18N_API ParserState { struct112 const UnicodeString& pattern; // reference to the parent113 int32_t offset = 0;115 explicit ParserState(const UnicodeString& _pattern) in ParserState() argument136 inline void toParseException(const char16_t* message) { (void) message; } in toParseException()
690 struct ParserState { struct691 ParserState() in ParserState() function699 void ResetState(const char *source) { in ResetState()705 void MarkNewLine() { in MarkNewLine()710 int64_t CursorPosition() const { in CursorPosition()715 const char *cursor_;716 const char *line_start_;717 int line_; // the current line being parsed718 int token_;723 bool attr_is_trivial_ascii_string_;[all …]
211 private static class ParserState { class in PatternStringParser215 ParserState(String pattern) { in ParserState() method in PatternStringParser.ParserState
217 private static class ParserState { class in PatternStringParser221 ParserState(String pattern) { in ParserState() method in PatternStringParser.ParserState
53 } ParserState; typedef
174 enum ParserState { enum in __anon05eec3280111::WebAssemblyAsmParser
71 } ParserState; typedef
232 } ParserState; typedef