Home
last modified time | relevance | path

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

/external/icu4c/test/cintltst/
Dbocu1tst.c254 bocu1Prev(int32_t c) { in bocu1Prev() function
400 *pPrev=bocu1Prev(c); in encodeBocu1()
495 pRx->prev=bocu1Prev(c); in decodeBocu1TrailByte()
574 pRx->prev=bocu1Prev(c); in decodeBocu1()
/external/icu4c/common/
Ducnvbocu.c221 bocu1Prev(int32_t c) { in bocu1Prev() function
239 #define BOCU1_PREV(c) ((c)<0x3040 || (c)>0xd7a3 ? BOCU1_SIMPLE_PREV(c) : bocu1Prev(c))