OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:mb_cur_max
(Results
226 - 250
of
364
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/icu/icu4c/source/data/mappings/
ibm-4517_P100-2005.ucm
15
<
mb_cur_max
> 1
ibm-5352_P100-1998.ucm
15
<
mb_cur_max
> 1
ibm-864_X110-1999.ucm
15
<
mb_cur_max
> 1
ibm-868_P100-1995.ucm
15
<
mb_cur_max
> 1
ibm-901_P100-1999.ucm
15
<
mb_cur_max
> 1
ibm-902_P100-1999.ucm
15
<
mb_cur_max
> 1
ibm-912_P100-1995.ucm
15
<
mb_cur_max
> 1
ibm-918_P100-1995.ucm
15
<
mb_cur_max
> 1
ibm-922_P100-1999.ucm
15
<
mb_cur_max
> 1
ibm-9448_X100-2005.ucm
15
<
mb_cur_max
> 1
windows-874-2000.ucm
29
<
mb_cur_max
> 1
/bionic/libc/stdio/
vfscanf.cpp
345
if (bytes ==
MB_CUR_MAX
) {
434
if (bytes ==
MB_CUR_MAX
) {
vfwscanf.c
381
if (width >=
MB_CUR_MAX
&& !(flags & SUPPRESS)) {
425
if (width >=
MB_CUR_MAX
&& !(flags & SUPPRESS)) {
printf_common.h
792
nconv = mbrlen(p,
MB_CUR_MAX
, &mbs);
/external/e2fsprogs/intl/
vasnprintf.c
444
tmp_length =
MB_CUR_MAX
;
458
tmp_length = xtimes (tmp_length,
MB_CUR_MAX
);
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
stdlib.h
98
#ifndef
MB_CUR_MAX
99
#define
MB_CUR_MAX
___mb_cur_max_func()
crtdefs.h
457
int
mb_cur_max
;
member in struct:threadlocaleinfostruct
/device/linaro/bootloader/edk2/StdLib/LibC/Uefi/InteractiveIO/
IIO.c
188
CharLen = mbrtowc(OutChar, (const char *)&buf[NumConsumed],
MB_CUR_MAX
, OutState);
/bionic/libc/upstream-freebsd/lib/libc/gen/
glob.c
883
len =
MB_CUR_MAX
* (size_t)(p - path); /* XXX overallocation */
1066
while (len >=
MB_CUR_MAX
) {
/prebuilts/go/darwin-x86/src/regexp/testdata/
testregex.c
579
#ifdef
MB_CUR_MAX
631
#ifdef
MB_CUR_MAX
[
all
...]
/prebuilts/go/linux-x86/src/regexp/testdata/
testregex.c
579
#ifdef
MB_CUR_MAX
631
#ifdef
MB_CUR_MAX
[
all
...]
/toolchain/binutils/binutils-2.27/libiberty/
regex.c
[
all
...]
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
stdlib.h
139
#define
MB_CUR_MAX
(__ctype_get_mb_cur_max ())
[
all
...]
/prebuilts/misc/windows/sdl2/lib/x64/
SDL2main.lib
[
all
...]
/prebuilts/misc/windows/sdl2/lib/x86/
SDL2main.lib
[
all
...]
Completed in 1214 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>