Searched refs:utf8_size (Results 1 - 2 of 2) sorted by relevance

/openjdk7/hotspot/src/share/vm/utilities/
H A Dutf8.hpp70 static int utf8_size(jchar c);
H A Dutf8.cpp78 // assert(UNICODE::utf8_size(result) == length, "checking reverse computation");
198 int UNICODE::utf8_size(jchar c) { function in class:UNICODE
232 if (p + utf8_size(c) >= end) break; // string is truncated

Completed in 22 milliseconds