Home | History | Annotate | Download | only in common

Lines Matching refs:bocu1Prev

235 bocu1Prev(int32_t c) {
252 /** Fast version of bocu1Prev() for most scripts. */
253 #define BOCU1_PREV(c) ((c)<0x3040 || (c)>0xd7a3 ? BOCU1_SIMPLE_PREV(c) : bocu1Prev(c))