/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/iostream.format/quoted.manip/ |
D | quoted.pass.cpp | 61 void round_trip_d ( const char *p, char delim ) { in round_trip_d() argument 63 ss << std::quoted(p, delim); in round_trip_d() 65 ss >> std::quoted(s, delim); in round_trip_d() 79 std::string quote ( const char *p, char delim='"', char escape='\\' ) { in quote() argument 81 ss << std::quoted(p, delim, escape); in quote() 87 std::string unquote ( const char *p, char delim='"', char escape='\\' ) { in unquote() argument 91 ss >> std::quoted(s, delim, escape); in unquote() 132 void round_trip_d ( const wchar_t *p, wchar_t delim ) { in round_trip_d() argument 134 ss << std::quoted(p, delim); in round_trip_d() 136 ss >> std::quoted(s, delim); in round_trip_d() [all …]
|
/ndk/sources/android/support/src/ |
D | wchar_support.c | 7 static int _wc_indelim(wchar_t wc, const wchar_t* delim) { in _wc_indelim() argument 8 while (*delim) { in _wc_indelim() 9 if (wc == *delim) in _wc_indelim() 11 delim++; in _wc_indelim() 265 wchar_t *wcstok(wchar_t *s, const wchar_t *delim, wchar_t **last) { in wcstok() argument 277 if (wc && _wc_indelim(wc, delim)) { in wcstok() 295 if (wc && !_wc_indelim(wc, delim)) { in wcstok()
|
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/utils/iterator/ |
D | token_iterator.hpp | 105 BOOST_TEST_FOREACH( CharT, delim, m_delimeters ) in operator ()() 106 if( CharCompare()( delim, c ) ) in operator ()()
|
/ndk/sources/host-tools/nawk-20071023/ |
D | tran.c | 410 char *qstring(const char *is, int delim) /* collect string up to next delim */ in qstring() argument 419 for (bp = buf; (c = *s) != delim; s++) { in qstring()
|
/ndk/sources/host-tools/make-3.81/ |
D | read.c | 142 static enum make_word_type get_next_mword PARAMS ((char *buffer, char *delim, 2664 get_next_mword (char *buffer, char *delim, char **startp, unsigned int *length) in get_next_mword() argument 2716 if (delim && strchr (delim, c)) in get_next_mword() 2806 if (delim && strchr (delim, c)) in get_next_mword()
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/ |
D | iomanip | 32 T11 quoted(const charT* s, charT delim=charT('"'), charT escape=charT('\\')); // C++14 36 charT delim=charT('"'), charT escape=charT('\\')); // C++14 40 charT delim=charT('"'), charT escape=charT('\\')); // C++14
|
D | istream | 66 basic_istream& get(char_type* s, streamsize n, char_type delim); 68 basic_istream& get(basic_streambuf<char_type,traits_type>& sb, char_type delim); 71 basic_istream& getline(char_type* s, streamsize n, char_type delim); 73 basic_istream& ignore(streamsize n = 1, int_type delim = traits_type::eof());
|
D | string | 369 charT delim);
|
/ndk/sources/cxx-stl/stlport/stlport/stl/ |
D | _istream.h | 144 _Self& getline(char_type* __s, streamsize __n, char_type delim);
|
/ndk/sources/host-tools/make-3.81/autom4te.cache/ |
D | output.0 | 10185 t delim 10200 :delim 10212 t delim
|