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)
595 if (
C <= 0x2c6b &&
C % 2 == 1)
612 if (
C <= 0x2c75 &&
C % 3 == 2)
627 if (
C <= 0x2ced &&
C % 2 == 1)
632 if (
C <= 0xa640 &&
C % 31054 == 11506)
657 if (
C <= 0xa77b &&
C % 2 == 1)
727 if (
C <= 0xa7c9 &&
C % 2 == 1)
732 if (
C <= 0xa7d6 &&
C % 6 == 0)
737 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.