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

/frameworks/base/tools/aapt/
H A DResourceTable.cpp678 bool curIsStyled,
692 curTag, &str, curIsStyled ? &spans : NULL,
897 bool curIsStyled = false; local
1320 curIsStyled = true;
1375 curIsStyled = true;
1632 *curTag, curIsStyled, curFormat, curIsFormatted,
1646 ident, *curTag, curIsStyled, curFormat,
1654 myPackage, curType, ident, *curTag, curIsStyled, curFormat,
670 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 37 milliseconds