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

/frameworks/base/tools/aapt/
H A DXMLNode.cpp79 ResXMLTree* inXml,
174 SourcePos(String8(fileName), inXml->getLineNumber()).error(
185 ResXMLTree* inXml,
201 while ((code=inXml->next()) != ResXMLTree::END_DOCUMENT && code != ResXMLTree::BAD_DOCUMENT) {
204 String16 text(inXml->getText(&len));
217 if (isFormatted && hasSubstitutionErrors(fileName, inXml, text) != NO_ERROR) {
224 const String16 element16(inXml->getElementName(&len));
228 const uint16_t* ns = inXml->getElementNamespace(&nslen);
245 SourcePos(String8(fileName), inXml->getLineNumber()).error(
255 SourcePos(String8(fileName), inXml
78 hasSubstitutionErrors(const char* fileName, ResXMLTree* inXml, String16 str16) argument
183 parseStyledString(Bundle* bundle, const char* fileName, ResXMLTree* inXml, const String16& endTag, String16* outString, Vector<StringPool::entry_style_span>* outSpans, bool isFormatted, bool pseudolocalize) argument
[all...]

Completed in 19 milliseconds