OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:__ctype_b
(Results
1 - 12
of
12
) sorted by null
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
xlocale.h
34
const unsigned short int *
__ctype_b
;
member in struct:__locale_struct
ctype.h
238
((locale)->
__ctype_b
[(int) (c)] & (unsigned short int) type)
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/
xlocale.h
34
const unsigned short int *
__ctype_b
;
member in struct:__locale_struct
ctype.h
238
((locale)->
__ctype_b
[(int) (c)] & (unsigned short int) type)
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/
xlocale.h
34
const unsigned short int *
__ctype_b
;
member in struct:__locale_struct
ctype.h
238
((locale)->
__ctype_b
[(int) (c)] & (unsigned short int) type)
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/i686-linux/bits/
ctype_noninline.h
41
{ return _S_get_c_locale()->
__ctype_b
; }
59
__ret =
__ctype_b
;
77
_M_table(__table ? __table : _M_c_locale_ctype->
__ctype_b
),
105
_M_table = __table ? __table :
__ctype_b
;
123
_M_table(__table ? __table : _M_c_locale_ctype->
__ctype_b
),
150
_M_table = __table ? __table :
__ctype_b
;
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/i686-linux/bits/
ctype_noninline.h
41
{ return _S_get_c_locale()->
__ctype_b
; }
59
__ret =
__ctype_b
;
77
_M_table(__table ? __table : _M_c_locale_ctype->
__ctype_b
),
105
_M_table = __table ? __table :
__ctype_b
;
123
_M_table(__table ? __table : _M_c_locale_ctype->
__ctype_b
),
150
_M_table = __table ? __table :
__ctype_b
;
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/x86_64-linux/bits/
ctype_noninline.h
41
{ return _S_get_c_locale()->
__ctype_b
; }
59
__ret =
__ctype_b
;
77
_M_table(__table ? __table : _M_c_locale_ctype->
__ctype_b
),
105
_M_table = __table ? __table :
__ctype_b
;
123
_M_table(__table ? __table : _M_c_locale_ctype->
__ctype_b
),
150
_M_table = __table ? __table :
__ctype_b
;
/external/stlport/src/c_locale_glibc/
c_locale_glibc2.c
283
_STLP_STATIC_ASSERT( sizeof(_Locale_mask_t) == sizeof(((locale_t)__loc)->
__ctype_b
[0]) )
284
return ((locale_t)__loc)->
__ctype_b
;
/ndk/sources/cxx-stl/stlport/src/c_locale_glibc/
c_locale_glibc2.c
283
_STLP_STATIC_ASSERT( sizeof(_Locale_mask_t) == sizeof(((locale_t)__loc)->
__ctype_b
[0]) )
284
return ((locale_t)__loc)->
__ctype_b
;
/ndk/sources/cxx-stl/llvm-libc++/src/
locale.cpp
980
return __cloc()->
__ctype_b
;
[
all
...]
Completed in 474 milliseconds