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

/frameworks/base/tools/aapt/
H A DResourceTable.cpp685 bool curIsStyled,
699 curTag, &str, curIsStyled ? &spans : NULL,
907 bool curIsStyled = false; local
1342 curIsStyled = true;
1400 curIsStyled = true;
1657 *curTag, curIsStyled, curFormat, curIsFormatted,
1674 ident, *curTag, curIsStyled, curFormat,
1682 myPackage, curType, ident, *curTag, curIsStyled, curFormat,
677 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, PseudolocalizationMethod pseudolocalize, const bool overwrite, KeyedVector<type_ident_pair_t, bool>* skippedResourceNames, ResourceTable* outTable) argument

Completed in 84 milliseconds