Lines Matching refs:Parser
150 Parser parser(map.get(), tokenizer, format); in load()
720 KeyCharacterMap::Parser::Parser(KeyCharacterMap* map, Tokenizer* tokenizer, Format format) : in Parser() function in android::KeyCharacterMap::Parser
724 KeyCharacterMap::Parser::~Parser() { in ~Parser()
727 status_t KeyCharacterMap::Parser::parse() { in parse()
809 status_t KeyCharacterMap::Parser::parseType() { in parseType()
846 status_t KeyCharacterMap::Parser::parseMap() { in parseMap()
857 status_t KeyCharacterMap::Parser::parseMapKey() { in parseMapKey()
898 status_t KeyCharacterMap::Parser::parseKey() { in parseKey()
929 status_t KeyCharacterMap::Parser::parseKeyProperty() { in parseKeyProperty()
1118 status_t KeyCharacterMap::Parser::finishKey(Key* key) { in finishKey()
1140 status_t KeyCharacterMap::Parser::parseModifier(const std::string& token, int32_t* outMetaState) { in parseModifier()
1183 status_t KeyCharacterMap::Parser::parseCharacterLiteral(char16_t* outCharacter) { in parseCharacterLiteral()