Home
last modified time | relevance | path

Searched refs:HAS_SLOT (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/third_party/icu/source/common/
Ducase.c107 #define HAS_SLOT(flags, idx) ((flags)&(1<<(idx))) macro
141 if(HAS_SLOT(excWord, UCASE_EXC_LOWER)) { in ucase_tolower()
158 if(HAS_SLOT(excWord, UCASE_EXC_UPPER)) { in ucase_toupper()
176 if(HAS_SLOT(excWord, UCASE_EXC_TITLE)) { in ucase_totitle()
178 } else if(HAS_SLOT(excWord, UCASE_EXC_UPPER)) { in ucase_totitle()
251 if(HAS_SLOT(excWord, idx)) { in ucase_addCaseClosure()
259 if(HAS_SLOT(excWord, UCASE_EXC_CLOSURE)) { in ucase_addCaseClosure()
270 if(HAS_SLOT(excWord, UCASE_EXC_FULL_MAPPINGS)) { in ucase_addCaseClosure()
897 } else if(HAS_SLOT(excWord, UCASE_EXC_FULL_MAPPINGS)) { in ucase_toFullLower()
909 if(HAS_SLOT(excWord, UCASE_EXC_LOWER)) { in ucase_toFullLower()
[all …]
/external/icu4c/common/
Ducase.cpp110 #define HAS_SLOT(flags, idx) ((flags)&(1<<(idx))) macro
144 if(HAS_SLOT(excWord, UCASE_EXC_LOWER)) { in ucase_tolower()
161 if(HAS_SLOT(excWord, UCASE_EXC_UPPER)) { in ucase_toupper()
179 if(HAS_SLOT(excWord, UCASE_EXC_TITLE)) { in ucase_totitle()
181 } else if(HAS_SLOT(excWord, UCASE_EXC_UPPER)) { in ucase_totitle()
254 if(HAS_SLOT(excWord, idx)) { in ucase_addCaseClosure()
262 if(HAS_SLOT(excWord, UCASE_EXC_CLOSURE)) { in ucase_addCaseClosure()
273 if(HAS_SLOT(excWord, UCASE_EXC_FULL_MAPPINGS)) { in ucase_addCaseClosure()
924 } else if(HAS_SLOT(excWord, UCASE_EXC_FULL_MAPPINGS)) { in ucase_toFullLower()
936 if(HAS_SLOT(excWord, UCASE_EXC_LOWER)) { in ucase_toFullLower()
[all …]