Searched defs:ParserState (Results 1 – 7 of 7) 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()
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()
217 private static class ParserState { class in PatternStringParser221 ParserState(String pattern) { in ParserState() method in PatternStringParser.ParserState
174 enum ParserState { enum in __anon3fea07a60111::WebAssemblyAsmParser
82 } ParserState; typedef