HomeSort by relevance Sort by last modified time
    Searched refs:bocu1Prev (Results 1 - 2 of 2) sorted by null

  /external/icu4c/test/cintltst/
bocu1tst.c 255 bocu1Prev(int32_t c) {
401 *pPrev=bocu1Prev(c);
496 pRx->prev=bocu1Prev(c);
575 pRx->prev=bocu1Prev(c);
  /external/icu4c/common/
ucnvbocu.cpp 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))
    [all...]

Completed in 66 milliseconds