Home
last modified time | relevance | path

Searched refs:UCASE_EXC_UPPER (Results 1 – 9 of 9) sorted by relevance

/third_party/icu/icu4c/source/common/
Ducase.cpp169 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()
Ducase.h394 UCASE_EXC_UPPER, enumerator
/third_party/node/deps/icu-small/source/common/
Ducase.cpp169 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()
Ducase.h394 UCASE_EXC_UPPER, enumerator
/third_party/flutter/skia/third_party/externals/icu/source/common/
Ducase.cpp168 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()
Ducase.h393 UCASE_EXC_UPPER, enumerator
/third_party/skia/third_party/externals/icu/source/common/
Ducase.cpp169 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()
Ducase.h394 UCASE_EXC_UPPER, enumerator
/third_party/icu/tools/unicode/c/genprops/
Dcasepropsbuilder.cpp989 excWord|=U_MASK(UCASE_EXC_UPPER); in makeException()