Home
last modified time | relevance | path

Searched refs:utf8_str (Results 1 - 3 of 3) sorted by relevance

/third_party/node/deps/uv/src/win/
H A Dutil.c1591 char* utf8_str; in uv_os_gethostname() local
1605 convert_result = uv__convert_utf16_to_utf8(buf, -1, &utf8_str); in uv_os_gethostname()
1610 len = strlen(utf8_str); in uv_os_gethostname()
1613 uv__free(utf8_str); in uv_os_gethostname()
1617 memcpy(buffer, utf8_str, len + 1); in uv_os_gethostname()
1618 uv__free(utf8_str); in uv_os_gethostname()
/third_party/ffmpeg/libavformat/
H A Dmxfenc.c687 static uint64_t mxf_utf16len(const char *utf8_str) in mxf_utf16len() argument
689 const uint8_t *q = utf8_str; in mxf_utf16len()
709 static int mxf_utf16_local_tag_length(const char *utf8_str) in mxf_utf16_local_tag_length() argument
713 if (!utf8_str) in mxf_utf16_local_tag_length()
716 size = mxf_utf16len(utf8_str); in mxf_utf16_local_tag_length()
/third_party/node/deps/v8/src/d8/
H A Dd8.cc4395 char* utf8_str = new char[len]; in ConvertUtf16StringToUtf8() local
4396 utf8_filenames.push_back(utf8_str); in ConvertUtf16StringToUtf8()
4397 WideCharToMultiByte(CP_UTF8, 0, str, -1, utf8_str, len, nullptr, FALSE); in ConvertUtf16StringToUtf8()
4398 return utf8_str; in ConvertUtf16StringToUtf8()
5629 for (char* utf8_str : utf8_filenames) { in Main()
5630 delete[] utf8_str; in Main()

Completed in 17 milliseconds