HomeSort by relevance Sort by last modified time
    Searched refs:utf32_to_utf8_length (Results 1 - 3 of 3) sorted by null

  /system/core/include/utils/
Unicode.h 59 ssize_t utf32_to_utf8_length(const char32_t *src, size_t src_len);
  /system/core/libutils/
Unicode.cpp 177 ssize_t utf32_to_utf8_length(const char32_t *src, size_t src_len) function
String8.cpp 121 const ssize_t bytes = utf32_to_utf8_length(in, len);

Completed in 54 milliseconds