(e3)
| 280 | return s2 == "F" || s2 == "W" || s2 == "A" ? 2 : 1; |
| 281 | }; |
| 282 | function F5(e3) { |
| 283 | return e3.match(/[\uD800-\uDBFF][\uDC00-\uDFFF]|[^\uD800-\uDFFF]/g) || []; |
| 284 | } |
| 285 | u3.length = function(e3) { |
| 286 | for (var s2 = F5(e3), C5 = 0, D5 = 0; D5 < s2.length; D5++) C5 = C5 + this.characterLength(s2[D5]); |
| 287 | return C5; |
no test coverage detected