Searched refs:ascii_only (Results 1 – 8 of 8) sorted by relevance
56 ascii_only : false, property154 if (options.ascii_only) str = to_ascii(str);179 if (options.ascii_only)
54 ascii_only : false, property142 var to_utf8 = options.ascii_only ? function(str, identifier) {
924 - `ascii_only` (default: `false`) — escape Unicode characters in strings and
7545 var ascii_only = /^[\x00-\x7F]*$/;7546 if (ascii_only.test(self) && ascii_only.test(other)) {
7270 var ascii_only = /^[\x00-\x7F]*$/;7271 if (ascii_only.test(self) && ascii_only.test(other)) {7785 $def(self, '$ascii_only?', function $String_ascii_only$ques$14() {
7279 var ascii_only = /^[\x00-\x7F]*$/;7280 if (ascii_only.test(self) && ascii_only.test(other)) {7794 $def(self, '$ascii_only?', function $String_ascii_only$ques$14() {
7548 var ascii_only = /^[\x00-\x7F]*$/;7549 if (ascii_only.test(self) && ascii_only.test(other)) {