Home
last modified time | relevance | path

Searched defs:ParserState (Results 1 – 8 of 8) sorted by relevance

/third_party/skia/third_party/externals/icu/source/i18n/
Dnumber_patternstring.h108 struct U_I18N_API ParserState { struct
109 const UnicodeString& pattern; // reference to the parent
110 int32_t offset = 0;
112 explicit ParserState(const UnicodeString& _pattern) in ParserState() function
128 inline void toParseException(const char16_t* message) { (void) message; } in toParseException()
/third_party/icu/icu4c/source/i18n/
Dnumber_patternstring.h111 struct U_I18N_API ParserState { struct
112 const UnicodeString& pattern; // reference to the parent
113 int32_t offset = 0;
115 explicit ParserState(const UnicodeString& _pattern) in ParserState() argument
136 inline void toParseException(const char16_t* message) { (void) message; } in toParseException()
/third_party/node/deps/icu-small/source/i18n/
Dnumber_patternstring.h111 struct U_I18N_API ParserState { struct
112 const UnicodeString& pattern; // reference to the parent
113 int32_t offset = 0;
115 explicit ParserState(const UnicodeString& _pattern) in ParserState() argument
136 inline void toParseException(const char16_t* message) { (void) message; } in toParseException()
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/number/
DPatternStringParser.java217 private static class ParserState { class in PatternStringParser
221 ParserState(String pattern) { in ParserState() method in PatternStringParser.ParserState
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/number/
DPatternStringParser.java217 private static class ParserState { class in PatternStringParser
221 ParserState(String pattern) { in ParserState() method in PatternStringParser.ParserState
/third_party/gstreamer/gstplugins_base/gst/subparse/
Dgstsubparse.h53 } ParserState; typedef
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/AsmParser/
DWebAssemblyAsmParser.cpp174 enum ParserState { enum in __anonde5180070111::WebAssemblyAsmParser
/third_party/python/Modules/
D_csv.c71 } ParserState; typedef