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)
471 if (
C <= 0x1f5f &&
C % 2 == 1)
604 if (
C <= 0x2c6b &&
C % 2 == 1)
621 if (
C <= 0x2c75 &&
C % 3 == 2)
636 if (
C <= 0x2ced &&
C % 2 == 1)
641 if (
C <= 0xa640 &&
C % 31054 == 11506)
666 if (
C <= 0xa77b &&
C % 2 == 1)
736 if (
C <= 0xa7c9 &&
C % 2 == 1)
752 if (
C <= 0xa7e2 &&
C % 5 == 3)
833 if (
C <= 0x1df48 &&
C % 8 == 0)
838 if (
C <= 0x1df4d &&
C % 3 == 1)
843 if (
C <= 0x1df68 &&
C % 23 == 0)
static GCRegistry::Add< ShadowStackGC > C("shadow-stack", "Very portable GC for uncooperative code generators")
LLVM_ABI int foldCharSimple(int C)
Fold input unicode character according the Simple unicode case folding rules.