Searched refs:npos_local (Results 1 – 1 of 1) sorted by relevance
648 string::size_type const& npos_local = string::npos; in find() local650 # define npos_local string::npos in find() macro652 CPPUNIT_ASSERT( s.find("four") == npos_local ); in find()653 CPPUNIT_ASSERT( s.find("one", string::npos) == npos_local ); in find()