Searched refs:utf16_length (Results 1 - 1 of 1) sorted by relevance
/openjdk7/hotspot/src/share/vm/classfile/ |
H A D | symbolTable.cpp | 274 Symbol* SymbolTable::lookup_unicode(const jchar* name, int utf16_length, TRAPS) { argument 275 int utf8_length = UNICODE::utf8_length((jchar*) name, utf16_length); 279 UNICODE::convert_to_utf8(name, utf16_length, chars); 284 UNICODE::convert_to_utf8(name, utf16_length, chars); 289 Symbol* SymbolTable::lookup_only_unicode(const jchar* name, int utf16_length, argument 291 int utf8_length = UNICODE::utf8_length((jchar*) name, utf16_length); 295 UNICODE::convert_to_utf8(name, utf16_length, chars); 300 UNICODE::convert_to_utf8(name, utf16_length, chars);
|
Completed in 23 milliseconds