Searched refs:RTUtf16NLenEx (Results 1 - 4 of 4) sorted by relevance

/vbox/src/VBox/Runtime/common/string/
H A DRTUtf16NLenEx.cpp3 * IPRT - RTUtf16NLenEx.
34 RTDECL(int) RTUtf16NLenEx(PCRTUTF16 pwszString, size_t cwcMax, size_t *pcwc) function
45 RT_EXPORT_SYMBOL(RTUtf16NLenEx); variable
/vbox/src/VBox/Runtime/r3/nt/
H A Dpathint-nt.cpp250 RTUtf16NLenEx(pwszWinPath, cwcWinPath, &cwcWinPath);
/vbox/include/iprt/
H A Dstring.h3340 * @sa RTUtf16NLenEx, RTStrNLen.
3360 RTDECL(int) RTUtf16NLenEx(PCRTUTF16 pwszString, size_t cwcMax, size_t *pcwc);
H A Dmangling.h2925 # define RTUtf16NLenEx RT_MANGLER(RTUtf16NLenEx) macro

Completed in 92 milliseconds