Home
last modified time | relevance | path

Searched refs:npos_local (Results 1 – 1 of 1) sorted by relevance

/reactos/sdk/lib/3rdparty/stlport/test/unit/
H A Dstring_test.cpp648 string::size_type const& npos_local = string::npos; in find() local
650 # define npos_local string::npos in find() macro
652 CPPUNIT_ASSERT( s.find("four") == npos_local ); in find()
653 CPPUNIT_ASSERT( s.find("one", string::npos) == npos_local ); in find()