Searched refs:parse_flags (Results 1 – 1 of 1) sorted by relevance
/frameworks/base/tools/aapt/ |
D | ResourceTable.cpp | 217 static uint32_t parse_flags(const char16_t* str, size_t len, in parse_flags() function 366 attr.type = parse_flags(typeStr.c_str(), typeStr.size(), gFormatFlags); in compileAttribute() 424 uint32_t l10n_required = parse_flags(str, len, l10nRequiredFlags, &error); in compileAttribute() 1338 curFormat = parse_flags(formatStr.c_str(), formatStr.size(), in compileResourceFile() 1465 curFormat = parse_flags(formatStr.c_str(), formatStr.size(), in compileResourceFile()
|