Home
last modified time | relevance | path

Searched refs:retVals (Results 1 – 2 of 2) sorted by relevance

/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/rbbi/
DRBBITestMonkey.java1085 private int[] LBNumberCheck(StringBuffer s, int startIdx, int[] retVals) { in LBNumberCheck() argument
1086 if (retVals == null) { in LBNumberCheck()
1087 retVals = new int[2]; in LBNumberCheck()
1089 retVals[0] = -1; // Indicates no match. in LBNumberCheck()
1208 retVals[0] = startIdx; in LBNumberCheck()
1209 retVals[1] = idx; in LBNumberCheck()
1211 return retVals; in LBNumberCheck()
/external/llvm/include/llvm/IR/
DIRBuilder.h598 ReturnInst *CreateAggregateRet(Value *const *retVals, unsigned N) { in CreateAggregateRet() argument
601 V = CreateInsertValue(V, retVals[i], i, "mrv"); in CreateAggregateRet()