Searched defs:excWord (Results 1 – 3 of 3) sorted by relevance
/external/icu/android_icu4j/src/main/java/android/icu/impl/ |
D | UCaseProps.java | 159 private final long getSlotValueAndOffset(int excWord, int index, int excOffset) { in getSlotValueAndOffset() 173 private final int getSlotValue(int excWord, int index, int excOffset) { in getSlotValue() 196 int excWord=exceptions[excOffset++]; in tolower() local 212 int excWord=exceptions[excOffset++]; in toupper() local 228 int excWord=exceptions[excOffset++]; in totitle() local 296 int excWord=exceptions[excOffset++]; in addCaseClosure() local 822 int excWord=exceptions[excOffset++]; in toFullLower() local 970 int excWord=exceptions[excOffset++]; in toUpperOrTitle() local 1119 int excWord=exceptions[excOffset++]; in fold() local 1182 int excWord=exceptions[excOffset++]; in toFullFolding() local
|
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/ |
D | UCaseProps.java | 155 private final long getSlotValueAndOffset(int excWord, int index, int excOffset) { in getSlotValueAndOffset() 169 private final int getSlotValue(int excWord, int index, int excOffset) { in getSlotValue() 192 int excWord=exceptions[excOffset++]; in tolower() local 208 int excWord=exceptions[excOffset++]; in toupper() local 224 int excWord=exceptions[excOffset++]; in totitle() local 292 int excWord=exceptions[excOffset++]; in addCaseClosure() local 818 int excWord=exceptions[excOffset++]; in toFullLower() local 966 int excWord=exceptions[excOffset++]; in toUpperOrTitle() local 1115 int excWord=exceptions[excOffset++]; in fold() local 1178 int excWord=exceptions[excOffset++]; in toFullFolding() local
|
/external/icu/icu4c/source/common/ |
D | ucase.cpp | 121 #define GET_SLOT_VALUE(excWord, idx, pExc16, value) \ argument 142 uint16_t excWord=*pe++; in ucase_tolower() local 159 uint16_t excWord=*pe++; in ucase_toupper() local 176 uint16_t excWord=*pe++; in ucase_totitle() local 246 uint16_t excWord=*pe++; in ucase_addCaseClosure() local 814 uint16_t excWord=*pe++; in ucase_toFullLower() local 958 uint16_t excWord=*pe++; in toUpperOrTitle() local 1104 uint16_t excWord=*pe++; in ucase_fold() local 1168 uint16_t excWord=*pe++; in ucase_toFullFolding() local
|