OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:_UTF8_count_array
(Results
1 - 1
of
1
) sorted by relevancy
/src/lib/libc/citrus/modules/
citrus_utf8.c
88
static int
_UTF8_count_array
[256];
139
memset(
_UTF8_count_array
, 0, sizeof(
_UTF8_count_array
));
141
_UTF8_count_array
[i] = 1;
143
_UTF8_count_array
[i] = 2;
145
_UTF8_count_array
[i] = 3;
147
_UTF8_count_array
[i] = 4;
149
_UTF8_count_array
[i] = 5;
151
_UTF8_count_array
[i] = 6;
152
_UTF8_count =
_UTF8_count_array
;
[
all
...]
Completed in 173 milliseconds
Indexes created Thu Oct 02 14:10:14 GMT 2025