Showing 5,781 of 10,536 total issues
Avoid too many return
statements within this function. Open
Open
if (0xFF21 <= cp && cp <= 0xFF3A) return true;
Avoid too many return
statements within this function. Open
Open
if (0x3021 <= cp && cp <= 0x3029) return true;
Avoid too many return
statements within this function. Open
Open
if (0x3041 <= cp && cp <= 0x3096) return true;
Avoid too many return
statements within this function. Open
Open
if (0x3131 <= cp && cp <= 0x318E) return true;
Avoid too many return
statements within this function. Open
Open
if (0x10380 <= cp && cp <= 0x1039D) return true;
Avoid too many return
statements within this function. Open
Open
if (0xAA40 <= cp && cp <= 0xAA42) return true;
Avoid too many return
statements within this function. Open
Open
if (0x11003 <= cp && cp <= 0x11037) return true;
Avoid too many return
statements within this function. Open
Open
if (0xAB5C <= cp && cp <= 0xAB65) return true;
Avoid too many return
statements within this function. Open
Open
if (0x1000D <= cp && cp <= 0x10026) return true;
Avoid too many return
statements within this function. Open
Open
if (0xA9E6 <= cp && cp <= 0xA9EF) return true;
Avoid too many return
statements within this function. Open
Open
if (0x11700 <= cp && cp <= 0x11719) return true;
Avoid too many return
statements within this function. Open
Open
if (0x1003F <= cp && cp <= 0x1004D) return true;
Avoid too many return
statements within this function. Open
Open
if (cp === 0x1D4A2) return true;
Avoid too many return
statements within this function. Open
Open
if (0x10880 <= cp && cp <= 0x1089E) return true;
Avoid too many return
statements within this function. Open
Open
if (0xAA60 <= cp && cp <= 0xAA76) return true;
Avoid too many return
statements within this function. Open
Open
if (0x1F20 <= cp && cp <= 0x1F45) return true;
Avoid too many return
statements within this function. Open
Open
if (0x10400 <= cp && cp <= 0x1049D) return true;
Avoid too many return
statements within this function. Open
Open
if (0x1D4BD <= cp && cp <= 0x1D4C3) return true;
Avoid too many return
statements within this function. Open
Open
if (0x11150 <= cp && cp <= 0x11172) return true;
Avoid too many return
statements within this function. Open
Open
if (0x10800 <= cp && cp <= 0x10805) return true;