2 references to UNICODE_PLANE01_START
mscorlib (2)
system\globalization\charunicodeinfo.cs (2)
159
return ((temp1 * 0x400) + temp2 +
UNICODE_PLANE01_START
);
200
return ((temp1 * 0x400) + temp2 +
UNICODE_PLANE01_START
);