OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:mb_cur_max
(Results
26 - 50
of
508
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/icu4c/common/
ustr_wcs.cpp
351
if(remaining < (nulLen *
MB_CUR_MAX
)){
357
_BUFFER_CAPACITY_MULTIPLIER*cStackCap+(nulLen*
MB_CUR_MAX
),len,sizeof(char));
404
if(remaining < (nulLen *
MB_CUR_MAX
)){
410
cStackCap+(nulLen*
MB_CUR_MAX
),len,sizeof(char));
/ndk/sources/host-tools/sed-4.2.1/lib/
regex_internal.c
50
if (init_len < dfa->
mb_cur_max
)
51
init_len = dfa->
mb_cur_max
;
62
pstr->valid_len = (pstr->mbs_allocated || dfa->
mb_cur_max
> 1) ? 0 : len;
89
if (dfa->
mb_cur_max
> 1)
98
if (pstr->bufs_len > pstr->valid_len + dfa->
mb_cur_max
)
112
if (dfa->
mb_cur_max
> 1)
137
if (pstr->
mb_cur_max
> 1)
184
pstr->
mb_cur_max
= dfa->
mb_cur_max
;
210
assert (MB_LEN_MAX >= pstr->
mb_cur_max
);
[
all
...]
regcomp.c
317
bool icase = (dfa->
mb_cur_max
== 1 && (bufp->syntax & RE_ICASE));
327
if ((bufp->syntax & RE_ICASE) && dfa->
mb_cur_max
> 1)
389
if (dfa->
mb_cur_max
> 1
417
if ((bufp->syntax & RE_ICASE) && dfa->
mb_cur_max
> 1)
895
dfa->
mb_cur_max
=
MB_CUR_MAX
;
897
if (dfa->
mb_cur_max
== 6
912
if (dfa->
mb_cur_max
> 1)
[
all
...]
regex_internal.h
90
#if (defined
MB_CUR_MAX
&& HAVE_LOCALE_H && HAVE_WCTYPE_H && HAVE_ISWCTYPE && HAVE_WCSCOLL) || _LIBC
415
int
mb_cur_max
;
member in struct:re_string_t
696
int
mb_cur_max
;
member in struct:re_dfa_t
813
if (pstr->
mb_cur_max
== 1)
825
if (pstr->
mb_cur_max
== 1)
mbrtowc.c
124
if (m >= 4 || m >=
MB_CUR_MAX
)
126
/* Here
MB_CUR_MAX
> 1 and 0 < m < 4. */
/external/bison/lib/
mbswidth.c
24
/* Get
MB_CUR_MAX
. */
64
if (
MB_CUR_MAX
> 1)
localcharset.c
546
/* Mac OS X sets
MB_CUR_MAX
to 1 when LC_ALL=C, and "UTF-8"
547
(the default codeset) does not work when
MB_CUR_MAX
is 1. */
548
if (strcmp (codeset, "UTF-8") == 0 &&
MB_CUR_MAX
<= 1)
mbrtowc.c
125
if (m >= 4 || m >=
MB_CUR_MAX
)
127
/* Here
MB_CUR_MAX
> 1 and 0 < m < 4. */
/external/bison/m4/
locale-ja.m4
63
/* Check whether
MB_CUR_MAX
is > 1. This excludes the dysfunctional locales
65
if (
MB_CUR_MAX
== 1)
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/support/win32/
locale_win32.h
55
decltype(
MB_CUR_MAX
) MB_CUR_MAX_L( locale_t __l )
58
return
MB_CUR_MAX
;
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/depr/depr.c.headers/
stdlib_h.pass.cpp
23
#ifndef
MB_CUR_MAX
24
#error
MB_CUR_MAX
not defined
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/language.support/support.runtime/
cstdlib.pass.cpp
23
#ifndef
MB_CUR_MAX
24
#error
MB_CUR_MAX
not defined
/ndk/sources/host-tools/sed-4.2.1/m4/
locale-ja.m4
50
/* Check whether
MB_CUR_MAX
is > 1. This excludes the dysfunctional locales
52
if (
MB_CUR_MAX
== 1)
/bionic/libc/include/
stdlib.h
166
#define
MB_CUR_MAX
1
/development/ndk/platforms/android-3/include/
stdlib.h
176
#define
MB_CUR_MAX
1
/development/ndk/platforms/android-8/include/
stdlib.h
177
#define
MB_CUR_MAX
1
/development/ndk/platforms/android-9/include/
stdlib.h
177
#define
MB_CUR_MAX
1
/external/chromium_org/third_party/icu/source/data/mappings/
ibm-1276_P100-1995.ucm
13
<
mb_cur_max
> 1
ibm-424_P100-1995.ucm
13
<
mb_cur_max
> 1
ibm-4899_P100-1998.ucm
13
<
mb_cur_max
> 1
ibm-5012_P100-1999.ucm
13
<
mb_cur_max
> 1
ibm-803_P100-1999.ucm
13
<
mb_cur_max
> 1
ibm-874_P100-1995.ucm
13
<
mb_cur_max
> 1
ibm-916_P100-1995.ucm
13
<
mb_cur_max
> 1
icu-internal-compound-d5.ucm
12
<
mb_cur_max
> 2
Completed in 524 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>