Searched refs:BOCU1_SIMPLE_PREV (Results 1 – 5 of 5) sorted by relevance
227 #define BOCU1_SIMPLE_PREV(c) (((c)&~0x7f)+BOCU1_ASCII_PREV) macro250 return BOCU1_SIMPLE_PREV(c); in bocu1Prev()255 #define BOCU1_PREV(c) ((c)<0x3040 || (c)>0xd7a3 ? BOCU1_SIMPLE_PREV(c) : bocu1Prev(c))447 prev=BOCU1_SIMPLE_PREV(c); in _Bocu1FromUnicodeWithOffsets()697 prev=BOCU1_SIMPLE_PREV(c); in _Bocu1FromUnicode()1014 prev=BOCU1_SIMPLE_PREV(c); in _Bocu1ToUnicodeWithOffsets()1048 prev=BOCU1_SIMPLE_PREV(c); in _Bocu1ToUnicodeWithOffsets()1228 prev=BOCU1_SIMPLE_PREV(c); in _Bocu1ToUnicode()1258 prev=BOCU1_SIMPLE_PREV(c); in _Bocu1ToUnicode()
172 private static int BOCU1_SIMPLE_PREV(int c){ in BOCU1_SIMPLE_PREV() method in CharsetBOCU1196 return BOCU1_SIMPLE_PREV(c); in bocu1Prev()202 return ((c)<0x3040 || (c)>0xd7a3 ? BOCU1_SIMPLE_PREV(c) : bocu1Prev(c)); in BOCU1_PREV()454 prev = BOCU1_SIMPLE_PREV(c); in fastSingle()861 prev = BOCU1_SIMPLE_PREV(c); in fastSingle()939 prev = BOCU1_SIMPLE_PREV(c); in afterGetTrail()