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