Searched refs:get_unique_node (Results 1 – 1 of 1) sorted by relevance
/frameworks/base/tools/localize/ |
D | XLIFFFile.cpp | 37 get_unique_node(const XMLNode* parent, const string& ns, const string& name, bool required) in get_unique_node() function 84 XMLNode* body = get_unique_node(file, XLIFF_XMLNS, "body", true); in Parse() 106 XMLNode* source = get_unique_node(transUnit, XLIFF_XMLNS, "source", false); in Parse() 116 XMLNode* target = get_unique_node(transUnit, XLIFF_XMLNS, "target", false); in Parse() 126 XMLNode* altTrans = get_unique_node(transUnit, XLIFF_XMLNS, "alt-trans", false); in Parse() 129 XMLNode* altSource = get_unique_node(altTrans, XLIFF_XMLNS, "source", false); in Parse() 139 XMLNode* altTarget = get_unique_node(altTrans, XLIFF_XMLNS, "target", false); in Parse()
|