Lines Matching refs:x00
2631 // Regular expression testing for ", \ and control characters (0x00 - 0x1F).
2632 const ctrlCharTest_ = new RegExp('["\\\\\x00-\x1F]');
2635 // Regular expression matching ", \ and control characters (0x00 - 0x1F)
2637 const ctrlCharMatch_ = new RegExp('["\\\\\x00-\x1F]', 'g');
2648 // Check for" , \ and control characters (0x00 - 0x1F). No need to call
2651 // Replace ", \ and control characters (0x00 - 0x1F).