Lines Matching refs:Parser
150 Parser parser(map.get(), tokenizer, format); in load()
670 KeyCharacterMap::Parser::Parser(KeyCharacterMap* map, Tokenizer* tokenizer, Format format) : in Parser() function in android::KeyCharacterMap::Parser
674 KeyCharacterMap::Parser::~Parser() { in ~Parser()
677 status_t KeyCharacterMap::Parser::parse() { in parse()
759 status_t KeyCharacterMap::Parser::parseType() { in parseType()
793 status_t KeyCharacterMap::Parser::parseMap() { in parseMap()
804 status_t KeyCharacterMap::Parser::parseMapKey() { in parseMapKey()
845 status_t KeyCharacterMap::Parser::parseKey() { in parseKey()
876 status_t KeyCharacterMap::Parser::parseKeyProperty() { in parseKeyProperty()
1029 status_t KeyCharacterMap::Parser::finishKey(Key* key) { in finishKey()
1051 status_t KeyCharacterMap::Parser::parseModifier(const String8& token, int32_t* outMetaState) { in parseModifier()
1094 status_t KeyCharacterMap::Parser::parseCharacterLiteral(char16_t* outCharacter) { in parseCharacterLiteral()