HomeSort by relevance Sort by last modified time
    Searched refs:npos_local (Results 1 - 3 of 3) sorted by null

  /external/stlport/test/unit/
string_test.cpp 648 string::size_type const& npos_local = string::npos; member in class:string
650 # define npos_local string::npos macro
652 CPPUNIT_ASSERT( s.find("four") == npos_local );
653 CPPUNIT_ASSERT( s.find("one", string::npos) == npos_local );
    [all...]
  /ndk/tests/device/test-gnustl-full/unit/
string_test.cpp 648 string::size_type const& npos_local = string::npos; member in class:string
650 # define npos_local string::npos macro
652 CPPUNIT_ASSERT( s.find("four") == npos_local );
653 CPPUNIT_ASSERT( s.find("one", string::npos) == npos_local );
    [all...]
  /ndk/tests/device/test-stlport/unit/
string_test.cpp 648 string::size_type const& npos_local = string::npos; member in class:string
650 # define npos_local string::npos macro
652 CPPUNIT_ASSERT( s.find("four") == npos_local );
653 CPPUNIT_ASSERT( s.find("one", string::npos) == npos_local );
    [all...]

Completed in 158 milliseconds