Searched refs:RTUtf16ICmpAscii (Results 1 - 6 of 6) sorted by relevance

/vbox/src/VBox/Runtime/common/string/
H A DRTUtf16ICmpAscii.cpp3 * IPRT - RTUtf16ICmpAscii.
38 RTDECL(int) RTUtf16ICmpAscii(PCRTUTF16 pwsz1, const char *psz2) function
55 RT_EXPORT_SYMBOL(RTUtf16ICmpAscii);
H A DRTUtf16CmpAscii.cpp49 RT_EXPORT_SYMBOL(RTUtf16ICmpAscii);
/vbox/src/VBox/HostDrivers/Support/win/
H A DSUPR3HardenedMain-win.cpp726 if (RTUtf16ICmpAscii(&pCur->wszPath[cwcDir + 1], pszName))
1325 if (RTUtf16ICmpAscii(pwszName, "WindowsShell.Manifest") == 0)
3639 if (RTUtf16ICmpAscii(&pUniStr->Buffer[g_System32NtPath.UniStr.Length / sizeof(WCHAR) + 1], pszName) == 0)
4250 && RTUtf16ICmpAscii(pObjDir->Name.Buffer, pszDriver) == 0)
5203 if (RTUtf16ICmpAscii(pObjDir->Name.Buffer, s_aDrivers[i].pszDriver) == 0)
H A DSUPR3HardenedMainImports-win.cpp259 && RTUtf16ICmpAscii(&pLdrEntry->FullDllName.Buffer[(pLdrEntry->FullDllName.Length - cbName) / sizeof(WCHAR)],
/vbox/include/iprt/
H A Dstring.h3540 RTDECL(int) RTUtf16ICmpAscii(PCRTUTF16 pwsz1, const char *psz2);
H A Dmangling.h2923 # define RTUtf16ICmpAscii RT_MANGLER(RTUtf16ICmpAscii) macro

Completed in 2802 milliseconds