Searched refs:convert_to_utf8 (Results 1 - 3 of 3) sorted by relevance

/openjdk7/hotspot/src/share/vm/utilities/
H A Dutf8.hpp76 static void convert_to_utf8(const jchar* base, int length, char* utf8_buffer);
H A Dutf8.cpp239 void UNICODE::convert_to_utf8(const jchar* base, int length, char* utf8_buffer) { function in class:UNICODE
/openjdk7/hotspot/src/share/vm/classfile/
H A DsymbolTable.cpp272 // and probing logic, so there is no need for convert_to_utf8 until
279 UNICODE::convert_to_utf8(name, utf16_length, chars);
284 UNICODE::convert_to_utf8(name, utf16_length, chars);
295 UNICODE::convert_to_utf8(name, utf16_length, chars);
300 UNICODE::convert_to_utf8(name, utf16_length, chars);

Completed in 24 milliseconds