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

/vbox/src/VBox/Devices/EFI/Firmware/StdLib/LibC/Wchar/
H A DString.c25 /** The wcslen function computes the length of the wide string pointed to by s.
27 @return The wcslen function returns the number of wide characters that
30 size_t wcslen(const wchar_t *s) function

Completed in 270 milliseconds