OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:second_byte
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl2/gettext/dist/gettext-tools/src/
filter-sr-latin.c
176
unsigned char
second_byte
= (unsigned char) ip[1];
local
179
if (
second_byte
>= 0x80 &&
second_byte
< 0xc0)
181
unsigned int uc = ((byte & 0x1f) << 6) | (
second_byte
& 0x3f);
filter-sr-latin.c
176
unsigned char
second_byte
= (unsigned char) ip[1];
local
179
if (
second_byte
>= 0x80 &&
second_byte
< 0xc0)
181
unsigned int uc = ((byte & 0x1f) << 6) | (
second_byte
& 0x3f);
Completed in 58 milliseconds
Indexes created Sat Jun 13 00:24:39 UTC 2026