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

/frameworks/base/tools/aapt/
H A DXMLNode.cpp9 #include "pseudolocalize.h"
211 PseudolocalizationMethod pseudolocalize)
216 Pseudolocalizer pseudo(pseudolocalize);
231 pseudolocalize = NO_PSEUDOLOCALIZATION;
232 pseudo.setMethod(pseudolocalize);
236 if (xliffDepth == 0 && pseudolocalize > 0) {
204 parseStyledString(Bundle* , const char* fileName, ResXMLTree* inXml, const String16& endTag, String16* outString, Vector<StringPool::entry_style_span>* outSpans, bool isFormatted, PseudolocalizationMethod pseudolocalize) argument
H A DResourceTable.cpp592 PseudolocalizationMethod pseudolocalize,
603 pseudolocalize);
689 PseudolocalizationMethod pseudolocalize,
700 isFormatted, pseudolocalize);
1619 // pseudolocalize here
1669 // pseudolocalize here
580 parseAndAddBag(Bundle* bundle, const sp<AaptFile>& in, ResXMLTree* block, const ResTable_config& config, const String16& myPackage, const String16& curType, const String16& ident, const String16& parentIdent, const String16& itemIdent, int32_t curFormat, bool isFormatted, const String16& , PseudolocalizationMethod pseudolocalize, const bool overwrite, ResourceTable* outTable) argument
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
/frameworks/base/tools/aapt2/compile/
H A DCompile.cpp110 bool pseudolocalize = false; member in struct:aapt::CompileOptions
214 if (options.pseudolocalize) {
475 "(en-XA and ar-XB)", &options.pseudolocalize)

Completed in 56 milliseconds