OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:mb_cur_max
(Results
1 - 25
of
364
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/icu/icu4c/source/test/testdata/
test4x.ucm
13
<
mb_cur_max
> 4
test1.ucm
13
<
mb_cur_max
> 1
test1bmp.ucm
15
<
mb_cur_max
> 1
test5.ucm
13
<
mb_cur_max
> 3
/bionic/libc/bionic/
locale.cpp
56
size_t
mb_cur_max
;
member in struct:__locale_t
58
explicit __locale_t(size_t
mb_cur_max
) :
mb_cur_max
(
mb_cur_max
) {
63
mb_cur_max
= __bionic_current_locale_is_utf8 ? 4 : 1;
65
mb_cur_max
= other->
mb_cur_max
;
77
return l->
mb_cur_max
;
/prebuilts/ndk/r16/sources/android/support/include/
stdlib.h
41
#undef
MB_CUR_MAX
43
#define
MB_CUR_MAX
__ctype_get_mb_cur_max()
/bionic/tests/
locale_test.cpp
120
TEST(locale,
mb_cur_max
) {
129
ASSERT_EQ(1U,
MB_CUR_MAX
);
131
ASSERT_EQ(4U,
MB_CUR_MAX
);
/external/icu/icu4c/source/data/mappings/
noop-cns-11643.ucm
18
<
mb_cur_max
> 3
noop-gb2312_gl.ucm
20
<
mb_cur_max
> 2
noop-iso-ir-165.ucm
20
<
mb_cur_max
> 2
/device/linaro/bootloader/edk2/StdLib/LibC/Locale/
wcsftime.c
84
if (SIZE_T_MAX /
MB_CUR_MAX
<= maxsize) {
89
dst = malloc(maxsize *
MB_CUR_MAX
);
/external/libcxx/include/
__bsd_locale_fallbacks.h
28
decltype(
MB_CUR_MAX
) __libcpp_mb_cur_max_l(locale_t __l)
31
return
MB_CUR_MAX
;
/external/libcxx/src/support/win32/
locale_win32.cpp
26
decltype(
MB_CUR_MAX
) MB_CUR_MAX_L( locale_t __l )
32
return
MB_CUR_MAX
;
/prebuilts/clang/host/darwin-x86/clang-4053586/include/c++/v1/
__bsd_locale_fallbacks.h
26
decltype(
MB_CUR_MAX
) __libcpp_mb_cur_max_l(locale_t __l)
29
return
MB_CUR_MAX
;
/prebuilts/clang/host/darwin-x86/clang-4393122/include/c++/v1/
__bsd_locale_fallbacks.h
24
decltype(
MB_CUR_MAX
) __libcpp_mb_cur_max_l(locale_t __l)
27
return
MB_CUR_MAX
;
/prebuilts/clang/host/darwin-x86/clang-4479392/include/c++/v1/
__bsd_locale_fallbacks.h
24
decltype(
MB_CUR_MAX
) __libcpp_mb_cur_max_l(locale_t __l)
27
return
MB_CUR_MAX
;
/prebuilts/clang/host/darwin-x86/clang-4579689/include/c++/v1/
__bsd_locale_fallbacks.h
28
decltype(
MB_CUR_MAX
) __libcpp_mb_cur_max_l(locale_t __l)
31
return
MB_CUR_MAX
;
/prebuilts/clang/host/darwin-x86/clang-4630689/include/c++/v1/
__bsd_locale_fallbacks.h
28
decltype(
MB_CUR_MAX
) __libcpp_mb_cur_max_l(locale_t __l)
31
return
MB_CUR_MAX
;
/prebuilts/clang/host/darwin-x86/clang-4639204/include/c++/v1/
__bsd_locale_fallbacks.h
28
decltype(
MB_CUR_MAX
) __libcpp_mb_cur_max_l(locale_t __l)
31
return
MB_CUR_MAX
;
/prebuilts/clang/host/darwin-x86/clang-4691093/include/c++/v1/
__bsd_locale_fallbacks.h
28
decltype(
MB_CUR_MAX
) __libcpp_mb_cur_max_l(locale_t __l)
31
return
MB_CUR_MAX
;
/prebuilts/clang/host/linux-x86/clang-4053586/include/c++/v1/
__bsd_locale_fallbacks.h
26
decltype(
MB_CUR_MAX
) __libcpp_mb_cur_max_l(locale_t __l)
29
return
MB_CUR_MAX
;
/prebuilts/clang/host/linux-x86/clang-4393122/include/c++/v1/
__bsd_locale_fallbacks.h
24
decltype(
MB_CUR_MAX
) __libcpp_mb_cur_max_l(locale_t __l)
27
return
MB_CUR_MAX
;
/prebuilts/clang/host/linux-x86/clang-4479392/include/c++/v1/
__bsd_locale_fallbacks.h
24
decltype(
MB_CUR_MAX
) __libcpp_mb_cur_max_l(locale_t __l)
27
return
MB_CUR_MAX
;
/prebuilts/clang/host/linux-x86/clang-4579689/include/c++/v1/
__bsd_locale_fallbacks.h
28
decltype(
MB_CUR_MAX
) __libcpp_mb_cur_max_l(locale_t __l)
31
return
MB_CUR_MAX
;
/prebuilts/clang/host/linux-x86/clang-4630689/include/c++/v1/
__bsd_locale_fallbacks.h
28
decltype(
MB_CUR_MAX
) __libcpp_mb_cur_max_l(locale_t __l)
31
return
MB_CUR_MAX
;
Completed in 1008 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>