Home
last modified time | relevance | path

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

/ndk/tests/device/test-stlport/unit/
Dstring_test.cpp1094 class superstring class
1097 superstring() : in superstring() function in superstring
1101 superstring( const string& str ) : in superstring() function in superstring
1105 superstring operator / (const string& str ) in operator /()
1106 { return superstring( s + "/" + str ); } in operator /()
1108 superstring operator / (const char* str ) in operator /()
1109 { return superstring( s + "/" + str ); } in operator /()
1119 superstring s; in te_tmp()
1123 superstring r = s / (more + less); in te_tmp()
/ndk/tests/device/test-gnustl-full/unit/
Dstring_test.cpp1094 class superstring class
1097 superstring() : in superstring() function in superstring
1101 superstring( const string& str ) : in superstring() function in superstring
1105 superstring operator / (const string& str ) in operator /()
1106 { return superstring( s + "/" + str ); } in operator /()
1108 superstring operator / (const char* str ) in operator /()
1109 { return superstring( s + "/" + str ); } in operator /()
1119 superstring s; in te_tmp()
1123 superstring r = s / (more + less); in te_tmp()