Home
last modified time | relevance | path

Searched defs:replace (Results 1 – 13 of 13) sorted by relevance

/ndk/build/tools/
Dcleanup-headers.sh58 replace() { function
/ndk/sources/cxx-stl/stlport/stlport/stl/debug/
D_string.h515 _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/
Dsequence.hpp167 inline void replace( in replace() function
179 inline void replace( in replace() function
/ndk/sources/cxx-stl/stlport/stlport/stl/
D_string_workaround.h472 _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.h813 _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.h168 _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.c372 basic_string<_CharT,_Traits,_Alloc> ::replace(iterator __first, iterator __last, in replace() function
D_algobase.h701 replace(_ForwardIter __first, _ForwardIter __last, in replace() function
/ndk/sources/host-tools/make-3.81/
Dexpand.c328 char *pattern, *replace, *ppercent, *rpercent; in variable_expand_string() local
Dvariable.c750 struct variable *replace = lookup_variable ("MAKESHELL", 9); in define_automatic_variables() local
Dfunction.c77 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/
Dstring_test.cpp530 void StringTest::replace() in replace() function in StringTest
/ndk/tests/device/test-gnustl-full/unit/
Dstring_test.cpp530 void StringTest::replace() in replace() function in StringTest