Lines Matching refs:x1F
1460 // Regular expression testing for ", \ and control characters (0x00 - 0x1F).
1461 const ctrlCharTest_ = new RegExp('["\\\\\x00-\x1F]');
1464 // Regular expression matching ", \ and control characters (0x00 - 0x1F)
1466 const ctrlCharMatch_ = new RegExp('["\\\\\x00-\x1F]', 'g');
1477 // Check for" , \ and control characters (0x00 - 0x1F). No need to call
1480 // Replace ", \ and control characters (0x00 - 0x1F).