OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:_UTF8_count_array
(Results
1 - 2
of
2
) sorted by relevancy
/src/lib/libc/citrus/modules/
citrus_utf8.c
88
static int
_UTF8_count_array
[256];
146
memset(
_UTF8_count_array
, 0, sizeof(
_UTF8_count_array
));
153
_UTF8_count_array
[i] = 1;
155
_UTF8_count_array
[i] = 2;
160
_UTF8_count_array
[i] = 3;
165
_UTF8_count_array
[i] = 3;
170
_UTF8_count_array
[i] = 3;
175
_UTF8_count_array
[i] = 3;
180
_UTF8_count_array
[i] = 4
[
all
...]
citrus_utf8.c
88
static int
_UTF8_count_array
[256];
146
memset(
_UTF8_count_array
, 0, sizeof(
_UTF8_count_array
));
153
_UTF8_count_array
[i] = 1;
155
_UTF8_count_array
[i] = 2;
160
_UTF8_count_array
[i] = 3;
165
_UTF8_count_array
[i] = 3;
170
_UTF8_count_array
[i] = 3;
175
_UTF8_count_array
[i] = 3;
180
_UTF8_count_array
[i] = 4
[
all
...]
Completed in 46 milliseconds
Indexes created Wed Sep 23 00:26:21 UTC 2026