OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:__is_delim
(Results
1 - 5
of
5
) sorted by null
/external/stlport/stlport/stl/
_istream.c
559
//
__is_delim
return true. In the last case, it extracts the character
560
// for which
__is_delim
is true, if and only if __extract_delim is true.
569
// It is assumed that
__is_delim
never throws.
581
_Is_Delim
__is_delim
,
603
} else if (
__is_delim
(_Traits::to_char_type(__c))) {
631
// such that
__is_delim
(p) is true.
637
_Is_Delim
__is_delim
, _Scan_Delim __scan_delim,
713
return __n + __read_unbuffered(__that, __buf, _Num - __n, __s,
__is_delim
,
882
// when we reach EOF, or when the function object
__is_delim
returns
884
//
__is_delim
is true, if and only if __extract_delim is true
[
all
...]
/ndk/sources/cxx-stl/stlport/stlport/stl/
_istream.c
559
//
__is_delim
return true. In the last case, it extracts the character
560
// for which
__is_delim
is true, if and only if __extract_delim is true.
569
// It is assumed that
__is_delim
never throws.
581
_Is_Delim
__is_delim
,
603
} else if (
__is_delim
(_Traits::to_char_type(__c))) {
631
// such that
__is_delim
(p) is true.
637
_Is_Delim
__is_delim
, _Scan_Delim __scan_delim,
713
return __n + __read_unbuffered(__that, __buf, _Num - __n, __s,
__is_delim
,
882
// when we reach EOF, or when the function object
__is_delim
returns
884
//
__is_delim
is true, if and only if __extract_delim is true
[
all
...]
/prebuilt/ndk/android-ndk-r5/sources/cxx-stl/stlport/stlport/stl/
_istream.c
559
//
__is_delim
return true. In the last case, it extracts the character
560
// for which
__is_delim
is true, if and only if __extract_delim is true.
569
// It is assumed that
__is_delim
never throws.
581
_Is_Delim
__is_delim
,
603
} else if (
__is_delim
(_Traits::to_char_type(__c))) {
631
// such that
__is_delim
(p) is true.
637
_Is_Delim
__is_delim
, _Scan_Delim __scan_delim,
713
return __n + __read_unbuffered(__that, __buf, _Num - __n, __s,
__is_delim
,
882
// when we reach EOF, or when the function object
__is_delim
returns
884
//
__is_delim
is true, if and only if __extract_delim is true
[
all
...]
/prebuilt/ndk/android-ndk-r6/sources/cxx-stl/stlport/stlport/stl/
_istream.c
559
//
__is_delim
return true. In the last case, it extracts the character
560
// for which
__is_delim
is true, if and only if __extract_delim is true.
569
// It is assumed that
__is_delim
never throws.
581
_Is_Delim
__is_delim
,
603
} else if (
__is_delim
(_Traits::to_char_type(__c))) {
631
// such that
__is_delim
(p) is true.
637
_Is_Delim
__is_delim
, _Scan_Delim __scan_delim,
713
return __n + __read_unbuffered(__that, __buf, _Num - __n, __s,
__is_delim
,
882
// when we reach EOF, or when the function object
__is_delim
returns
884
//
__is_delim
is true, if and only if __extract_delim is true
[
all
...]
/external/bluetooth/bluez/tools/
hciattach_ath3k.c
213
#define
__is_delim
(ch) ((ch) == ':')
macro
226
if (
__is_delim
(ptr[i])) {
Completed in 1977 milliseconds