Searched defs:utf8_write (Results 1 - 1 of 1) sorted by relevance

/openjdk7/hotspot/src/share/vm/utilities/
H A Dutf8.cpp124 static u_char* utf8_write(u_char* base, jchar ch) { function
220 p = utf8_write(p, base[index]);
233 p = utf8_write(p, base[index]);
241 utf8_buffer = (char*)utf8_write((u_char*)utf8_buffer, base[index]);

Completed in 23 milliseconds