Searched refs:xmlBlock (Results 1 – 2 of 2) sorted by relevance
481 XmlBlock(AssetManager assets, long xmlBlock) { in XmlBlock() argument483 mNative = xmlBlock; in XmlBlock()484 mStrings = new StringBlock(nativeGetStringBlock(xmlBlock), false); in XmlBlock()
546 long xmlBlock = openXmlAssetNative(cookie, fileName); in openXmlBlockAsset() local547 if (xmlBlock != 0) { in openXmlBlockAsset()548 XmlBlock res = new XmlBlock(this, xmlBlock); in openXmlBlockAsset()