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

  /system/core/include/utils/
Unicode.h 138 size_t utf8_to_utf32_length(const char *src, size_t src_len);
143 * utf8_to_utf32_length plus space for a NULL terminator.
  /system/core/libutils/
String8.cpp 452 return utf8_to_utf32_length(mString, length());
Unicode.cpp 447 size_t utf8_to_utf32_length(const char *src, size_t src_len) function

Completed in 433 milliseconds