HomeSort by relevance Sort by last modified time
    Searched full:open_quoting (Results 1 - 1 of 1) sorted by null

  /external/chromium_org/third_party/icu/source/test/intltest/
wbnf.cpp 282 // P1 open_quoting() then close_quoting() (direct violation) D1
283 // P2 close_quoting() then open_quoting() (direct violation) D2
284 // P3 empty open_quoting() (indirect violation) D1, D4
286 // P5 open_quoting() then two single quotes (indirect violation) D4
292 // For open_quoting(),
364 inline void open_quoting(){ function in class:Escaper
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()
    [all...]

Completed in 58 milliseconds