Searched refs:EXC_DELTA (Results 1 – 2 of 2) sorted by relevance
/external/icu/android_icu4j/src/main/java/android/icu/impl/ |
D | UCaseProps.java | 200 if(hasSlot(excWord, EXC_DELTA) && isUpperOrTitleFromProps(props)) { in tolower() 201 int delta=getSlotValue(excWord, EXC_DELTA, excOffset); in tolower() 220 if(hasSlot(excWord, EXC_DELTA) && getTypeFromProps(props)==LOWER) { in toupper() 221 int delta=getSlotValue(excWord, EXC_DELTA, excOffset); in toupper() 240 if(hasSlot(excWord, EXC_DELTA) && getTypeFromProps(props)==LOWER) { in totitle() 241 int delta=getSlotValue(excWord, EXC_DELTA, excOffset); in totitle() 324 if(hasSlot(excWord, EXC_DELTA)) { in addCaseClosure() 326 int delta=getSlotValue(excWord, EXC_DELTA, excOffset); in addCaseClosure() 1144 if(hasSlot(excWord, EXC_DELTA) && isUpperOrTitleFromProps(props)) { in toFullLower() 1145 int delta=getSlotValue(excWord, EXC_DELTA, excOffset2); in toFullLower() [all …]
|
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/ |
D | UCaseProps.java | 196 if(hasSlot(excWord, EXC_DELTA) && isUpperOrTitleFromProps(props)) { in tolower() 197 int delta=getSlotValue(excWord, EXC_DELTA, excOffset); in tolower() 216 if(hasSlot(excWord, EXC_DELTA) && getTypeFromProps(props)==LOWER) { in toupper() 217 int delta=getSlotValue(excWord, EXC_DELTA, excOffset); in toupper() 236 if(hasSlot(excWord, EXC_DELTA) && getTypeFromProps(props)==LOWER) { in totitle() 237 int delta=getSlotValue(excWord, EXC_DELTA, excOffset); in totitle() 320 if(hasSlot(excWord, EXC_DELTA)) { in addCaseClosure() 322 int delta=getSlotValue(excWord, EXC_DELTA, excOffset); in addCaseClosure() 1139 if(hasSlot(excWord, EXC_DELTA) && isUpperOrTitleFromProps(props)) { in toFullLower() 1140 int delta=getSlotValue(excWord, EXC_DELTA, excOffset2); in toFullLower() [all …]
|