Home
last modified time | relevance | path

Searched defs:append (Results 1 – 8 of 8) sorted by relevance

/ndk/sources/cxx-stl/stlport/stlport/stl/debug/
D_string.h244 _Self& append(_InputIter __first, _InputIter __last) { in append() function
255 _Self& append(const _CharT* __f, const _CharT* __l) { in append() function
264 _Self& append(const_iterator __f, const_iterator __l) { in append() function
273 _Self& append(const _Self& __s) { in append() function
280 _Self& append(const _Self& __s, size_type __pos, size_type __n) { in append() function
287 _Self& append(const _CharT* __s, size_type __n) { in append() function
296 _Self& append(const _CharT* __s) { in append() function
305 _Self& append(size_type __n, _CharT __c) { in append() function
/ndk/sources/cxx-stl/stlport/stlport/stl/
D_string_workaround.h162 _Self& append(const _Self& __s) { in append() function
167 _Self& append(const _Self& __s, in append() function
173 _Self& append(const _CharT* __s, size_type __n) { in append() function
178 _Self& append(const _CharT* __s) { in append() function
183 _Self& append(size_type __n, _CharT __c) { in append() function
191 _Self& append(_InputIter __first, _InputIter __last) { in append() function
198 _Self& append(const _CharT* __f, const _CharT* __l) { in append() function
D_string_sum.h133 _BStrOnLeft append (const _BString& __s) in append() function
135 _BString& append(const _BString& __s, size_type __pos, size_type __n) in append() function
137 _CStrOnLeft append(const _CharT* __s) { in append() function
141 _CStrOnLeft append(const _CharT* __s, size_type __n) in append() function
143 _BString& append(size_type __n, _CharT __c) in append() function
146 _BString& append(_InputIter __first, _InputIter __last) in append() function
D_string.h503 _Self& append(_InputIter __first, _InputIter __last) { in append() function
509 _Self& append(const _CharT* __first, const _CharT* __last) { in append() function
516 _Self& append(const _Self& __s) in append() function
519 _Self& append(const _Self& __s, in append() function
527 _Self& append(const _CharT* __s, size_type __n) in append() function
529 _Self& append(const _CharT* __s) in append() function
D_string.c180 basic_string<_CharT,_Traits,_Alloc>::append(size_type __n, _CharT __c) { in append() function
/ndk/sources/host-tools/make-3.81/
Dvariable.h58 unsigned int append:1; /* Nonzero if an appending target-specific member
Dvariable.c999 int append = 0; in do_variable_definition() local
/ndk/sources/host-tools/sed-4.2.1/sed/
Dexecute.c856 read_pattern_space(input, the_program, append) in read_pattern_space() argument