/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/ |
vstring.h | 1813 find_first_not_of(const _CharT* __s, size_type __pos = 0) const function in class:__versa_string [all...] |
/prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/ |
_string.h | 1000 size_type find_first_not_of(const _Self& __s, size_type __pos = 0) const function in class:basic_string 1003 size_type find_first_not_of(const _CharT* __s, size_type __pos = 0) const function in class:basic_string [all...] |
/prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/stl/ |
_string.h | 1000 size_type find_first_not_of(const _Self& __s, size_type __pos = 0) const function in class:basic_string 1003 size_type find_first_not_of(const _CharT* __s, size_type __pos = 0) const function in class:basic_string [all...] |
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/ |
basic_string.h | 2035 find_first_not_of(const basic_string& __str, size_type __pos = 0) const function in class:basic_string 2064 find_first_not_of(const _CharT* __s, size_type __pos = 0) const function in class:basic_string [all...] |
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/ |
vstring.h | 1776 find_first_not_of(const __versa_string& __str, size_type __pos = 0) const function in class:__versa_string 1806 find_first_not_of(const _CharT* __s, size_type __pos = 0) const function in class:__versa_string [all...] |
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/ |
basic_string.h | 2107 find_first_not_of(const _CharT* __s, size_type __pos = 0) const function in class:basic_string [all...] |
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/ |
vstring.h | 1813 find_first_not_of(const _CharT* __s, size_type __pos = 0) const function in class:__versa_string [all...] |
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/bits/ |
basic_string.h | 2110 find_first_not_of(const _CharT* __s, size_type __pos = 0) const function in class:basic_string [all...] |
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/ext/ |
vstring.h | 1847 find_first_not_of(const _CharT* __s, size_type __pos = 0) const function in class:__versa_string [all...] |
/external/llvm/lib/DebugInfo/ |
DWARFContext.cpp | 542 name = name.substr(name.find_first_not_of("._")); // Skip . and _ prefixes. 592 RelSecName.find_first_not_of("._")); // Skip . and _ prefixes.
|
/external/chromium/chrome/browser/sync/engine/net/ |
server_connection_manager.cc | 226 time_response.find_first_not_of("0123456789")) {
|
/external/chromium/chrome/browser/sync/syncable/ |
model_type.cc | 276 if (model_type_bitset_string.find_first_not_of("01") != std::string::npos)
|
/external/chromium_org/content/child/ |
site_isolation_policy.cc | 83 size_t offset = data.find_first_not_of(" \t\r\n");
|
/external/chromium_org/net/base/ |
net_util_win.cc | 103 size_t first_non_slash = path.find_first_not_of("/\\");
|
/external/chromium_org/third_party/libjingle/source/talk/media/devices/ |
linuxdevicemanager.cc | 172 std::string::size_type first = s.find_first_not_of(drop);
|
/external/chromium/base/ |
string_util.cc | 215 input.find_first_not_of(trim_chars) : 0; 767 typename STR::size_type start = str.find_first_not_of(delimiters); 775 start = str.find_first_not_of(delimiters, end + 1); [all...] |
/external/srec/tools/grxmlcompile/ |
grxmldoc.cpp | 498 cdata.erase(0, cdata.find_first_not_of(whitespace) ); 507 begIdx = cdata.find_first_not_of(whitespace); 542 begIdx = cdata.find_first_not_of (whitespace, endIdx); [all...] |
/external/chromium/chrome/browser/autocomplete/ |
autocomplete_edit_view_views.cc | 377 const size_t start = current_text.find_first_not_of(kWhitespaceUTF16);
|
keyword_provider.cc | 303 input.find_first_not_of(kWhitespaceUTF16, first_white) : first_white + 1;
|
/external/chromium/net/base/ |
sdch_manager.cc | 403 size_t value_start = dictionary_text.find_first_not_of(" \t",
|
/external/chromium_org/base/debug/ |
stack_trace_posix.cc | 80 text->find_first_not_of(kSymbolCharacters, mangled_start);
|
/external/chromium_org/chrome/browser/autocomplete/ |
autocomplete_input.cc | 131 size_t first_non_white = text.find_first_not_of(base::kWhitespaceUTF16, 0);
|
/external/chromium_org/chrome/browser/chromeos/drive/ |
file_system_util.cc | 308 if (!output.empty() && output.find_first_not_of(kDot, 0) == std::string::npos)
|
/external/chromium_org/chrome/browser/ |
internal_auth.cc | 113 var.find_first_not_of(kAllowedChars) == std::string::npos &&
|
/external/chromium_org/native_client_sdk/src/tests/nacl_io_test/ |
fake_pepper_interface_url_loader.cc | 37 size_t nonspace = headers.find_first_not_of(' ', colon + 1);
|