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

/openjdk9/hotspot/src/share/vm/utilities/
H A DglobalDefinitions_xlc.hpp134 inline int wcslen(const jchar* x) { return wcslen((const wchar_t*)x); } function
H A DglobalDefinitions_gcc.hpp239 inline int wcslen(const jchar* x) { return wcslen((const wchar_t*)x); } function
H A DglobalDefinitions_sparcWorks.hpp246 inline int wcslen(const jchar* x) { return wcslen((const wchar_t*)x); } function

Completed in 94 milliseconds