Home
last modified time | relevance | path

Searched defs:excWord (Results 1 – 7 of 7) sorted by relevance

/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/
DUCaseProps.java162 private final long getSlotValueAndOffset(int excWord, int index, int excOffset) { in getSlotValueAndOffset()
176 private final int getSlotValue(int excWord, int index, int excOffset) { in getSlotValue()
199 int excWord=exceptions.charAt(excOffset++); in tolower() local
219 int excWord=exceptions.charAt(excOffset++); in toupper() local
239 int excWord=exceptions.charAt(excOffset++); in totitle() local
311 int excWord=exceptions.charAt(excOffset++); in addCaseClosure() local
1005 int excWord=exceptions.charAt(excOffset++); in toFullLower() local
1167 int excWord=exceptions.charAt(excOffset++); in toUpperOrTitle() local
1328 int excWord=exceptions.charAt(excOffset++); in fold() local
1398 int excWord=exceptions.charAt(excOffset++); in toFullFolding() local
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
DUCaseProps.java158 private final long getSlotValueAndOffset(int excWord, int index, int excOffset) { in getSlotValueAndOffset()
172 private final int getSlotValue(int excWord, int index, int excOffset) { in getSlotValue()
195 int excWord=exceptions.charAt(excOffset++); in tolower() local
215 int excWord=exceptions.charAt(excOffset++); in toupper() local
235 int excWord=exceptions.charAt(excOffset++); in totitle() local
307 int excWord=exceptions.charAt(excOffset++); in addCaseClosure() local
1005 int excWord=exceptions.charAt(excOffset++); in toFullLower() local
1167 int excWord=exceptions.charAt(excOffset++); in toUpperOrTitle() local
1343 int excWord=exceptions.charAt(excOffset++); in fold() local
1413 int excWord=exceptions.charAt(excOffset++); in toFullFolding() local
/third_party/skia/third_party/externals/icu/source/common/
Ducase.cpp119 #define GET_SLOT_VALUE(excWord, idx, pExc16, value) UPRV_BLOCK_MACRO_BEGIN { \ argument
141 uint16_t excWord=*pe++; in ucase_tolower() local
163 uint16_t excWord=*pe++; in ucase_toupper() local
185 uint16_t excWord=*pe++; in ucase_totitle() local
260 uint16_t excWord=*pe++; in ucase_addCaseClosure() local
1074 uint16_t excWord=*pe++; in ucase_toFullLower() local
1225 uint16_t excWord=*pe++; in toUpperOrTitle() local
1386 uint16_t excWord=*pe++; in ucase_fold() local
1459 uint16_t excWord=*pe++; in ucase_toFullFolding() local
/third_party/flutter/skia/third_party/externals/icu/source/common/
Ducase.cpp119 #define GET_SLOT_VALUE(excWord, idx, pExc16, value) \ argument
140 uint16_t excWord=*pe++; in ucase_tolower() local
162 uint16_t excWord=*pe++; in ucase_toupper() local
184 uint16_t excWord=*pe++; in ucase_totitle() local
259 uint16_t excWord=*pe++; in ucase_addCaseClosure() local
1048 uint16_t excWord=*pe++; in ucase_toFullLower() local
1199 uint16_t excWord=*pe++; in toUpperOrTitle() local
1349 uint16_t excWord=*pe++; in ucase_fold() local
1422 uint16_t excWord=*pe++; in ucase_toFullFolding() local
/third_party/node/deps/icu-small/source/common/
Ducase.cpp119 #define GET_SLOT_VALUE(excWord, idx, pExc16, value) UPRV_BLOCK_MACRO_BEGIN { \ argument
141 uint16_t excWord=*pe++; in ucase_tolower() local
163 uint16_t excWord=*pe++; in ucase_toupper() local
185 uint16_t excWord=*pe++; in ucase_totitle() local
260 uint16_t excWord=*pe++; in ucase_addCaseClosure() local
1074 uint16_t excWord=*pe++; in ucase_toFullLower() local
1225 uint16_t excWord=*pe++; in toUpperOrTitle() local
1386 uint16_t excWord=*pe++; in ucase_fold() local
1459 uint16_t excWord=*pe++; in ucase_toFullFolding() local
/third_party/icu/icu4c/source/common/
Ducase.cpp119 #define GET_SLOT_VALUE(excWord, idx, pExc16, value) UPRV_BLOCK_MACRO_BEGIN { \ argument
141 uint16_t excWord=*pe++; in ucase_tolower() local
163 uint16_t excWord=*pe++; in ucase_toupper() local
185 uint16_t excWord=*pe++; in ucase_totitle() local
260 uint16_t excWord=*pe++; in ucase_addCaseClosure() local
1074 uint16_t excWord=*pe++; in ucase_toFullLower() local
1225 uint16_t excWord=*pe++; in toUpperOrTitle() local
1386 uint16_t excWord=*pe++; in ucase_fold() local
1459 uint16_t excWord=*pe++; in ucase_toFullFolding() local
/third_party/icu/tools/unicode/c/genprops/
Dcasepropsbuilder.cpp920 UChar excWord=(UChar)((value&(UCASE_DOT_MASK|UCASE_SENSITIVE))<<UCASE_EXC_DOT_SHIFT); in makeException() local