Searched defs:ParseState (Results 1 - 13 of 13) sorted by relevance

/external/chromium_org/components/autofill/core/browser/
H A Daddress_field.cc42 address_field->ParseState(scanner) ||
222 bool AddressField::ParseState(AutofillScanner* scanner) { function in class:autofill::AddressField
/external/xmp_toolkit/XMPCore/src/com/adobe/xmp/impl/
H A DISO8601Converter.java91 ParseState input = new ParseState(iso8601String);
387 class ParseState class
398 public ParseState(String str) method in class:ParseState
/external/chromium_org/third_party/WebKit/Source/core/html/track/vtt/
H A DVTTParser.h61 enum ParseState { enum in class:blink::FINAL
117 ParseState m_state;
122 ParseState collectCueId(const String&);
123 ParseState collectTimingsAndSettings(const String&);
124 ParseState collectCueText(const String&);
125 ParseState recoverCue(const String&);
126 ParseState ignoreBadCue(const String&);
/external/chromium_org/net/tools/balsa/
H A Dbalsa_enums.h11 enum ParseState { enum in struct:net::BalsaFrameEnums
100 static const char* ParseStateToString(ParseState error_code);
H A Dbalsa_frame.h114 BalsaFrameEnums::ParseState ParseState() const { return parse_state_; } function in class:net::BalsaFrame
251 BalsaFrameEnums::ParseState parse_state_;
/external/chromium_org/third_party/WebKit/Source/core/css/
H A DCSSCalculationValue.cpp42 enum ParseState { enum
595 static ParseState checkDepthAndIndex(int* depth, unsigned index, CSSParserValueList* tokens)
/external/jsilver/src/com/google/clearsilver/jsilver/data/
H A DNewHdfParser.java98 static class ParseState { class in class:NewHdfParser
113 private ParseState(Data output, LineNumberReader lineReader, ErrorHandler errorHandler, method in class:NewHdfParser.ParseState
128 public static ParseState createNewParseState(Data output, Reader reader,
138 return new ParseState(output, new LineNumberReader(reader), errorHandler, resourceLoader,
142 public static ParseState createParseStateForIncludedFile(ParseState originalState,
144 return new ParseState(originalState.output, new LineNumberReader(includeFileReader),
194 parse(ParseState.createNewParseState(output, reader, errorHandler, resourceLoader, this,
198 private void parse(ParseState state) throws IOException {
211 private void parseCommand(String seq, ParseState stat
[all...]
/external/chromium_org/third_party/re2/re2/
H A Dparse.cc9 // of the ParseState class. The Regexp::Parse function is
10 // essentially just a lexer that calls the ParseState method
44 class Regexp::ParseState { class in class:re2::Regexp
46 ParseState(ParseFlags flags, const StringPiece& whole_regexp,
48 ~ParseState();
159 DISALLOW_EVIL_CONSTRUCTORS(ParseState);
166 Regexp::ParseState::ParseState(ParseFlags flags, function in class:re2::Regexp::ParseState
178 Regexp::ParseState::~ParseState() {
[all...]
/external/regex-re2/re2/
H A Dparse.cc9 // of the ParseState class. The Regexp::Parse function is
10 // essentially just a lexer that calls the ParseState method
44 class Regexp::ParseState { class in class:re2::Regexp
46 ParseState(ParseFlags flags, const StringPiece& whole_regexp,
48 ~ParseState();
159 DISALLOW_EVIL_CONSTRUCTORS(ParseState);
166 Regexp::ParseState::ParseState(ParseFlags flags, function in class:re2::Regexp::ParseState
178 Regexp::ParseState::~ParseState() {
[all...]
/external/chromium_org/third_party/icu/source/tools/genrb/
H A Dparse.cpp88 } ParseState; typedef in typeref:struct:__anon12390
93 ParseResourceFunction(ParseState* state, char *tag, uint32_t startline, const struct UString* comment, UErrorCode *status);
95 static struct SResource *parseResource(ParseState* state, char *tag, const struct UString *comment, UErrorCode *status);
111 initLookahead(ParseState* state, UCHARBUF *buf, UErrorCode *status)
139 cleanupLookahead(ParseState* state)
151 getToken(ParseState* state, struct UString **tokenValue, struct UString* comment, uint32_t *linenumber, UErrorCode *status)
185 peekToken(ParseState* state, uint32_t lookaheadCount, struct UString **tokenValue, uint32_t *linenumber, struct UString *comment, UErrorCode *status)
218 expect(ParseState* state, enum ETokenType expectedToken, struct UString **tokenValue, struct UString *comment, uint32_t *linenumber, UErrorCode *status)
245 static char *getInvariantString(ParseState* state, uint32_t *line, struct UString *comment, UErrorCode *status)
278 parseUCARules(ParseState* stat
[all...]
/external/chromium_org/third_party/webrtc/modules/rtp_rtcp/source/
H A Drtcp_utility.h368 enum ParseState enum in class:webrtc::RTCPUtility::RTCPParserV2
453 ParseState _state;
/external/icu/icu4c/source/tools/genrb/
H A Dparse.cpp112 } ParseState; typedef in typeref:struct:__anon22202
115 ParseResourceFunction(ParseState* state, char *tag, uint32_t startline, const struct UString* comment, UErrorCode *status);
117 static struct SResource *parseResource(ParseState* state, char *tag, const struct UString *comment, UErrorCode *status);
133 initLookahead(ParseState* state, UCHARBUF *buf, UErrorCode *status)
161 cleanupLookahead(ParseState* state)
173 getToken(ParseState* state, struct UString **tokenValue, struct UString* comment, uint32_t *linenumber, UErrorCode *status)
207 peekToken(ParseState* state, uint32_t lookaheadCount, struct UString **tokenValue, uint32_t *linenumber, struct UString *comment, UErrorCode *status)
240 expect(ParseState* state, enum ETokenType expectedToken, struct UString **tokenValue, struct UString *comment, uint32_t *linenumber, UErrorCode *status)
267 static char *getInvariantString(ParseState* state, uint32_t *line, struct UString *comment, UErrorCode *status)
300 parseUCARules(ParseState* stat
[all...]
/external/valgrind/main/perf/
H A Dtinycc.c2283 typedef struct ParseState {
2288 } ParseState;
7928 /* ParseState handling */
7935 void save_parse_state(ParseState *s)
7944 void restore_parse_state(ParseState *s)
14283 ParseState saved_parse_state;
2281 typedef struct ParseState { struct
2286 } ParseState; typedef in typeref:struct:ParseState

Completed in 499 milliseconds