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

/vbox/src/VBox/Runtime/r3/win/
H A Dutf8-win.cpp40 RTR3DECL(int) RTStrUtf8ToCurrentCPTag(char **ppszString, const char *pszString, const char *pszTag) function
/vbox/src/VBox/Runtime/r3/posix/
H A Dutf8-posix.cpp455 RTR3DECL(int) RTStrUtf8ToCurrentCPTag(char **ppszString, const char *pszString, const char *pszTag) function
/vbox/include/iprt/
H A Dstring.h192 #define RTStrUtf8ToCurrentCP(ppszString, pszString) RTStrUtf8ToCurrentCPTag((ppszString), (pszString), RTSTR_TAG)
205 RTR3DECL(int) RTStrUtf8ToCurrentCPTag(char **ppszString, const char *pszString, const char *pszTag);
H A Dmangling.h1561 # define RTStrUtf8ToCurrentCPTag RT_MANGLER(RTStrUtf8ToCurrentCPTag) macro

Completed in 286 milliseconds