Searched refs:platform_str (Results 1 - 3 of 3) 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);
/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 54 milliseconds