Lines Matching refs:Parser
207 Parser parser(this, tokenizer, format); in load()
842 KeyCharacterMap::Parser::Parser(KeyCharacterMap* map, Tokenizer* tokenizer, Format format) : in Parser() function in android::KeyCharacterMap::Parser
846 KeyCharacterMap::Parser::~Parser() { in ~Parser()
849 status_t KeyCharacterMap::Parser::parse() { in parse()
931 status_t KeyCharacterMap::Parser::parseType() { in parseType()
968 status_t KeyCharacterMap::Parser::parseMap() { in parseMap()
979 status_t KeyCharacterMap::Parser::parseMapKey() { in parseMapKey()
1020 status_t KeyCharacterMap::Parser::parseKey() { in parseKey()
1051 status_t KeyCharacterMap::Parser::parseKeyProperty() { in parseKeyProperty()
1240 status_t KeyCharacterMap::Parser::finishKey(Key* key) { in finishKey()
1262 status_t KeyCharacterMap::Parser::parseModifier(const std::string& token, int32_t* outMetaState) { in parseModifier()
1305 status_t KeyCharacterMap::Parser::parseCharacterLiteral(char16_t* outCharacter) { in parseCharacterLiteral()