OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:_M_ctype_table
(Results
1 - 3
of
3
) sorted by null
/prebuilts/ndk/r10/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/r11/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/r13/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
;
Completed in 450 milliseconds