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

  /external/chromium_org/third_party/icu/source/common/
ucase.cpp 139 c+=UCASE_GET_DELTA(props);
156 c+=UCASE_GET_DELTA(props);
173 c+=UCASE_GET_DELTA(props);
235 int32_t delta=UCASE_GET_DELTA(props);
811 result=c+UCASE_GET_DELTA(props);
955 result=c+UCASE_GET_DELTA(props);
    [all...]
ucase.h 346 # define UCASE_GET_DELTA(props) ((int16_t)(props)>>UCASE_DELTA_SHIFT)
348 # define UCASE_GET_DELTA(props) (int16_t)(((props)&0x8000) ? (((props)>>UCASE_DELTA_SHIFT)|0xfe00) : ((uint16_t)(props)>>UCASE_DELTA_SHIFT))
  /external/icu/icu4c/source/common/
ucase.cpp 139 c+=UCASE_GET_DELTA(props);
156 c+=UCASE_GET_DELTA(props);
173 c+=UCASE_GET_DELTA(props);
235 int32_t delta=UCASE_GET_DELTA(props);
811 result=c+UCASE_GET_DELTA(props);
955 result=c+UCASE_GET_DELTA(props);
    [all...]
ucase.h 346 # define UCASE_GET_DELTA(props) ((int16_t)(props)>>UCASE_DELTA_SHIFT)
348 # define UCASE_GET_DELTA(props) (int16_t)(((props)&0x8000) ? (((props)>>UCASE_DELTA_SHIFT)|0xfe00) : ((uint16_t)(props)>>UCASE_DELTA_SHIFT))

Completed in 3987 milliseconds