/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/astl/src/ |
string.cpp | 628 string::size_type string::find_first_not_of(value_type c, size_type pos) const { function in class:std::string
|
/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;
|
autocomplete.cc | 124 const size_t first_non_white = text.find_first_not_of(kWhitespaceUTF16, 0); [all...] |
autocomplete_edit_view_gtk.cc | 564 const size_t start = current_text.find_first_not_of(kWhitespaceUTF16); [all...] |
/external/chromium/net/base/ |
sdch_manager.cc | 403 size_t value_start = dictionary_text.find_first_not_of(" \t",
|
/external/protobuf/src/google/protobuf/stubs/ |
strutil.cc | 173 begin_index = full.find_first_not_of(delim); 181 begin_index = full.find_first_not_of(delim, end_index); [all...] |
/external/stlport/stlport/stl/ |
_string.c | 513 basic_string<_CharT,_Traits,_Alloc> ::find_first_not_of(const _CharT* __s, size_type __pos, function in class:_Alloc 528 basic_string<_CharT,_Traits,_Alloc> ::find_first_not_of(_CharT __c, size_type __pos) const { function in class:_Alloc
|
/ndk/sources/cxx-stl/stlport/stlport/stl/ |
_string.c | 513 basic_string<_CharT,_Traits,_Alloc> ::find_first_not_of(const _CharT* __s, size_type __pos, function in class:_Alloc 528 basic_string<_CharT,_Traits,_Alloc> ::find_first_not_of(_CharT __c, size_type __pos) const { function in class:_Alloc
|
/prebuilt/ndk/android-ndk-r5/sources/cxx-stl/stlport/stlport/stl/ |
_string.c | 513 basic_string<_CharT,_Traits,_Alloc> ::find_first_not_of(const _CharT* __s, size_type __pos, function in class:_Alloc 528 basic_string<_CharT,_Traits,_Alloc> ::find_first_not_of(_CharT __c, size_type __pos) const { function in class:_Alloc
|
/prebuilt/ndk/android-ndk-r6/sources/cxx-stl/stlport/stlport/stl/ |
_string.c | 513 basic_string<_CharT,_Traits,_Alloc> ::find_first_not_of(const _CharT* __s, size_type __pos, function in class:_Alloc 528 basic_string<_CharT,_Traits,_Alloc> ::find_first_not_of(_CharT __c, size_type __pos) const { function in class:_Alloc
|
/external/chromium/chrome/browser/net/ |
url_fixer_upper.cc | 257 const size_t first_nondot(domain.find_first_not_of('.'));
|
/external/chromium/chrome/common/extensions/ |
extension_file_util.cc | 529 size_t skip = file_path.find_first_not_of("/\\");
|
/external/llvm/lib/Support/ |
PathV2.cpp | 377 size_t loc = i->find_first_not_of(separators);
|
CommandLine.cpp | 443 size_t Pos = WorkStr.find_first_not_of(Delims); [all...] |
/external/llvm/tools/bugpoint/ |
ToolRunner.cpp | 384 std::string::size_type lastPos = CommandLine.find_first_not_of(delimiters, 0); 394 lastPos = CommandLine.find_first_not_of(delimiters, pos); [all...] |
/external/chromium/chrome/browser/ui/views/ |
shell_dialogs_win.cc | 136 size_t ext_index = ext_name.find_first_not_of(L'.'); [all...] |
/external/chromium/third_party/libjingle/source/talk/session/phone/ |
devicemanager.cc | 735 std::string::size_type first = s.find_first_not_of(drop);
|
/external/protobuf/src/google/protobuf/compiler/ |
command_line_interface.cc | 506 string indent_(*target, pos, target->find_first_not_of(" \t", pos) - pos); [all...] |