Home
last modified time | relevance | path

Searched refs:utf8_to_utf16_length (Results 1 – 4 of 4) sorted by relevance

/system/core/libutils/
DUnicode_test.cpp45 measured = utf8_to_utf16_length(str, 0); in TEST_F()
56 measured = utf8_to_utf16_length(str, sizeof(str)); in TEST_F()
67 measured = utf8_to_utf16_length(str, sizeof(str)); in TEST_F()
78 measured = utf8_to_utf16_length(str, sizeof(str)); in TEST_F()
90 measured = utf8_to_utf16_length(str, sizeof(str)); in TEST_F()
186 ASSERT_DEATH(utf8_to_utf16_length((uint8_t *) utf8, strlen(utf8), in TEST_F()
DString16.cpp47 const ssize_t u16len = utf8_to_utf16_length(u8cur, u8len); in allocFromUTF8()
DUnicode.cpp527 ssize_t utf8_to_utf16_length(const uint8_t* u8str, size_t u8len, bool overreadIsFatal) in utf8_to_utf16_length() function
/system/core/libutils/include/utils/
DUnicode.h149 ssize_t utf8_to_utf16_length(const uint8_t* src, size_t srcLen, bool overreadIsFatal = false);