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

/openjdk7/hotspot/src/share/vm/utilities/
H A Dutf8.hpp51 static char* next_character(const char* str, jint* value);
H A Dutf8.cpp82 char* UTF8::next_character(const char* str, jint* value) { function in class:UTF8
/openjdk7/hotspot/src/share/vm/classfile/
H A DclassFileParser.cpp4571 char* tmp_p = UTF8::next_character(p, &unicode_ch);

Completed in 44 milliseconds