Searched refs:CountUtf8Bytes (Results 1 - 4 of 4) sorted by relevance

/art/runtime/
H A Dutf.h48 size_t CountUtf8Bytes(const uint16_t* chars, size_t char_count);
70 * NUL-terminated. You probably need to call CountUtf8Bytes before calling
H A Dutf.cc162 size_t CountUtf8Bytes(const uint16_t* chars, size_t char_count) { function in namespace:art
H A Dutf_test.cc117 ASSERT_EQ(expected.size(), CountUtf8Bytes(&input[0], input.size()));
/art/runtime/mirror/
H A Dstring.cc73 return CountUtf8Bytes(GetValue(), GetLength());

Completed in 305 milliseconds