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

  /external/llvm/lib/Support/Windows/
WindowsSupport.h 221 std::error_code UTF16ToUTF8(const wchar_t *utf16, size_t utf16_len,
224 std::error_code UTF16ToCurCP(const wchar_t *utf16, size_t utf16_len,
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Support/
ConvertUTF.h 296 std::error_code UTF16ToUTF8(const wchar_t *utf16, size_t utf16_len,
299 std::error_code UTF16ToCurCP(const wchar_t *utf16, size_t utf16_len,
  /external/swiftshader/third_party/llvm-subzero/lib/Support/Windows/
WindowsSupport.h 255 std::error_code UTF16ToUTF8(const wchar_t *utf16, size_t utf16_len,
258 std::error_code UTF16ToCurCP(const wchar_t *utf16, size_t utf16_len,
  /external/u-boot/lib/
vsprintf.c 281 int utf16_len = utf16_strnlen(str, precision); local
282 u8 utf8[utf16_len * MAX_UTF8_PER_UTF16];
285 utf8_len = utf16_to_utf8(utf8, str, utf16_len) - utf8;

Completed in 373 milliseconds