Searched defs:curIsStyled (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/tools/aapt/
H A DResourceTable.cpp646 bool curIsStyled,
659 curTag, &str, curIsStyled ? &spans : NULL,
831 bool curIsStyled = false; local
1254 curIsStyled = true;
1306 curIsStyled = true;
1545 *curTag, curIsStyled, curFormat, curIsFormatted,
1557 ident, *curTag, curIsStyled, curFormat,
638 parseAndAddEntry(Bundle* bundle, const sp<AaptFile>& in, ResXMLTree* block, const ResTable_config& config, const String16& myPackage, const String16& curType, const String16& ident, const String16& curTag, bool curIsStyled, int32_t curFormat, bool isFormatted, const String16& product, bool pseudolocalize, const bool overwrite, ResourceTable* outTable) argument

Completed in 46 milliseconds