Home
last modified time | relevance | path

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

/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/rbbi/
DRBBITestMonkey.java1339 private int[] LBNumberCheck(StringBuffer s, int startIdx, int[] retVals) { in LBNumberCheck() argument
1340 if (retVals == null) { in LBNumberCheck()
1341 retVals = new int[2]; in LBNumberCheck()
1343 retVals[0] = -1; // Indicates no match. in LBNumberCheck()
1483 retVals[0] = startIdx; in LBNumberCheck()
1484 retVals[1] = idx; in LBNumberCheck()
1486 return retVals; in LBNumberCheck()
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/rbbi/
DRBBITestMonkey.java1342 private int[] LBNumberCheck(StringBuffer s, int startIdx, int[] retVals) { in LBNumberCheck() argument
1343 if (retVals == null) { in LBNumberCheck()
1344 retVals = new int[2]; in LBNumberCheck()
1346 retVals[0] = -1; // Indicates no match. in LBNumberCheck()
1486 retVals[0] = startIdx; in LBNumberCheck()
1487 retVals[1] = idx; in LBNumberCheck()
1489 return retVals; in LBNumberCheck()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DIRBuilder.h963 ReturnInst *CreateAggregateRet(Value *const *retVals, unsigned N) { in CreateAggregateRet() argument
966 V = CreateInsertValue(V, retVals[i], i, "mrv"); in CreateAggregateRet()