4 references to UNICODE_PLANE01_START
mscorlib (4)
system\char.cs (4)
930if (utf32 < UNICODE_PLANE01_START) { 935utf32 -= UNICODE_PLANE01_START; 955return (((highSurrogate - CharUnicodeInfo.HIGH_SURROGATE_START) * 0x400) + (lowSurrogate - CharUnicodeInfo.LOW_SURROGATE_START) + UNICODE_PLANE01_START); 985return ((temp1 * 0x400) + temp2 + UNICODE_PLANE01_START);