Home
last modified time | relevance | path

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

/external/icu/android_icu4j/src/main/java/android/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
/external/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
1000 int excWord=exceptions.charAt(excOffset++); in toFullLower() local
1162 int excWord=exceptions.charAt(excOffset++); in toUpperOrTitle() local
1323 int excWord=exceptions.charAt(excOffset++); in fold() local
1393 int excWord=exceptions.charAt(excOffset++); in toFullFolding() local
/external/icu/icu4c/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