/prebuilt/ndk/android-ndk-r6/sources/cxx-stl/stlport/stlport/stl/ |
_string_sum.h | 23 /*char wrapper to simulate basic_string*/ 42 /*C string wrapper to simulate basic_string*/ 61 /*basic_string wrapper to ensure that we only store a reference to the original string and not copy it*/ 65 typedef basic_string<_CharT, _Traits, _Alloc> _BString; 88 typedef basic_string<_CharT, _Traits, _Alloc> _BString; 252 //Returns the underlying basic_string representation of the template expression 271 //The const method can be invoked without initialising the basic_string so avoiding dynamic allocation. 374 typedef basic_string<_CharT, _Traits, _Alloc> _BString; 407 mutable basic_string<_CharT, _Traits, _Alloc> _M_storage;
|
_num_get.c | 452 const basic_string<_CharT, char_traits<_CharT>, allocator<_CharT> > __truename = __np.truename(); 453 const basic_string<_CharT, char_traits<_CharT>, allocator<_CharT> > __falsename = __np.falsename();
|
_time_facets.c | 154 typedef basic_string<_Ch, char_traits<_Ch>, allocator<_Ch> > string_type;
|
_num_put.c | 389 basic_string<_CharT, char_traits<_CharT>, allocator<_CharT> > __str = __x ? __np.truename() : __np.falsename();
|
/external/stlport/stlport/stl/ |
_num_get.c | 452 const basic_string<_CharT, char_traits<_CharT>, allocator<_CharT> > __truename = __np.truename(); 453 const basic_string<_CharT, char_traits<_CharT>, allocator<_CharT> > __falsename = __np.falsename();
|
_time_facets.c | 154 typedef basic_string<_Ch, char_traits<_Ch>, allocator<_Ch> > string_type;
|
_num_put.c | 389 basic_string<_CharT, char_traits<_CharT>, allocator<_CharT> > __str = __x ? __np.truename() : __np.falsename();
|
/ndk/sources/cxx-stl/stlport/stlport/stl/ |
_num_get.c | 452 const basic_string<_CharT, char_traits<_CharT>, allocator<_CharT> > __truename = __np.truename(); 453 const basic_string<_CharT, char_traits<_CharT>, allocator<_CharT> > __falsename = __np.falsename();
|
_time_facets.c | 154 typedef basic_string<_Ch, char_traits<_Ch>, allocator<_Ch> > string_type;
|
_num_put.c | 389 basic_string<_CharT, char_traits<_CharT>, allocator<_CharT> > __str = __x ? __np.truename() : __np.falsename();
|
/prebuilt/ndk/android-ndk-r5/sources/cxx-stl/stlport/stlport/stl/ |
_num_get.c | 452 const basic_string<_CharT, char_traits<_CharT>, allocator<_CharT> > __truename = __np.truename(); 453 const basic_string<_CharT, char_traits<_CharT>, allocator<_CharT> > __falsename = __np.falsename();
|
_time_facets.c | 154 typedef basic_string<_Ch, char_traits<_Ch>, allocator<_Ch> > string_type;
|
_num_put.c | 389 basic_string<_CharT, char_traits<_CharT>, allocator<_CharT> > __str = __x ? __np.truename() : __np.falsename();
|
/external/srec/tools/thirdparty/OpenFst/fst/lib/ |
synchronize.h | 56 typedef basic_string<Label> String; 68 // basic_string<Label> and are stored in a hash_set. The pointed
|
/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/bits/ |
locale_facets.h | [all...] |
/prebuilt/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/include/bits/ |
locale_facets.h | [all...] |
/prebuilt/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/include/bits/ |
locale_facets.h | [all...] |
/external/stlport/test/unit/ |
fstream_test.cpp | 690 typedef basic_string<char, my_traits> my_string;
|
string_test.cpp | 533 * This test case is for the non template basic_string::replace method, 665 /* ISO/IEC 14882 2003, 21.3.6.1 basic_string::find [lib.string::find] 667 * size_type find(const basic_string<charT,traits,Allocator>& str, [all...] |
/ndk/tests/device/test-gnustl-full/unit/ |
fstream_test.cpp | 708 typedef basic_string<char, my_traits> my_string;
|
string_test.cpp | 533 * This test case is for the non template basic_string::replace method, 665 /* ISO/IEC 14882 2003, 21.3.6.1 basic_string::find [lib.string::find] 667 * size_type find(const basic_string<charT,traits,Allocator>& str, [all...] |
/ndk/tests/device/test-stlport/unit/ |
fstream_test.cpp | 708 typedef basic_string<char, my_traits> my_string;
|
string_test.cpp | 533 * This test case is for the non template basic_string::replace method, 665 /* ISO/IEC 14882 2003, 21.3.6.1 basic_string::find [lib.string::find] 667 * size_type find(const basic_string<charT,traits,Allocator>& str, [all...] |