Home | History | Annotate | Download | only in intltest

Lines Matching refs:close_quoting

282 //    P1 open_quoting()  then close_quoting()    (direct violation)   D1
283 // P2 close_quoting() then open_quoting() (direct violation) D2
285 // P4 empty close_quoting() (indirect violation) D2, D3
287 // P6 close_quoting() then two single quotes (indirect violation) D3
299 // For close_quoting()
372 inline void close_quoting(){
392 quote_escape ? open_quoting() : close_quoting();
402 quote_escape ? open_quoting() : close_quoting();
408 quote_escape ? open_quoting() : close_quoting();
413 quote_escape ? open_quoting() : close_quoting();
417 close_quoting();
430 close_quoting(); // P4 exception, to close whole quoting