Searched refs:UCASE_EXC_UPPER (Results 1 – 9 of 9) sorted by relevance
/third_party/icu/icu4c/source/common/ |
D | ucase.cpp | 169 if(HAS_SLOT(excWord, UCASE_EXC_UPPER)) { in ucase_toupper() 170 GET_SLOT_VALUE(excWord, UCASE_EXC_UPPER, pe, c); in ucase_toupper() 194 } else if(HAS_SLOT(excWord, UCASE_EXC_UPPER)) { in ucase_totitle() 195 idx=UCASE_EXC_UPPER; in ucase_totitle() 1307 } else if(HAS_SLOT(excWord, UCASE_EXC_UPPER)) { in toUpperOrTitle() 1309 idx=UCASE_EXC_UPPER; in toUpperOrTitle()
|
D | ucase.h | 394 UCASE_EXC_UPPER, enumerator
|
/third_party/node/deps/icu-small/source/common/ |
D | ucase.cpp | 169 if(HAS_SLOT(excWord, UCASE_EXC_UPPER)) { in ucase_toupper() 170 GET_SLOT_VALUE(excWord, UCASE_EXC_UPPER, pe, c); in ucase_toupper() 194 } else if(HAS_SLOT(excWord, UCASE_EXC_UPPER)) { in ucase_totitle() 195 idx=UCASE_EXC_UPPER; in ucase_totitle() 1307 } else if(HAS_SLOT(excWord, UCASE_EXC_UPPER)) { in toUpperOrTitle() 1309 idx=UCASE_EXC_UPPER; in toUpperOrTitle()
|
D | ucase.h | 394 UCASE_EXC_UPPER, enumerator
|
/third_party/flutter/skia/third_party/externals/icu/source/common/ |
D | ucase.cpp | 168 if(HAS_SLOT(excWord, UCASE_EXC_UPPER)) { in ucase_toupper() 169 GET_SLOT_VALUE(excWord, UCASE_EXC_UPPER, pe, c); in ucase_toupper() 193 } else if(HAS_SLOT(excWord, UCASE_EXC_UPPER)) { in ucase_totitle() 194 idx=UCASE_EXC_UPPER; in ucase_totitle() 1270 } else if(HAS_SLOT(excWord, UCASE_EXC_UPPER)) { in toUpperOrTitle() 1272 idx=UCASE_EXC_UPPER; in toUpperOrTitle()
|
D | ucase.h | 393 UCASE_EXC_UPPER, enumerator
|
/third_party/skia/third_party/externals/icu/source/common/ |
D | ucase.cpp | 169 if(HAS_SLOT(excWord, UCASE_EXC_UPPER)) { in ucase_toupper() 170 GET_SLOT_VALUE(excWord, UCASE_EXC_UPPER, pe, c); in ucase_toupper() 194 } else if(HAS_SLOT(excWord, UCASE_EXC_UPPER)) { in ucase_totitle() 195 idx=UCASE_EXC_UPPER; in ucase_totitle() 1307 } else if(HAS_SLOT(excWord, UCASE_EXC_UPPER)) { in toUpperOrTitle() 1309 idx=UCASE_EXC_UPPER; in toUpperOrTitle()
|
D | ucase.h | 394 UCASE_EXC_UPPER, enumerator
|
/third_party/icu/tools/unicode/c/genprops/ |
D | casepropsbuilder.cpp | 989 excWord|=U_MASK(UCASE_EXC_UPPER); in makeException()
|