HomeSort by relevance Sort by last modified time
    Searched refs:XMLAttribute (Results 1 - 7 of 7) sorted by null

  /frameworks/base/tools/localize/
XMLNode.h 8 struct XMLAttribute
14 static string Find(const vector<XMLAttribute>& list,
XMLHandler.h 17 struct XMLAttribute
23 XMLAttribute();
24 XMLAttribute(const XMLAttribute& that);
25 XMLAttribute(string ns, string name, string value);
26 ~XMLAttribute();
28 int Compare(const XMLAttribute& that) const;
30 inline bool operator<(const XMLAttribute& that) const { return Compare(that) < 0; }
31 inline bool operator<=(const XMLAttribute& that) const { return Compare(that) <= 0; }
32 inline bool operator==(const XMLAttribute& that) const { return Compare(that) == 0;
    [all...]
xmb.cpp 40 vector<XMLAttribute>& attrs = node->EditAttributes();
43 XMLAttribute attr = attrs[i];
68 node->EditAttributes().push_back(XMLAttribute("", "name", name));
85 vector<XMLAttribute> attrs;
89 attrs.push_back(XMLAttribute("", "name", name));
90 attrs.push_back(XMLAttribute("", "desc", strip_newlines(res.comment)));
91 attrs.push_back(XMLAttribute(XMLNS_XMLNS, "space", "preserve"));
149 vector<XMLAttribute> attrs;
150 attrs.push_back(XMLAttribute("", "locale", "en"));
ValuesFile.cpp 32 const vector<XMLAttribute>& attrs, XMLHandler** next);
57 const vector<XMLAttribute>& attrs, XMLHandler** next)
94 const vector<XMLAttribute>& attrs, XMLHandler** next);
114 const vector<XMLAttribute>& attrs, XMLHandler** next)
117 string id = XMLAttribute::Find(attrs, "", "name", "");
125 string id = XMLAttribute::Find(attrs, "", "name", "");
217 vector<XMLAttribute> attrs;
225 vector<XMLAttribute> arrayAttrs;
226 arrayAttrs.push_back(XMLAttribute("", "name", it->first));
245 vector<XMLAttribute> attrs
    [all...]
XMLHandler.cpp 104 XMLNamespaceMap::AddToAttributes(vector<XMLAttribute>* attrs) const
111 XMLAttribute attr;
123 XMLAttribute::XMLAttribute()
127 XMLAttribute::XMLAttribute(const XMLAttribute& that)
134 XMLAttribute::XMLAttribute(string n, string na, string v)
141 XMLAttribute::~XMLAttribute(
    [all...]
XLIFFFile.cpp 350 vector<XMLAttribute> attrs;
351 attrs.push_back(XMLAttribute(XLIFF_XMLNS, "ctype", ctype));
370 vector<XMLAttribute> attrs;
374 attrs.push_back(XMLAttribute(XLIFF_XMLNS, "id", idStr));
423 vector<XMLAttribute> attrs;
424 attrs.push_back(XMLAttribute(XMLNS_XMLNS, "space", "preserve"));
461 vector<XMLAttribute> attrs;
463 attrs.push_back(XMLAttribute(XLIFF_XMLNS, "version", "1.2"));
476 vector<XMLAttribute> fileAttrs;
477 fileAttrs.push_back(XMLAttribute(XLIFF_XMLNS, "datatype", "x-android-res"))
    [all...]
XLIFFFile_test.cpp 36 vector<XMLAttribute> attrs;
47 vector<XMLAttribute> attrs;

Completed in 33 milliseconds