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 148 void utf8_to_utf32(const char* src, size_t src_len, char32_t* dst);
  /system/core/libutils/
Unicode.cpp 473 void utf8_to_utf32(const char* src, size_t src_len, char32_t* dst) function
String8.cpp 495 utf8_to_utf32(mString, length(), dst);

Completed in 586 milliseconds