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

/openjdk7/hotspot/src/share/vm/utilities/
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 245 milliseconds