Searched defs:excWord (Results 1 – 4 of 4) sorted by relevance
| /external/icu/icu4j/main/core/src/main/java/com/ibm/icu/impl/ |
| D | UCaseProps.java | 158 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 278 int excWord=exceptions.charAt(excOffset++); in addCaseClosure() local 385 int excWord=exceptions.charAt(excOffset++); in addSimpleCaseClosure() local 1095 int excWord=exceptions.charAt(excOffset++); in toFullLower() local 1257 int excWord=exceptions.charAt(excOffset++); in toUpperOrTitle() local 1433 int excWord=exceptions.charAt(excOffset++); in fold() local [all …]
|
| /external/icu/android_icu4j/src/main/java/android/icu/impl/ |
| D | UCaseProps.java | 162 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 282 int excWord=exceptions.charAt(excOffset++); in addCaseClosure() local 389 int excWord=exceptions.charAt(excOffset++); in addSimpleCaseClosure() local 1100 int excWord=exceptions.charAt(excOffset++); in toFullLower() local 1262 int excWord=exceptions.charAt(excOffset++); in toUpperOrTitle() local 1438 int excWord=exceptions.charAt(excOffset++); in fold() local [all …]
|
| /external/cronet/third_party/icu/source/common/ |
| D | ucase.cpp | 113 #define GET_SLOT_VALUE(excWord, idx, pExc16, value) UPRV_BLOCK_MACRO_BEGIN { \ argument 135 uint16_t excWord=*pe++; in ucase_tolower() local 157 uint16_t excWord=*pe++; in ucase_toupper() local 179 uint16_t excWord=*pe++; in ucase_totitle() local 223 uint16_t excWord=*pe++; in ucase_addCaseClosure() local 371 uint16_t excWord=*pe++; in ucase_addSimpleCaseClosure() local 1203 uint16_t excWord=*pe++; in ucase_toFullLower() local 1355 uint16_t excWord=*pe++; in toUpperOrTitle() local 1515 uint16_t excWord=*pe++; in ucase_fold() local 1590 uint16_t excWord=*pe++; in ucase_toFullFolding() local
|
| /external/icu/icu4c/source/common/ |
| D | ucase.cpp | 113 #define GET_SLOT_VALUE(excWord, idx, pExc16, value) UPRV_BLOCK_MACRO_BEGIN { \ argument 135 uint16_t excWord=*pe++; in ucase_tolower() local 157 uint16_t excWord=*pe++; in ucase_toupper() local 179 uint16_t excWord=*pe++; in ucase_totitle() local 223 uint16_t excWord=*pe++; in ucase_addCaseClosure() local 334 uint16_t excWord=*pe++; in ucase_addSimpleCaseClosure() local 1166 uint16_t excWord=*pe++; in ucase_toFullLower() local 1318 uint16_t excWord=*pe++; in toUpperOrTitle() local 1478 uint16_t excWord=*pe++; in ucase_fold() local 1553 uint16_t excWord=*pe++; in ucase_toFullFolding() local
|