/ndk/build/tools/ |
D | cleanup-headers.sh | 58 replace() { function
|
/ndk/sources/cxx-stl/stlport/stlport/stl/debug/ |
D | _string.h | 515 _Self& replace(size_type __pos, size_type __n, const _Self& __s) { in replace() function 522 _Self& replace(size_type __pos1, size_type __n1, const _Self& __s, in replace() function 530 _Self& replace(size_type __pos, size_type __n1, const _CharT* __s, size_type __n2) { in replace() function 539 _Self& replace(size_type __pos, size_type __n1, const _CharT* __s) { in replace() function 548 _Self& replace(size_type __pos, size_type __n1, size_type __n2, _CharT __c) { in replace() function 555 _Self& replace(iterator __f, iterator __l, const _Self& __s) { in replace() function 563 _Self& replace(iterator __f, iterator __l, const _CharT* __s, size_type __n) { in replace() function 573 _Self& replace(iterator __f, iterator __l, const _CharT* __s) { in replace() function 583 _Self& replace(iterator __f, iterator __l, size_type __n, _CharT __c) { in replace() function 593 _Self& replace(iterator __first, iterator __last, in replace() function [all …]
|
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/algorithm/string/detail/ |
D | sequence.hpp | 167 inline void replace( in replace() function 179 inline void replace( in replace() function
|
/ndk/sources/cxx-stl/stlport/stlport/stl/ |
D | _string_workaround.h | 472 _Self& replace(size_type __pos, size_type __n, const _Self& __s) { in replace() function 477 _Self& replace(size_type __pos1, size_type __n1, const _Self& __s, in replace() function 483 _Self& replace(size_type __pos, size_type __n1, in replace() function 490 _Self& replace(size_type __pos, size_type __n1, const _CharT* __s) { in replace() function 496 _Self& replace(size_type __pos, size_type __n1, in replace() function 502 _Self& replace(iterator __first, iterator __last, const _Self& __s) { in replace() function 508 _Self& replace(iterator __first, iterator __last, in replace() function 516 _Self& replace(iterator __first, iterator __last, in replace() function 524 _Self& replace(iterator __first, iterator __last, in replace() function 534 _Self& replace(iterator __first, iterator __last, in replace() function [all …]
|
D | _string.h | 813 _Self& replace(size_type __pos, size_type __n, const _Self& __s) { in replace() function 824 _Self& replace(size_type __pos1, size_type __n1, const _Self& __s, in replace() function 838 _Self& replace(size_type __pos, size_type __n1, in replace() function 851 _Self& replace(size_type __pos, size_type __n1, const _CharT* __s) { in replace() function 856 _Self& replace(size_type __pos, size_type __n1, in replace() function 867 _Self& replace(iterator __first, iterator __last, const _Self& __s) { in replace() function 872 _Self& replace(iterator __first, iterator __last, in replace() function 879 _Self& replace(iterator __first, iterator __last, in replace() function 913 _Self& replace(iterator __first, iterator __last, in replace() function 923 _Self& replace(iterator __first, iterator __last, in replace() function
|
D | _string_sum.h | 168 _BString& replace(size_type __pos, size_type __n, const _BString& __s) in replace() function 170 …_BString& replace(size_type __pos1, size_type __n1, const _BString& __s, size_type __pos2, size_ty… in replace() function 172 _BString& replace(size_type __pos, size_type __n1, const _CharT* __s, size_type __n2) in replace() function 174 _BString& replace(size_type __pos, size_type __n1, const _CharT* __s) in replace() function 176 _BString& replace(size_type __pos, size_type __n1, size_type __n2, _CharT __c) in replace() function
|
D | _string.c | 372 basic_string<_CharT,_Traits,_Alloc> ::replace(iterator __first, iterator __last, in replace() function
|
D | _algobase.h | 701 replace(_ForwardIter __first, _ForwardIter __last, in replace() function
|
/ndk/sources/host-tools/make-3.81/ |
D | expand.c | 328 char *pattern, *replace, *ppercent, *rpercent; in variable_expand_string() local
|
D | variable.c | 750 struct variable *replace = lookup_variable ("MAKESHELL", 9); in define_automatic_variables() local
|
D | function.c | 77 subst_expand (char *o, char *text, char *subst, char *replace, in subst_expand() 147 patsubst_expand (char *o, char *text, char *pattern, char *replace, in patsubst_expand()
|
/ndk/tests/device/test-stlport/unit/ |
D | string_test.cpp | 530 void StringTest::replace() in replace() function in StringTest
|
/ndk/tests/device/test-gnustl-full/unit/ |
D | string_test.cpp | 530 void StringTest::replace() in replace() function in StringTest
|