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

/openjdk7/jdk/src/share/instrument/
H A DEncodingSupport.h29 int modifiedUtf8LengthOfUtf8(char* utf_str, int utf8_len);
34 void convertUtf8ToModifiedUtf8(char* utf8_str, int utf8_len, char* mutf8_str, int mutf8_len);
39 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
59 wlen = MultiByteToWideChar(CP_UTF8, 0, utf8_str, utf8_len, NULL, 0);
66 utf8_len,
/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);
/openjdk7/hotspot/src/share/vm/utilities/
H A Dutf8.cpp216 int utf8_len = utf8_length(base, length); local
217 u_char* result = NEW_RESOURCE_ARRAY(u_char, utf8_len + 1);
223 assert(p == &result[utf8_len], "length prediction must be correct");

Completed in 45 milliseconds