Searched refs:getSlotValueAndOffset (Results 1 – 2 of 2) sorted by relevance
/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() method in UCaseProps 333 long value=getSlotValueAndOffset(excWord, EXC_CLOSURE, excOffset); in addCaseClosure() 344 long value=getSlotValueAndOffset(excWord, EXC_FULL_MAPPINGS, excOffset); in addCaseClosure() 1126 long value=getSlotValueAndOffset(excWord, EXC_FULL_MAPPINGS, excOffset); in toFullLower() 1222 long value=getSlotValueAndOffset(excWord, EXC_FULL_MAPPINGS, excOffset); in toUpperOrTitle() 1450 long value=getSlotValueAndOffset(excWord, EXC_FULL_MAPPINGS, excOffset); in toFullFolding()
|
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/ |
D | UCaseProps.java | 158 private final long getSlotValueAndOffset(int excWord, int index, int excOffset) { in getSlotValueAndOffset() method in UCaseProps 329 long value=getSlotValueAndOffset(excWord, EXC_CLOSURE, excOffset); in addCaseClosure() 340 long value=getSlotValueAndOffset(excWord, EXC_FULL_MAPPINGS, excOffset); in addCaseClosure() 1121 long value=getSlotValueAndOffset(excWord, EXC_FULL_MAPPINGS, excOffset); in toFullLower() 1217 long value=getSlotValueAndOffset(excWord, EXC_FULL_MAPPINGS, excOffset); in toUpperOrTitle() 1445 long value=getSlotValueAndOffset(excWord, EXC_FULL_MAPPINGS, excOffset); in toFullFolding()
|