Searched refs:RTUuidToUtf16 (Results 1 - 5 of 5) sorted by relevance

/vbox/include/iprt/
H A Duuid.h165 RTDECL(int) RTUuidToUtf16(PCRTUUID pUuid, PRTUTF16 pwszString, size_t cwcString);
H A Dmangling.h1882 # define RTUuidToUtf16 RT_MANGLER(RTUuidToUtf16) macro
/vbox/include/VBox/com/
H A DGuid.h325 ::RTUuidToUtf16(&mUuid, buf, RT_ELEMENTS(buf));
/vbox/src/VBox/Runtime/testcase/
H A DtstRTUuid.cpp113 RTTestSub(hTest, "RTUuidToUtf16");
115 rc = RTUuidToUtf16(&Uuid, wsz, sizeof(wsz)); CHECK_RC();
/vbox/src/VBox/Runtime/generic/
H A Duuid-generic.cpp352 RTDECL(int) RTUuidToUtf16(PCRTUUID pUuid, PRTUTF16 pwszString, size_t cwcString) function
419 RT_EXPORT_SYMBOL(RTUuidToUtf16); variable

Completed in 81 milliseconds