Searched refs:UTF16_SURG_L_MARK (Results 1 – 1 of 1) sorted by relevance
31 #define UTF16_SURG_L_MARK 0xDC00 macro202 if(*pC < UTF16_SURG_L_MARK || *pC > UTF16_SURG_L_END) in PVRTUnicodeUTF16ToUTF32()206 c32 = ((c32 - UTF16_SURG_H_MARK) << 10) + (*pC - UTF16_SURG_L_MARK) + 0x10000; in PVRTUnicodeUTF16ToUTF32()280 && pC[1] >= UTF16_SURG_L_MARK && pC[0] <= UTF16_SURG_L_END) in PVRTUnicodeUTF16Length()