Searched defs:ParserState (Results 1 – 8 of 8) 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() function128 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
53 } ParserState; typedef
174 enum ParserState { enum in __anonde5180070111::WebAssemblyAsmParser
71 } ParserState; typedef