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

/openjdk7/jdk/src/share/instrument/
H A DEncodingSupport.h39 int convertUft8ToPlatformString(char* utf8_str, int utf8_len, char* platform_str, int platform_len);
H A DInvocationAdapter.c756 int new_len = convertUft8ToPlatformString(path, len, platform, MAXPATHLEN);
H A DJPLISAgent.c1437 platformLen = convertUft8ToPlatformString((char*)utf8Chars, utf8Len, platformChars, MAXPATHLEN);
/openjdk7/jdk/src/windows/instrument/
H A DEncodingSupport_md.c34 convertUft8ToPlatformString(char* utf8_str, int utf8_len, char* platform_str, int platform_len) { function
/openjdk7/jdk/src/solaris/instrument/
H A DEncodingSupport_md.c175 convertUft8ToPlatformString(char* utf8_str, int utf8_len, char* platform_str, int platform_len) { function

Completed in 36 milliseconds