Searched refs:isLowSurrogate (Results 1 – 9 of 9) sorted by relevance
1 …isLowSurrogate(nextCharCode)) {\n offset++;\n codePo…
36337 function isLowSurrogate(charCode) { function
1 …n return (0xD800 <= charCode && charCode <= 0xDBFF);\n}\nfunction isLowSurrogate(charCode) {\n …
8 …){return new RegExp("[\uD800-\uDBFF]").test(String.fromCharCode(n))},isLowSurrogate:function(n){re…