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

  /system/core/include/utils/
Unicode.h 171 char16_t* utf8_to_utf16_n(const uint8_t* src, size_t srcLen, char16_t* dst, size_t dstLen);
  /system/core/libutils/
Unicode.cpp 576 char16_t* utf8_to_utf16_n(const uint8_t* src, size_t srcLen, char16_t* dst, size_t dstLen) { function
  /frameworks/base/libs/androidfw/
ResourceTypes.cpp 736 char16_t* end = utf8_to_utf16_n(s, len, convBuffer, strLen+3);
    [all...]

Completed in 42 milliseconds