Home
last modified time | relevance | path

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

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