Lines Matching refs:SECTION
36 SECTION( "Empty string" ) {
43 SECTION( "From string literal" ) {
52 SECTION( "c_str() does not cause copy" ) {
60 SECTION( "From sub-string" ) {
73 SECTION( "Substrings" ) {
77 SECTION( "zero-based substring" ) {
83 SECTION( "c_str() causes copy" ) {
97 SECTION( "non-zero-based substring") {
103 SECTION( "Pointer values of full refs should match" ) {
108 SECTION( "Pointer values of substring refs should not match" ) {
113 SECTION( "Comparisons" ) {
118 SECTION( "from std::string" ) {
121 SECTION( "implicitly constructed" ) {
126 SECTION( "explicitly constructed" ) {
131 SECTION( "assigned" ) {
139 SECTION( "to std::string" ) {
142 SECTION( "implicitly constructed" ) {
147 SECTION( "explicitly constructed" ) {
152 SECTION( "assigned" ) {
160 SECTION( "Counting utf-8 codepoints" ) {
175 SECTION( "replace single char" ) {
179 SECTION( "replace two chars" ) {
183 SECTION( "replace first char" ) {
187 SECTION( "replace last char" ) {
191 SECTION( "replace all chars" ) {
195 SECTION( "replace no chars" ) {
199 SECTION( "escape '" ) {