OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:mb_cur_max
(Results
1 - 4
of
4
) sorted by relevancy
/src/lib/libc/citrus/modules/
citrus_euc.c
98
unsigned
mb_cur_max
;
member in struct:__anonb37b45f40208
128
#define _ENCODING_MB_CUR_MAX(_ei_) (_ei_)->
mb_cur_max
157
ei->
mb_cur_max
= 1;
163
if (ei->
mb_cur_max
< ei->count[x])
164
ei->
mb_cur_max
= ei->count[x];
citrus_gbk2k.c
63
int
mb_cur_max
;
member in struct:__anoned9a26680108
90
#define _ENCODING_MB_CUR_MAX(_ei_) (_ei_)->
mb_cur_max
226
if (ei->
mb_cur_max
== 4 &&
309
if (ei->
mb_cur_max
!= 4 ||
393
if (ei->
mb_cur_max
!= 4)
439
ei->
mb_cur_max
= 4;
443
MATCH("2byte", ei->
mb_cur_max
= 2);
citrus_ues.c
54
size_t
mb_cur_max
;
member in struct:__anonb4944c040108
86
#define _ENCODING_MB_CUR_MAX(_ei_) (_ei_)->
mb_cur_max
453
ei->
mb_cur_max
= (ei->mode & MODE_C99) ? 10 : 12;
citrus_viqr.c
218
size_t
mb_cur_max
;
member in struct:__anon49bb59390208
252
#define _ENCODING_MB_CUR_MAX(_ei_) (_ei_)->
mb_cur_max
504
ei->
mb_cur_max
= 1;
515
if (ei->
mb_cur_max
< n)
516
ei->
mb_cur_max
= n;
529
if (ei->
mb_cur_max
< n)
530
ei->
mb_cur_max
= n;
Completed in 122 milliseconds
Indexes created Sat Sep 27 22:09:54 GMT 2025