Searched refs:BOCU1_SIMPLE_PREV (Results 1 – 1 of 1) sorted by relevance
211 #define BOCU1_SIMPLE_PREV(c) (((c)&~0x7f)+BOCU1_ASCII_PREV) macro234 return BOCU1_SIMPLE_PREV(c); in bocu1Prev()239 #define BOCU1_PREV(c) ((c)<0x3040 || (c)>0xd7a3 ? BOCU1_SIMPLE_PREV(c) : bocu1Prev(c))442 prev=BOCU1_SIMPLE_PREV(c); in _Bocu1FromUnicodeWithOffsets()683 prev=BOCU1_SIMPLE_PREV(c); in _Bocu1FromUnicode()992 prev=BOCU1_SIMPLE_PREV(c); in _Bocu1ToUnicodeWithOffsets()1026 prev=BOCU1_SIMPLE_PREV(c); in _Bocu1ToUnicodeWithOffsets()1208 prev=BOCU1_SIMPLE_PREV(c); in _Bocu1ToUnicode()1238 prev=BOCU1_SIMPLE_PREV(c); in _Bocu1ToUnicode()