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

  /system/core/include/utils/
Unicode.h 93 void utf32_to_utf8(const char32_t* src, size_t src_len, char* dst);
  /system/core/libutils/
String8.cpp 133 utf32_to_utf8(in, len, str);
Unicode.cpp 191 void utf32_to_utf8(const char32_t* src, size_t src_len, char* dst) function

Completed in 23 milliseconds