Showing 5,781 of 10,536 total issues
Avoid too many return
statements within this function. Open
Open
if (0x2DB8 <= cp && cp <= 0x2DBE) return true;
Avoid too many return
statements within this function. Open
Open
if (0x2DC0 <= cp && cp <= 0x2DC6) 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 (0x31A0 <= cp && cp <= 0x31BA) return true;
Avoid too many return
statements within this function. Open
Open
if (0x31F0 <= cp && cp <= 0x31FF) return true;
Avoid too many return
statements within this function. Open
Open
if (0xA4D0 <= cp && cp <= 0xA4FD) return true;
Avoid too many return
statements within this function. Open
Open
if (0xAB01 <= cp && cp <= 0xAB06) return true;
Avoid too many return
statements within this function. Open
Open
if (0xAB09 <= cp && cp <= 0xAB0E) return true;
Avoid too many return
statements within this function. Open
Open
if (0xFD92 <= cp && cp <= 0xFDC7) return true;
Avoid too many return
statements within this function. Open
Open
if (0x103C8 <= cp && cp <= 0x103CF) return true;
Avoid too many return
statements within this function. Open
Open
if (0x10800 <= cp && cp <= 0x10805) return true;
Avoid too many return
statements within this function. Open
Open
if (0x10A19 <= cp && cp <= 0x10A33) return true;
Avoid too many return
statements within this function. Open
Open
if (0x10A38 <= cp && cp <= 0x10A3A) return true;
Avoid too many return
statements within this function. Open
Open
if (0x10A60 <= cp && cp <= 0x10A7C) return true;
Avoid too many return
statements within this function. Open
Open
if (0x10B00 <= cp && cp <= 0x10B35) return true;
Avoid too many return
statements within this function. Open
Open
if (0x11066 <= cp && cp <= 0x1106F) return true;
Avoid too many return
statements within this function. Open
Open
if (0x1128F <= cp && cp <= 0x1129D) return true;
Avoid too many return
statements within this function. Open
Open
if (0x12000 <= cp && cp <= 0x12399) return true;
Avoid too many return
statements within this function. Open
Open
if (0x14400 <= cp && cp <= 0x14646) return true;
Avoid too many return
statements within this function. Open
Open
if (0x1880 <= cp && cp <= 0x18AA) return true;