Searched refs:U16_SURROGATE_OFFSET (Results 1 – 3 of 3) sorted by relevance
98 #define U16_SURROGATE_OFFSET ((0xd800<<10UL)+0xdc00-0x10000) macro112 (((UChar32)(lead)<<10UL)+(UChar32)(trail)-U16_SURROGATE_OFFSET)
29 public static int U16_SURROGATE_OFFSET = ((0xd800 << 10) + 0xdc00 - 0x10000); field in BMPSet
27 public static int U16_SURROGATE_OFFSET = ((0xd800 << 10) + 0xdc00 - 0x10000); field in BMPSet