Home
last modified time | relevance | path

Searched refs:getCases (Results 1 – 4 of 4) sorted by relevance

/external/dexmaker/src/dx/java/com/android/dx/rop/code/
DSwitchInsn.java116 public IntList getCases() { in getCases() method in SwitchInsn
/external/icu/icu4c/source/i18n/
Dcollationfastlatin.cpp288 leftPair = getCases(variableTop, strengthIsPrimary, leftPair); in compareUTF16()
301 rightPair = getCases(variableTop, strengthIsPrimary, rightPair); in compareUTF16()
640 leftPair = getCases(variableTop, strengthIsPrimary, leftPair); in compareUTF8()
653 rightPair = getCases(variableTop, strengthIsPrimary, rightPair); in compareUTF8()
957 CollationFastLatin::getCases(uint32_t variableTop, UBool strengthIsPrimary, uint32_t pair) { in getCases() function in CollationFastLatin
Dcollationfastlatin.h245 static uint32_t getCases(uint32_t variableTop, UBool strengthIsPrimary, uint32_t pair);
/external/dexmaker/src/dx/java/com/android/dx/dex/code/
DRopTranslator.java617 IntList cases = insn.getCases(); in visitSwitchInsn()