Searched refs:unicode_length (Results 1 - 6 of 6) sorted by relevance

/openjdk7/hotspot/src/share/vm/utilities/
H A Dutf8.hpp36 static int unicode_length(const char* uft8_str);
39 static int unicode_length(const char* uft8_str, int len);
42 static void convert_to_unicode(const char* utf8_str, jchar* unicode_buffer, int unicode_length);
H A Dutf8.cpp99 int UTF8::unicode_length(const char* str, int len) { function in class:UTF8
113 int UTF8::unicode_length(const char* str) { function in class:UTF8
148 void UTF8::convert_to_unicode(const char* utf8_str, jchar* unicode_str, int unicode_length) { argument
154 for (; index < unicode_length; index++) {
160 for (; index < unicode_length; index++) {
/openjdk7/hotspot/src/share/vm/oops/
H A Dsymbol.cpp143 int length = UTF8::unicode_length((const char*)bytes(), utf8_length());
158 length = UTF8::unicode_length((char*)this_ptr->bytes(), utf8_length());
/openjdk7/hotspot/src/share/vm/memory/
H A DoopFactory.cpp50 int length = utf8_str == NULL ? 0 : UTF8::unicode_length(utf8_str);
/openjdk7/hotspot/src/share/vm/classfile/
H A DsymbolTable.cpp741 int length = UTF8::unicode_length(utf8_string);
H A DjavaClasses.cpp231 int length = UTF8::unicode_length(utf8_str);
245 int length = UTF8::unicode_length((char*)symbol->bytes(), symbol->utf8_length());

Completed in 43 milliseconds