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

  /external/libxml2/include/libxml/
xmlstring.h 124 const xmlChar *utfchar);
  /external/libxml2/
xmlstring.c 911 * @utfchar: the UTF8 character to be found
919 xmlUTF8Strloc(const xmlChar *utf, const xmlChar *utfchar) {
923 if (utf==NULL || utfchar==NULL) return -1;
924 size = xmlUTF8Strsize(utfchar, 1);
926 if (xmlStrncmp(utf, utfchar, size)==0)
testapi.c 37099 xmlChar * utfchar; \/* the UTF8 character to be found *\/ local
    [all...]

Completed in 1031 milliseconds