Searched refs:BOCU1_MIDDLE (Results 1 – 3 of 3) sorted by relevance
60 #define BOCU1_MIDDLE 0x90 macro101 #define BOCU1_START_POS_2 (BOCU1_MIDDLE+BOCU1_REACH_POS_1+1)106 #define BOCU1_START_NEG_2 (BOCU1_MIDDLE+BOCU1_REACH_NEG_1)220 #define PACK_SINGLE_DIFF(diff) (BOCU1_MIDDLE+(diff))296 return 0x01000000|(BOCU1_MIDDLE+diff); in packDiff()1010 c=prev+(c-BOCU1_MIDDLE); in _Bocu1ToUnicodeWithOffsets()1044 c=prev+(c-BOCU1_MIDDLE); in _Bocu1ToUnicodeWithOffsets()1066 if(c>=BOCU1_MIDDLE) { in _Bocu1ToUnicodeWithOffsets()1225 c=prev+(c-BOCU1_MIDDLE); in _Bocu1ToUnicode()1255 c=prev+(c-BOCU1_MIDDLE); in _Bocu1ToUnicode()[all …]
34 private static final int BOCU1_MIDDLE = 0x90; field in CharsetBOCU175 private static final int BOCU1_START_POS_2 = (BOCU1_MIDDLE+BOCU1_REACH_POS_1+1);80 private static final int BOCU1_START_NEG_2 = (BOCU1_MIDDLE+BOCU1_REACH_NEG_1);216 return (BOCU1_MIDDLE+(diff)); in PACK_SINGLE_DIFF()855 c = prev + (c-BOCU1_MIDDLE); in fastSingle()933 c = prev + (c-BOCU1_MIDDLE); in afterGetTrail()960 if(c >= BOCU1_MIDDLE) { in afterGetTrail()
68 #define BOCU1_MIDDLE 0x90 macro111 #define BOCU1_START_POS_2 (BOCU1_MIDDLE+BOCU1_REACH_POS_1+1)116 #define BOCU1_START_NEG_2 (BOCU1_MIDDLE+BOCU1_REACH_NEG_1)294 return 0x01000000|(BOCU1_MIDDLE+diff); in packDiff()574 c=prev+((int32_t)b-BOCU1_MIDDLE); in decodeBocu1()803 log_verbose(" BOCU1_MIDDLE 0x%02x\n", BOCU1_MIDDLE); in TestBOCU1RefDiff()