Home
last modified time | relevance | path

Searched defs:npos (Results 1 – 19 of 19) sorted by relevance

/external/icu/icu4c/source/common/
Dstringpiece.cpp71 const int32_t StringPiece::npos = 0x7fffffff; member in StringPiece
/external/icu/icu4c/source/common/unicode/
Dstringpiece.h186 static const int32_t npos; // = 0x7fffffff; variable
/external/v8/test/unittests/compiler/
Dnode-cache-unittest.cc25 Node** npos = cache.Find(zone(), i); in TEST_F() local
81 Node** npos = cache.Find(zone(), i); in TEST_F() local
/external/sfntly/cpp/src/test/tinyxml/
Dtinystr.cpp30 const TiXmlString::size_type TiXmlString::npos = static_cast< TiXmlString::size_type >(-1); member in TiXmlString
Dtinystr.h62 static const size_type npos; // = -1; variable
/external/tinyxml/
Dtinystr.cpp35 const TiXmlString::size_type TiXmlString::npos = static_cast< size_type >(-1); member in TiXmlString
Dtinystr.h59 static const size_type npos; // = -1; variable
/external/regex-re2/util/
Dstringpiece.cc87 const StringPiece::size_type StringPiece::npos = size_type(-1); member in StringPiece
/external/opencv3/apps/traincascade/
Dtraincascade_features.h94 int npos, nneg; variable
/external/opencv3/modules/python/src2/
Dhdr_parser.py48 def get_macro_arg(self, arg_str, npos): argument
/external/regex-re2/re2/
Dstringpiece.h122 static const size_type npos; variable
/external/clang/test/FixIt/
Dtypo.cpp11 static const int npos = -1; // expected-note{{'npos' declared here}} member in std::basic_string
/external/libweave/third_party/chromium/base/strings/
Dstring_piece.h100 static const size_type npos; variable
/external/libchrome/base/strings/
Dstring_piece.h176 static const size_type npos; variable
/external/llvm/include/llvm/ADT/
DStringRef.h45 static const size_t npos = ~size_t(0); variable
/external/zopfli/src/zopflipng/
Dzopflipng_bin.cc30 size_t npos = (size_t)(-1); in GetFileNameParts() local
/external/clang/test/Index/
Drecursive-cxx-member-calls.cpp41 static const size_t npos = ~size_t(0); member in llvm::StringRef
/external/llvm/lib/Support/
DStringRef.cpp20 const size_t StringRef::npos; member in StringRef
/external/opencv3/modules/core/include/opencv2/core/
Dcvstd.hpp488 static const size_t npos = size_t(-1); member in cv::String