OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:Utf8_2
(Results
1 - 2
of
2
) sorted by null
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/Console/TerminalDxe/
Vtutf8.c
106
Utf8Char->
Utf8_2
[1] = Temp;
133
Utf8Char->
Utf8_2
[0] = Temp;
222
Byte0 = Utf8Char.
Utf8_2
[0];
223
Byte1 = Utf8Char.
Utf8_2
[1];
288
//
Utf8_2
[0],
Utf8_2
[1]
290
Utf8Char->
Utf8_2
[1] = (UINT8) ((UnicodeByte0 & 0x3f) + 0x80);
291
Utf8Char->
Utf8_2
[0] = (UINT8) ((((UnicodeByte1 << 2) + (UnicodeByte0 >> 6)) & 0x1f) + 0xc0);
Terminal.h
135
UINT8
Utf8_2
[2];
[
all
...]
Completed in 60 milliseconds