48 if (
C <= 0x0147 &&
C % 2 == 1)
61 if (
C <= 0x017d &&
C % 2 == 1)
155 if (
C <= 0x01b5 &&
C % 2 == 1)
163 if (
C <= 0x01bc &&
C % 4 == 0)
183 if (
C <= 0x01db &&
C % 2 == 1)
361 if (
C <= 0x04cd &&
C % 2 == 1)
381 if (
C <= 0x10cd &&
C % 6 == 5)
468 if (
C <= 0x1f5f &&
C % 2 == 1)
601 if (
C <= 0x2c6b &&
C % 2 == 1)
618 if (
C <= 0x2c75 &&
C % 3 == 2)
633 if (
C <= 0x2ced &&
C % 2 == 1)
638 if (
C <= 0xa640 &&
C % 31054 == 11506)
663 if (
C <= 0xa77b &&
C % 2 == 1)
733 if (
C <= 0xa7c9 &&
C % 2 == 1)
738 if (
C <= 0xa7d6 &&
C % 6 == 0)
743 if (
C <= 0xa7f5 &&
C % 29 == 19)
static GCRegistry::Add< ShadowStackGC > C("shadow-stack", "Very portable GC for uncooperative code generators")
int foldCharSimple(int C)
Fold input unicode character according the Simple unicode case folding rules.