Searched refs:ParseState (Results 1 - 2 of 2) sorted by relevance

/macosx-10.10.1/JavaScriptCore-7600.1.17/yarr/
H A DYarrParser.h334 ParseState state = saveState();
384 ParseState state = saveState();
639 ParseState state = saveState();
711 typedef unsigned ParseState; typedef in class:JSC::Yarr::Parser
713 ParseState saveState()
718 void restoreState(ParseState state)
789 ParseState state = saveState();
/macosx-10.10.1/ICU-531.30/icuSources/tools/genrb/
H A Dparse.cpp112 } ParseState; typedef in typeref:struct:__anon1243
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...]

Completed in 171 milliseconds