Home | History | Annotate | Download | only in unit

Lines Matching full:iso

379   CPPUNIT_ASSERT( xx.data() != 0 );  // ISO-IEC-14882:1998(E), 21.3.6, paragraph 3
381 /* This test really not required: in ISO-IEC-14882:1998(E) paragraph 3 stated:
416 CPPUNIT_ASSERT( *(yy.c_str()) == '\0' ); // ISO-IEC-14882:1998(E), 21.3.6, paragraph 1
434 // ISO/IEC 14882:1998(E), ISO/IEC 14882:2003(E), 21.3.4 ('... the const version')
665 /* ISO/IEC 14882 2003, 21.3.6.1 basic_string::find [lib.string::find]