HomeSort by relevance Sort by last modified time
    Searched refs:find_last_not_of (Results 26 - 50 of 77) sorted by null

12 3 4

  /prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/debug/
_string.h 774 // find_last_not_of
775 size_type find_last_not_of(const _Self& __s, size_type __pos = npos) const function in class:basic_string
776 { return _M_non_dbg_impl.find_last_not_of(__s._M_non_dbg_impl, __pos); }
777 size_type find_last_not_of(const _CharT* __s, size_type __pos = npos) const { function in class:basic_string
780 return _M_non_dbg_impl.find_last_not_of(__s, __pos);
782 size_type find_last_not_of(const _CharT* __s, size_type __pos, size_type __n) const { function in class:basic_string
785 return _M_non_dbg_impl.find_last_not_of(__s, __pos, __n);
787 size_type find_last_not_of(_CharT __c, size_type __pos = npos) const function in class:basic_string
788 { return _M_non_dbg_impl.find_last_not_of(__c, __pos); }
  /prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/debug/
_string.h 774 // find_last_not_of
775 size_type find_last_not_of(const _Self& __s, size_type __pos = npos) const function in class:basic_string
776 { return _M_non_dbg_impl.find_last_not_of(__s._M_non_dbg_impl, __pos); }
777 size_type find_last_not_of(const _CharT* __s, size_type __pos = npos) const { function in class:basic_string
780 return _M_non_dbg_impl.find_last_not_of(__s, __pos);
782 size_type find_last_not_of(const _CharT* __s, size_type __pos, size_type __n) const { function in class:basic_string
785 return _M_non_dbg_impl.find_last_not_of(__s, __pos, __n);
787 size_type find_last_not_of(_CharT __c, size_type __pos = npos) const function in class:basic_string
788 { return _M_non_dbg_impl.find_last_not_of(__c, __pos); }
  /prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/debug/
_string.h 774 // find_last_not_of
775 size_type find_last_not_of(const _Self& __s, size_type __pos = npos) const function in class:basic_string
776 { return _M_non_dbg_impl.find_last_not_of(__s._M_non_dbg_impl, __pos); }
777 size_type find_last_not_of(const _CharT* __s, size_type __pos = npos) const { function in class:basic_string
780 return _M_non_dbg_impl.find_last_not_of(__s, __pos);
782 size_type find_last_not_of(const _CharT* __s, size_type __pos, size_type __n) const { function in class:basic_string
785 return _M_non_dbg_impl.find_last_not_of(__s, __pos, __n);
787 size_type find_last_not_of(_CharT __c, size_type __pos = npos) const function in class:basic_string
788 { return _M_non_dbg_impl.find_last_not_of(__c, __pos); }
  /prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/debug/
_string.h 774 // find_last_not_of
775 size_type find_last_not_of(const _Self& __s, size_type __pos = npos) const function in class:basic_string
776 { return _M_non_dbg_impl.find_last_not_of(__s._M_non_dbg_impl, __pos); }
777 size_type find_last_not_of(const _CharT* __s, size_type __pos = npos) const { function in class:basic_string
780 return _M_non_dbg_impl.find_last_not_of(__s, __pos);
782 size_type find_last_not_of(const _CharT* __s, size_type __pos, size_type __n) const { function in class:basic_string
785 return _M_non_dbg_impl.find_last_not_of(__s, __pos, __n);
787 size_type find_last_not_of(_CharT __c, size_type __pos = npos) const function in class:basic_string
788 { return _M_non_dbg_impl.find_last_not_of(__c, __pos); }
  /prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/stl/debug/
_string.h 774 // find_last_not_of
775 size_type find_last_not_of(const _Self& __s, size_type __pos = npos) const function in class:basic_string
776 { return _M_non_dbg_impl.find_last_not_of(__s._M_non_dbg_impl, __pos); }
777 size_type find_last_not_of(const _CharT* __s, size_type __pos = npos) const { function in class:basic_string
780 return _M_non_dbg_impl.find_last_not_of(__s, __pos);
782 size_type find_last_not_of(const _CharT* __s, size_type __pos, size_type __n) const { function in class:basic_string
785 return _M_non_dbg_impl.find_last_not_of(__s, __pos, __n);
787 size_type find_last_not_of(_CharT __c, size_type __pos = npos) const function in class:basic_string
788 { return _M_non_dbg_impl.find_last_not_of(__c, __pos); }
  /external/llvm/lib/Support/
StringRef.cpp 251 /// find_last_not_of - Find the last character in the string that is not
253 StringRef::size_type StringRef::find_last_not_of(char C, size_t From) const {
260 /// find_last_not_of - Find the last character in the string that is not in
264 StringRef::size_type StringRef::find_last_not_of(StringRef Chars,
  /external/protobuf/src/google/protobuf/compiler/javanano/
javanano_generator.cc 56 string::size_type end = s.find_last_not_of(" \n\r\t") + 1;
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_string.h 1011 size_type find_last_not_of(const _Self& __s, size_type __pos = npos) const function in class:basic_string
1014 size_type find_last_not_of(const _CharT* __s, size_type __pos = npos) const function in class:basic_string
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/bits/
basic_string.h 2173 find_last_not_of(const _CharT* __s, size_type __pos = npos) const function in class:basic_string
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/ext/
vstring.h 1910 find_last_not_of(const _CharT* __s, size_type __pos = npos) const function in class:__versa_string
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/bits/
basic_string.h 2173 find_last_not_of(const _CharT* __s, size_type __pos = npos) const function in class:basic_string
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/ext/
vstring.h 1910 find_last_not_of(const _CharT* __s, size_type __pos = npos) const function in class:__versa_string
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/bits/
basic_string.h 2173 find_last_not_of(const _CharT* __s, size_type __pos = npos) const function in class:basic_string
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/ext/
vstring.h 1910 find_last_not_of(const _CharT* __s, size_type __pos = npos) const function in class:__versa_string
    [all...]
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/bits/
basic_string.h 1943 find_last_not_of(const basic_string& __str, size_type __pos = npos) const function in class:basic_string
1972 find_last_not_of(const _CharT* __s, size_type __pos = npos) const function in class:basic_string
    [all...]
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/ext/
vstring.h 1807 find_last_not_of(const __versa_string& __str, function in class:__versa_string
1838 find_last_not_of(const _CharT* __s, size_type __pos = npos) const function in class:__versa_string
    [all...]
  /prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/
_string.h 1011 size_type find_last_not_of(const _Self& __s, size_type __pos = npos) const function in class:basic_string
1014 size_type find_last_not_of(const _CharT* __s, size_type __pos = npos) const function in class:basic_string
    [all...]
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/bits/
basic_string.h 1943 find_last_not_of(const basic_string& __str, size_type __pos = npos) const function in class:basic_string
1972 find_last_not_of(const _CharT* __s, size_type __pos = npos) const function in class:basic_string
    [all...]
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/ext/
vstring.h 1807 find_last_not_of(const __versa_string& __str, function in class:__versa_string
1838 find_last_not_of(const _CharT* __s, size_type __pos = npos) const function in class:__versa_string
    [all...]
  /prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/
_string.h 1011 size_type find_last_not_of(const _Self& __s, size_type __pos = npos) const function in class:basic_string
1014 size_type find_last_not_of(const _CharT* __s, size_type __pos = npos) const function in class:basic_string
    [all...]
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/bits/
basic_string.h 1943 find_last_not_of(const basic_string& __str, size_type __pos = npos) const function in class:basic_string
1972 find_last_not_of(const _CharT* __s, size_type __pos = npos) const function in class:basic_string
    [all...]
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/ext/
vstring.h 1807 find_last_not_of(const __versa_string& __str, function in class:__versa_string
1838 find_last_not_of(const _CharT* __s, size_type __pos = npos) const function in class:__versa_string
    [all...]
  /prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/
_string.h 1011 size_type find_last_not_of(const _Self& __s, size_type __pos = npos) const function in class:basic_string
1014 size_type find_last_not_of(const _CharT* __s, size_type __pos = npos) const function in class:basic_string
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/bits/
basic_string.h 1943 find_last_not_of(const basic_string& __str, size_type __pos = npos) const function in class:basic_string
1972 find_last_not_of(const _CharT* __s, size_type __pos = npos) const function in class:basic_string
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/ext/
vstring.h 1803 find_last_not_of(const __versa_string& __str, function in class:__versa_string
1834 find_last_not_of(const _CharT* __s, size_type __pos = npos) const function in class:__versa_string
    [all...]

Completed in 954 milliseconds

12 3 4