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

/freebsd-13-stable/contrib/expat/tests/
H A Dstructdata.c50 # define xcstrlen(s) wcslen(s) macro
54 # define xcstrlen(s) strlen(s) macro
60 size_t byte_count = (xcstrlen(s) + 1) * sizeof(XML_Char);
H A Druntests.c91 # define xcstrlen(s) wcslen(s) macro
102 # define xcstrlen(s) strlen(s) macro
466 if (value_length != (int)xcstrlen(entity_value_to_match)
4500 CharData_AppendXMLChars((CharData *)userData, name, (int)xcstrlen(name));
4731 || (xcstrlen(match) == (unsigned)len && ! xcstrncmp(match, s, len))) {

Completed in 71 milliseconds