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

/frameworks/base/tools/aapt/
H A DXMLNode.cpp100 ResXMLTree* inXml,
195 SourcePos(String8(fileName), inXml->getLineNumber()).error(
206 ResXMLTree* inXml,
224 while ((code=inXml->next()) != ResXMLTree::END_DOCUMENT && code != ResXMLTree::BAD_DOCUMENT) {
226 String16 text(inXml->getText(&len));
239 if (isFormatted && hasSubstitutionErrors(fileName, inXml, text) != NO_ERROR) {
246 const String16 element16(inXml->getElementName(&len));
250 const char16_t* ns = inXml->getElementNamespace(&nslen);
267 SourcePos(String8(fileName), inXml->getLineNumber()).error(
277 SourcePos(String8(fileName), inXml
99 hasSubstitutionErrors(const char* fileName, ResXMLTree* inXml, String16 str16) argument
204 parseStyledString(Bundle* , const char* fileName, ResXMLTree* inXml, const String16& endTag, String16* outString, Vector<StringPool::entry_style_span>* outSpans, bool isFormatted, PseudolocalizationMethod pseudolocalize) argument
[all...]

Completed in 15 milliseconds