Lines Matching refs:Parser
135 Parser parser(this, tokenizer, format); in load()
748 KeyCharacterMap::Parser::Parser(KeyCharacterMap* map, Tokenizer* tokenizer, Format format) : in Parser() function in android::KeyCharacterMap::Parser
752 status_t KeyCharacterMap::Parser::parse() { in parse()
833 status_t KeyCharacterMap::Parser::parseType() { in parseType()
869 status_t KeyCharacterMap::Parser::parseMap() { in parseMap()
880 status_t KeyCharacterMap::Parser::parseMapKey() { in parseMapKey()
921 status_t KeyCharacterMap::Parser::parseKey() { in parseKey()
950 status_t KeyCharacterMap::Parser::parseKeyProperty() { in parseKeyProperty()
1129 status_t KeyCharacterMap::Parser::finishKey(Key& key) { in finishKey()
1151 status_t KeyCharacterMap::Parser::parseModifier(const std::string& token, int32_t* outMetaState) { in parseModifier()
1194 status_t KeyCharacterMap::Parser::parseCharacterLiteral(char16_t* outCharacter) { in parseCharacterLiteral()