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

  /external/icu4c/common/
ucase.h 352 #define UCASE_EXC_SHIFT 5
354 #define UCASE_MAX_EXCEPTIONS ((UCASE_EXC_MASK>>UCASE_EXC_SHIFT)+1)
ucase.cpp 86 #define GET_EXCEPTIONS(csp, props) ((csp)->exceptions+((props)>>UCASE_EXC_SHIFT))
    [all...]
  /external/chromium_org/third_party/icu/source/common/
ucase.h 307 #define UCASE_EXC_SHIFT 4
ucase.c 83 #define GET_EXCEPTIONS(csp, props) ((csp)->exceptions+((props)>>UCASE_EXC_SHIFT))
    [all...]

Completed in 24 milliseconds