Searched defs:platform_str (Results 1 - 2 of 2) sorted by relevance

/openjdk7/jdk/src/windows/instrument/
H A DEncodingSupport_md.c34 convertUft8ToPlatformString(char* utf8_str, int utf8_len, char* platform_str, int platform_len) { argument
72 platform_str,
77 platform_str[plen] = '\0';
/openjdk7/jdk/src/solaris/instrument/
H A DEncodingSupport_md.c175 convertUft8ToPlatformString(char* utf8_str, int utf8_len, char* platform_str, int platform_len) { argument
179 return utf8ToPlatform(utf8_str, utf8_len, platform_str, platform_len);

Completed in 30 milliseconds