Home
last modified time | relevance | path

Searched refs:UCASE_GET_DELTA (Results 1 – 4 of 4) sorted by relevance

/external/chromium/third_party/icu/source/common/
Ducase.c411 c+=UCASE_GET_DELTA(props); in ucase_tolower()
428 c+=UCASE_GET_DELTA(props); in ucase_toupper()
445 c+=UCASE_GET_DELTA(props); in ucase_totitle()
507 int32_t delta=UCASE_GET_DELTA(props); in ucase_addCaseClosure()
1054 result=c+UCASE_GET_DELTA(props); in ucase_toFullLower()
1198 result=c+UCASE_GET_DELTA(props); in toUpperOrTitle()
1344 c+=UCASE_GET_DELTA(props); in ucase_fold()
1408 result=c+UCASE_GET_DELTA(props); in ucase_toFullFolding()
Ducase.h324 #define UCASE_GET_DELTA(props) ((int16_t)(props)>>UCASE_DELTA_SHIFT) macro
/external/icu4c/common/
Ducase.c411 c+=UCASE_GET_DELTA(props); in ucase_tolower()
428 c+=UCASE_GET_DELTA(props); in ucase_toupper()
445 c+=UCASE_GET_DELTA(props); in ucase_totitle()
507 int32_t delta=UCASE_GET_DELTA(props); in ucase_addCaseClosure()
1059 result=c+UCASE_GET_DELTA(props); in ucase_toFullLower()
1203 result=c+UCASE_GET_DELTA(props); in toUpperOrTitle()
1349 c+=UCASE_GET_DELTA(props); in ucase_fold()
1413 result=c+UCASE_GET_DELTA(props); in ucase_toFullFolding()
Ducase.h324 #define UCASE_GET_DELTA(props) ((int16_t)(props)>>UCASE_DELTA_SHIFT) macro