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

  /frameworks/base/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.
  /frameworks/base/libs/utils/
String8.cpp 440 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 147 milliseconds