Searched refs:bocu1Prev (Results 1 - 3 of 3) sorted by relevance

/external/icu/icu4c/source/test/cintltst/
H A Dbocu1tst.c255 bocu1Prev(int32_t c) { function
401 *pPrev=bocu1Prev(c);
496 pRx->prev=bocu1Prev(c);
575 pRx->prev=bocu1Prev(c);
/external/icu/icu4j/main/classes/charset/src/com/ibm/icu/charset/
H A DCharsetBOCU1.java183 private static int bocu1Prev(int c) { method in class:CharsetBOCU1
200 /** Fast version of bocu1Prev() for most scripts. */
202 return ((c)<0x3040 || (c)>0xd7a3 ? BOCU1_SIMPLE_PREV(c) : bocu1Prev(c));
/external/icu/icu4c/source/common/
H A Ducnvbocu.cpp237 bocu1Prev(int32_t c) { function
254 /** Fast version of bocu1Prev() for most scripts. */
255 #define BOCU1_PREV(c) ((c)<0x3040 || (c)>0xd7a3 ? BOCU1_SIMPLE_PREV(c) : bocu1Prev(c))

Completed in 995 milliseconds