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

  /external/chromium_org/third_party/libxml/src/include/libxml/
xmlstring.h 67 xmlStrncmp (const xmlChar *str1,
  /external/libxml2/include/libxml/
xmlstring.h 67 xmlStrncmp (const xmlChar *str1,
  /external/chromium_org/third_party/libxml/src/
dict.c 753 (!xmlStrncmp(insert->name, name, len)))
765 (!xmlStrncmp(insert->name, name, len)))
795 (!xmlStrncmp(tmp->name, name, len)))
807 (!xmlStrncmp(tmp->name, name, len)))
884 (!xmlStrncmp(insert->name, name, len)))
896 (!xmlStrncmp(insert->name, name, len)))
926 (!xmlStrncmp(tmp->name, name, len)))
938 (!xmlStrncmp(tmp->name, name, len)))
xmlstring.c 195 * xmlStrncmp:
206 xmlStrncmp(const xmlChar *str1, const xmlChar *str2, int len) {
351 if (!xmlStrncmp(str, val, n)) return((const xmlChar *) str);
635 * returns result of the compare as with xmlStrncmp
645 return xmlStrncmp(utf1, utf2, xmlUTF8Size(utf1));
926 if (xmlStrncmp(utf, utfchar, size)==0)
catalog.c 822 if (xmlStrncmp(urn, BAD_CAST XML_URN_PUBID, sizeof(XML_URN_PUBID) - 1))
    [all...]
xpointer.c     [all...]
tree.c     [all...]
valid.c     [all...]
elfgcchack.h     [all...]
parser.c     [all...]
xpath.c     [all...]
testapi.c     [all...]
  /external/libxml2/
dict.c 786 (!xmlStrncmp(insert->name, name, len)))
798 (!xmlStrncmp(insert->name, name, len)))
828 (!xmlStrncmp(tmp->name, name, len)))
840 (!xmlStrncmp(tmp->name, name, len)))
917 (!xmlStrncmp(insert->name, name, len)))
929 (!xmlStrncmp(insert->name, name, len)))
959 (!xmlStrncmp(tmp->name, name, len)))
971 (!xmlStrncmp(tmp->name, name, len)))
xmlstring.c 195 * xmlStrncmp:
206 xmlStrncmp(const xmlChar *str1, const xmlChar *str2, int len) {
351 if (!xmlStrncmp(str, val, n)) return((const xmlChar *) str);
635 * returns result of the compare as with xmlStrncmp
645 return xmlStrncmp(utf1, utf2, xmlUTF8Size(utf1));
926 if (xmlStrncmp(utf, utfchar, size)==0)
catalog.c 822 if (xmlStrncmp(urn, BAD_CAST XML_URN_PUBID, sizeof(XML_URN_PUBID) - 1))
    [all...]
xpointer.c     [all...]
tree.c     [all...]
valid.c     [all...]
elfgcchack.h     [all...]
parser.c     [all...]
xpath.c     [all...]
  /external/chromium_org/third_party/libxslt/libxslt/
numbers.c 107 * as with xmlStrncmp
117 return xmlStrncmp(utf1, utf2, xsltUTF8Size(utf1));
1055 (!xmlStrncmp(the_format, self->grouping, self_grouping_len))) {
1237 (xmlStrncmp(nprefix, prefix, prefix_length) !=0 )) ||
1239 (xmlStrncmp(nsuffix, suffix, suffix_length) !=0 ))) {
    [all...]
  /external/libxslt/libxslt/
numbers.c 107 * as with xmlStrncmp
117 return xmlStrncmp(utf1, utf2, xsltUTF8Size(utf1));
1055 (!xmlStrncmp(the_format, self->grouping, self_grouping_len))) {
1237 (xmlStrncmp(nprefix, prefix, prefix_length) !=0 )) ||
1239 (xmlStrncmp(nsuffix, suffix, suffix_length) !=0 ))) {
    [all...]

Completed in 2284 milliseconds