OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:_m_ctype_table
(Results
1 - 13
of
13
) sorted by null
/external/stlport/stlport/stl/
_ctype.h
79
{ return ((*(
_M_ctype_table
+(unsigned char)__c)) & __m) != 0; }
83
*__vec =
_M_ctype_table
[(unsigned char)*__p];
118
const mask* table() const _STLP_NOTHROW { return
_M_ctype_table
; }
141
const mask*
_M_ctype_table
;
/ndk/sources/cxx-stl/stlport/stlport/stl/
_ctype.h
79
{ return ((*(
_M_ctype_table
+(unsigned char)__c)) & __m) != 0; }
83
*__vec =
_M_ctype_table
[(unsigned char)*__p];
118
const mask* table() const _STLP_NOTHROW { return
_M_ctype_table
; }
141
const mask*
_M_ctype_table
;
/prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/
_ctype.h
79
{ return ((*(
_M_ctype_table
+(unsigned char)__c)) & __m) != 0; }
83
*__vec =
_M_ctype_table
[(unsigned char)*__p];
118
const mask* table() const _STLP_NOTHROW { return
_M_ctype_table
; }
141
const mask*
_M_ctype_table
;
/prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/
_ctype.h
79
{ return ((*(
_M_ctype_table
+(unsigned char)__c)) & __m) != 0; }
83
*__vec =
_M_ctype_table
[(unsigned char)*__p];
118
const mask* table() const _STLP_NOTHROW { return
_M_ctype_table
; }
141
const mask*
_M_ctype_table
;
/prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/
_ctype.h
79
{ return ((*(
_M_ctype_table
+(unsigned char)__c)) & __m) != 0; }
83
*__vec =
_M_ctype_table
[(unsigned char)*__p];
118
const mask* table() const _STLP_NOTHROW { return
_M_ctype_table
; }
141
const mask*
_M_ctype_table
;
/prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/
_ctype.h
79
{ return ((*(
_M_ctype_table
+(unsigned char)__c)) & __m) != 0; }
83
*__vec =
_M_ctype_table
[(unsigned char)*__p];
118
const mask* table() const _STLP_NOTHROW { return
_M_ctype_table
; }
141
const mask*
_M_ctype_table
;
/prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/stl/
_ctype.h
79
{ return ((*(
_M_ctype_table
+(unsigned char)__c)) & __m) != 0; }
83
*__vec =
_M_ctype_table
[(unsigned char)*__p];
118
const mask* table() const _STLP_NOTHROW { return
_M_ctype_table
; }
141
const mask*
_M_ctype_table
;
/external/stlport/src/
ctype.cpp
318
_M_ctype_table
(__tab ? __tab : classic_table()),
324
delete[] __CONST_CAST(ctype_base::mask *,
_M_ctype_table
);
332
{ return _STLP_STD::find_if(__low, __high, _Ctype_is_mask(__m,
_M_ctype_table
)); }
339
{ return _STLP_STD::find_if(__low, __high, _Ctype_not_mask(__m,
_M_ctype_table
)); }
facets_byname.cpp
56
_M_ctype_table
= _M_byname_table;
[
all
...]
/ndk/sources/cxx-stl/stlport/src/
ctype.cpp
318
_M_ctype_table
(__tab ? __tab : classic_table()),
324
delete[] __CONST_CAST(ctype_base::mask *,
_M_ctype_table
);
332
{ return _STLP_STD::find_if(__low, __high, _Ctype_is_mask(__m,
_M_ctype_table
)); }
339
{ return _STLP_STD::find_if(__low, __high, _Ctype_not_mask(__m,
_M_ctype_table
)); }
facets_byname.cpp
56
_M_ctype_table
= _M_byname_table;
[
all
...]
/prebuilts/ndk/5/sources/cxx-stl/stlport/libs/armeabi/
libstlport_shared.so
/prebuilts/ndk/5/sources/cxx-stl/stlport/libs/armeabi-v7a/
libstlport_shared.so
Completed in 283 milliseconds