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

/frameworks/base/tools/aapt/
H A DResourceTable.cpp646 const String16& curTag,
660 curTag, &str, curIsStyled ? &spans : NULL,
827 const String16* curTag = NULL; local
1233 curTag = &item16;
1304 curTag = &string16;
1310 curTag = &drawable16;
1314 curTag = &color16;
1318 curTag = &bool16;
1322 curTag = &integer16;
1326 curTag
639 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
[all...]

Completed in 530 milliseconds