Searched refs:BOCU1_SIMPLE_PREV (Results 1 – 2 of 2) 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()
225 #define BOCU1_SIMPLE_PREV(c) (((c)&~0x7f)+BOCU1_ASCII_PREV) macro248 return BOCU1_SIMPLE_PREV(c); in bocu1Prev()253 #define BOCU1_PREV(c) ((c)<0x3040 || (c)>0xd7a3 ? BOCU1_SIMPLE_PREV(c) : bocu1Prev(c))447 prev=BOCU1_SIMPLE_PREV(c); in _Bocu1FromUnicodeWithOffsets()688 prev=BOCU1_SIMPLE_PREV(c); in _Bocu1FromUnicode()997 prev=BOCU1_SIMPLE_PREV(c); in _Bocu1ToUnicodeWithOffsets()1031 prev=BOCU1_SIMPLE_PREV(c); in _Bocu1ToUnicodeWithOffsets()1213 prev=BOCU1_SIMPLE_PREV(c); in _Bocu1ToUnicode()1243 prev=BOCU1_SIMPLE_PREV(c); in _Bocu1ToUnicode()