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

  /external/libxml2/
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)
elfgcchack.h     [all...]

Completed in 236 milliseconds