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

/frameworks/base/tools/aapt/
H A DResourceTable.cpp616 const String16& curTag,
628 curTag, &str, curIsStyled ? &spans : NULL,
747 const String16* curTag = NULL; local
1109 curTag = &item16;
1172 curTag = &string16;
1178 curTag = &drawable16;
1182 curTag = &color16;
1186 curTag = &bool16;
1190 curTag = &integer16;
1194 curTag
609 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 pseudolocalize, const bool overwrite, ResourceTable* outTable) argument
[all...]

Completed in 25 milliseconds