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

  /external/expat/xmlwf/
xmltchar.h 15 #define tcslen wcslen macro
31 #define tcslen strlen macro
xmlwf.c 353 characterData(fp, atts[1], (int)tcslen(atts[1]));
384 characterData(fp, data, (int)tcslen(data));
396 characterData(fp, data, (int)tcslen(data));
472 characterData(fp, systemId, (int)tcslen(systemId));
506 characterData(fp, systemId, (int)tcslen(systemId));
517 characterData(fp, systemId, (int)tcslen(systemId));
536 characterData(fp, uri, (int)tcslen(uri));
793 outName = (XML_Char *)malloc((tcslen(outputDir) + tcslen(file) + 2)
xmlfile.c 114 *toFree = (XML_Char *)malloc((tcslen(base) + tcslen(systemId) + 2)

Completed in 11 milliseconds