Home
last modified time | relevance | path

Searched refs:utf8_to_utf32_length (Results 1 – 3 of 3) sorted by relevance

/system/core/libutils/include/utils/
DUnicode.h134 size_t utf8_to_utf32_length(const char *src, size_t src_len);
/system/core/libutils/
DUnicode.cpp455 size_t utf8_to_utf32_length(const char *src, size_t src_len) in utf8_to_utf32_length() function
DString8.cpp479 return utf8_to_utf32_length(mString, length()); in getUtf32Length()