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

  /external/chromium_org/third_party/icu/source/test/cintltst/
bocu1tst.c 254 bocu1Prev(int32_t c) {
400 *pPrev=bocu1Prev(c);
495 pRx->prev=bocu1Prev(c);
574 pRx->prev=bocu1Prev(c);
  /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/chromium_org/third_party/icu/source/common/
ucnvbocu.c 221 bocu1Prev(int32_t c) {
238 /** Fast version of bocu1Prev() for most scripts. */
239 #define BOCU1_PREV(c) ((c)<0x3040 || (c)>0xd7a3 ? BOCU1_SIMPLE_PREV(c) : bocu1Prev(c))
    [all...]
  /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 2361 milliseconds