Home
last modified time | relevance | path

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

/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/rbbi/
DRBBITestMonkey.java1086 private int[] LBNumberCheck(StringBuffer s, int startIdx, int[] retVals) { in LBNumberCheck() argument
1087 if (retVals == null) { in LBNumberCheck()
1088 retVals = new int[2]; in LBNumberCheck()
1090 retVals[0] = -1; // Indicates no match. in LBNumberCheck()
1209 retVals[0] = startIdx; in LBNumberCheck()
1210 retVals[1] = idx; in LBNumberCheck()
1212 return retVals; in LBNumberCheck()
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/rbbi/
DRBBITestMonkey.java1090 private int[] LBNumberCheck(StringBuffer s, int startIdx, int[] retVals) { in LBNumberCheck() argument
1091 if (retVals == null) { in LBNumberCheck()
1092 retVals = new int[2]; in LBNumberCheck()
1094 retVals[0] = -1; // Indicates no match. in LBNumberCheck()
1213 retVals[0] = startIdx; in LBNumberCheck()
1214 retVals[1] = idx; in LBNumberCheck()
1216 return retVals; in LBNumberCheck()
/external/llvm/include/llvm/IR/
DIRBuilder.h630 ReturnInst *CreateAggregateRet(Value *const *retVals, unsigned N) { in CreateAggregateRet() argument
633 V = CreateInsertValue(V, retVals[i], i, "mrv"); in CreateAggregateRet()