Searched refs:bocu1Prev (Results 1 – 3 of 3) sorted by relevance
255 bocu1Prev(int32_t c) { in bocu1Prev() function401 *pPrev=bocu1Prev(c); in encodeBocu1()496 pRx->prev=bocu1Prev(c); in decodeBocu1TrailByte()575 pRx->prev=bocu1Prev(c); in decodeBocu1()
183 private static int bocu1Prev(int c) { in bocu1Prev() method in CharsetBOCU1202 return ((c)<0x3040 || (c)>0xd7a3 ? BOCU1_SIMPLE_PREV(c) : bocu1Prev(c)); in BOCU1_PREV()
237 bocu1Prev(int32_t c) { in bocu1Prev() function255 #define BOCU1_PREV(c) ((c)<0x3040 || (c)>0xd7a3 ? BOCU1_SIMPLE_PREV(c) : bocu1Prev(c))