Searched refs:U16_SURROGATE_OFFSET (Results 1 – 2 of 2) sorted by relevance
96 #define U16_SURROGATE_OFFSET ((0xd800<<10UL)+0xdc00-0x10000) macro110 (((UChar32)(lead)<<10UL)+(UChar32)(trail)-U16_SURROGATE_OFFSET)
24 public static int U16_SURROGATE_OFFSET = ((0xd800 << 10) + 0xdc00 - 0x10000); field in BMPSet