Searched refs:retVals (Results 1 – 5 of 5) sorted by relevance
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/rbbi/ |
D | RBBITestMonkey.java | 1240 private int[] LBNumberCheck(StringBuffer s, int startIdx, int[] retVals) { in LBNumberCheck() argument 1241 if (retVals == null) { in LBNumberCheck() 1242 retVals = new int[2]; in LBNumberCheck() 1244 retVals[0] = -1; // Indicates no match. in LBNumberCheck() 1363 retVals[0] = startIdx; in LBNumberCheck() 1364 retVals[1] = idx; in LBNumberCheck() 1366 return retVals; in LBNumberCheck()
|
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/rbbi/ |
D | RBBITestMonkey.java | 1243 private int[] LBNumberCheck(StringBuffer s, int startIdx, int[] retVals) { in LBNumberCheck() argument 1244 if (retVals == null) { in LBNumberCheck() 1245 retVals = new int[2]; in LBNumberCheck() 1247 retVals[0] = -1; // Indicates no match. in LBNumberCheck() 1366 retVals[0] = startIdx; in LBNumberCheck() 1367 retVals[1] = idx; in LBNumberCheck() 1369 return retVals; in LBNumberCheck()
|
/external/swiftshader/third_party/LLVM/include/llvm/Support/ |
D | IRBuilder.h | 418 ReturnInst *CreateAggregateRet(Value *const *retVals, unsigned N) { in CreateAggregateRet() argument 421 V = CreateInsertValue(V, retVals[i], i, "mrv"); in CreateAggregateRet()
|
/external/llvm/include/llvm/IR/ |
D | IRBuilder.h | 663 ReturnInst *CreateAggregateRet(Value *const *retVals, unsigned N) { in CreateAggregateRet() argument 666 V = CreateInsertValue(V, retVals[i], i, "mrv"); in CreateAggregateRet()
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/ |
D | IRBuilder.h | 828 ReturnInst *CreateAggregateRet(Value *const *retVals, unsigned N) { in CreateAggregateRet() argument 831 V = CreateInsertValue(V, retVals[i], i, "mrv"); in CreateAggregateRet()
|