Searched defs:xcstrlen (Results 1 - 2 of 2) sorted by relevance

/external/expat/tests/
H A Dstructdata.c51 # define xcstrlen(s) wcslen(s) macro
55 # define xcstrlen(s) strlen(s) macro
63 int byte_count = (xcstrlen(s) + 1) * sizeof(XML_Char);
H A Druntests.c81 # define xcstrlen(s) wcslen(s) macro
92 # define xcstrlen(s) strlen(s) macro
442 if (value_length != (int)xcstrlen(entity_value_to_match) ||
4884 CharData_AppendXMLChars((CharData *)userData, name, xcstrlen(name));
5139 (xcstrlen(match) == (unsigned)len &&

Completed in 400 milliseconds