OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:utf16buf
(Results
1 - 3
of
3
) sorted by relevancy
/src/external/gpl2/gettext/dist/gettext-tools/src/
x-java.c
507
unsigned short
utf16buf
[2];
local
510
utf16buf
[0] = bp->utf16_surr;
511
utf16buf
[1] = UTF16_VALUE (c);
512
if (u16_mbtouc_aux (&uc,
utf16buf
, 2) != 2)
x-python.c
910
unsigned short
utf16buf
[2];
local
913
utf16buf
[0] = bp->utf16_surr;
914
utf16buf
[1] = UNICODE_VALUE (c);
915
if (u16_mbtouc_aux (&uc,
utf16buf
, 2) != 2)
/src/external/gpl3/gcc.old/dist/gcc/d/dmd/
dinterpret.d
7032
wchar[2]
utf16buf
= void;
7099
utf16buf
[i] = cast(ushort)r.isIntegerExp().getInteger();
7102
errmsg = utf_decodeWchar(
utf16buf
[0 .. buflen], n, rawvalue);
7190
utf_encodeWchar(&
utf16buf
[0], rawvalue);
7217
codepoint =
utf16buf
[k];
Completed in 18 milliseconds
Indexes created Thu Jul 16 00:26:27 UTC 2026