OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:utf16_len
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/include/llvm/Support/
ConvertUTF.h
295
std::error_code UTF16ToUTF8(const wchar_t *utf16, size_t
utf16_len
,
298
std::error_code UTF16ToCurCP(const wchar_t *utf16, size_t
utf16_len
,
/src/external/mit/libuv/dist/src/win/
util.c
98
size_t utf8_len, utf16_buffer_len,
utf16_len
;
local
119
utf16_len
= GetModuleFileNameW(NULL, utf16_buffer, utf16_buffer_len);
120
if (
utf16_len
<= 0) {
127
err = uv_utf16_to_wtf8(utf16_buffer,
utf16_len
, &buffer, &utf8_len);
190
DWORD
utf16_len
;
local
198
r = uv__cwd(&utf16_buffer, &
utf16_len
);
202
r = uv__copy_utf16_to_utf8(utf16_buffer,
utf16_len
, buffer, size);
212
DWORD
utf16_len
;
local
233
r = uv__cwd(&utf16_buffer, &
utf16_len
);
244
if (
utf16_len
< 2 || utf16_buffer[1] != L':')
[
all
...]
/src/external/apache2/llvm/dist/llvm/lib/Support/Windows/
Path.inc
1527
size_t
utf16_len
,
1529
if (
utf16_len
) {
1531
int len = ::WideCharToMultiByte(codepage, 0, utf16,
utf16_len
, converted.begin(),
1542
len = ::WideCharToMultiByte(codepage, 0, utf16,
utf16_len
, converted.data(),
1557
std::error_code UTF16ToUTF8(const wchar_t *utf16, size_t
utf16_len
,
1559
return UTF16ToCodePage(CP_UTF8, utf16,
utf16_len
, utf8);
1562
std::error_code UTF16ToCurCP(const wchar_t *utf16, size_t
utf16_len
,
1564
return UTF16ToCodePage(CP_ACP, utf16,
utf16_len
, curcp);
/src/external/mit/libuv/dist/include/
uv.h
1956
ssize_t
utf16_len
);
1958
ssize_t
utf16_len
,
1964
size_t
utf16_len
);
Completed in 52 milliseconds
Indexes created Mon Aug 31 00:24:02 UTC 2026