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

  /system/core/include/utils/
Unicode.h 145 void utf8_to_utf32(const char* src, size_t src_len, char32_t* dst);
  /system/core/libutils/
String8.cpp 462 utf8_to_utf32(mString, length(), dst);
Unicode.cpp 472 void utf8_to_utf32(const char* src, size_t src_len, char32_t* dst) function

Completed in 42 milliseconds