HomeSort by relevance Sort by last modified time
    Searched full:_string (Results 1 - 25 of 56) sorted by null

1 2 3

  /external/stlport/stlport/stl/
_sstream.h 37 # include <stl/_string.h>
65 typedef basic_string<_CharT, _Traits, _Alloc> _String;
70 explicit basic_stringbuf(const _String& __s, ios_base::openmode __mode
75 _String str() const { return _M_str; }
76 void str(const _String& __s);
98 static _CharT* _S_start(const _String& __str) { return __CONST_CAST(_CharT*, __str.data()); }
99 static _CharT* _S_finish(const _String& __str) { return __CONST_CAST(_CharT*, __str.data()) + __str.size(); }
103 _String _M_str;
127 typedef basic_string<_CharT, _Traits, _Alloc> _String;
132 basic_istringstream(const _String& __str
    [all...]
_string_fwd.h 49 //implementation. It is implemented in _string.h
_string_hash.h 27 # include <stl/_string.h>
_range_errors.c 32 # include <stl/_string.h>
_collate.h 34 # include <stl/_string.h>
_iostream_string.h 33 # include <stl/_string.h>
_messages_facets.h 36 # include <stl/_string.h>
_numpunct.h 35 # include <stl/_string.h>
  /ndk/sources/android/stlport/stlport/stl/
_sstream.h 37 # include <stl/_string.h>
65 typedef basic_string<_CharT, _Traits, _Alloc> _String;
70 explicit basic_stringbuf(const _String& __s, ios_base::openmode __mode
75 _String str() const { return _M_str; }
76 void str(const _String& __s);
98 static _CharT* _S_start(const _String& __str) { return __CONST_CAST(_CharT*, __str.data()); }
99 static _CharT* _S_finish(const _String& __str) { return __CONST_CAST(_CharT*, __str.data()) + __str.size(); }
103 _String _M_str;
127 typedef basic_string<_CharT, _Traits, _Alloc> _String;
132 basic_istringstream(const _String& __str
    [all...]
_string_fwd.h 49 //implementation. It is implemented in _string.h
_string_hash.h 27 # include <stl/_string.h>
_range_errors.c 32 # include <stl/_string.h>
_collate.h 34 # include <stl/_string.h>
_iostream_string.h 33 # include <stl/_string.h>
_messages_facets.h 36 # include <stl/_string.h>
_numpunct.h 35 # include <stl/_string.h>
  /external/stlport/stlport/
string 29 # include <stl/_string.h>
  /hardware/ti/omap3/omx/video/src/openmax_il/prepost_processor/tests/
VPPTest.h 118 #define EXIT_IF_ERROR(_eError,_string) \
121 printf(_string); \
126 #define CHK_COND(_predicate,_eError,_eCode,_string) \
130 printf(_string); \
  /ndk/sources/android/stlport/stlport/
string 29 # include <stl/_string.h>
  /external/stlport/etc/
msvcincl.dat 289 _string.c
290 _string.h
ChangeLog-4.0 333 * debug/_string.h : added conversion to non-SGI string (thanks to Todd Richmond for the report)
349 * debug/_string.h : fixed _M_start resolution bug (thanks to Rob for the report )
377 * stl/_string.h, debug/_string.h - fixed conversion from native string with __STL_DEBUG
444 * _string.h : debug version included prior to _string.c;
446 * debug/_debug.h/.c, debug/_deque.h, debug/_string.h - fixed debug mode bugs;
478 * getline and stream operators moved from _istream.c to _string.c
ChangeLog-5.1 17 * stlport/stl/debug/_iterator.h, _string.h, src/string.cpp:
114 * stlport/stl/_string.c: fix bugs in string rfind, find_last_of,
    [all...]
  /external/clearsilver/util/
neo_str.h 40 typedef struct _string struct
  /hardware/ti/wlan/wl1271/platforms/os/linux/inc/
windows_types.h 55 typedef struct _STRING {
  /system/wlan/ti/wilink_6_1/platforms/os/linux/inc/
windows_types.h 55 typedef struct _STRING {

Completed in 1014 milliseconds

1 2 3