Showing 5,781 of 10,536 total issues
Avoid too many return
statements within this function. Open
Open
if (0x2118 <= cp && cp <= 0x211D) return true;
Avoid too many return
statements within this function. Open
Open
if (0xA500 <= cp && cp <= 0xA60C) return true;
Avoid too many return
statements within this function. Open
Open
if (0xA8E0 <= cp && cp <= 0xA8F7) return true;
Avoid too many return
statements within this function. Open
Open
if (0xAAF2 <= cp && cp <= 0xAAF6) return true;
Avoid too many return
statements within this function. Open
Open
if (0xABEC <= cp && cp <= 0xABED) return true;
Avoid too many return
statements within this function. Open
Open
if (0xFB2A <= cp && cp <= 0xFB36) return true;
Avoid too many return
statements within this function. Open
Open
if (0xFB46 <= cp && cp <= 0xFBB1) return true;
Avoid too many return
statements within this function. Open
Open
if (0xFF10 <= cp && cp <= 0xFF19) return true;
Avoid too many return
statements within this function. Open
Open
if (0x10028 <= cp && cp <= 0x1003A) return true;
Avoid too many return
statements within this function. Open
Open
if (0x10050 <= cp && cp <= 0x1005D) return true;
Avoid too many return
statements within this function. Open
Open
if (0x102A0 <= cp && cp <= 0x102D0) return true;
Avoid too many return
statements within this function. Open
Open
if (0x103D1 <= cp && cp <= 0x103D5) return true;
Avoid too many return
statements within this function. Open
Open
if (0x10740 <= cp && cp <= 0x10755) return true;
Avoid too many return
statements within this function. Open
Open
if (0x10900 <= cp && cp <= 0x10915) return true;
Avoid too many return
statements within this function. Open
Open
if (0x110F0 <= cp && cp <= 0x110F9) return true;
Avoid too many return
statements within this function. Open
Open
if (0x11100 <= cp && cp <= 0x11134) return true;
Avoid too many return
statements within this function. Open
Open
if (0x1129F <= cp && cp <= 0x112A8) 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 (0x12480 <= cp && cp <= 0x12543) return true;
Avoid too many return
statements within this function. Open
Open
if (0x1A90 <= cp && cp <= 0x1A99) return true;