Searched refs:ndx (Results 1 – 7 of 7) sorted by relevance
217 int ndx = inName.lastIndexOf(thisName); in constrains() local218 if (inName.charAt(ndx-1) == '@') { in constrains()
214 int ndx = inName.lastIndexOf(thisName); in constrains() local215 if (inName.charAt(ndx-1) == '.' ) in constrains()
174 private GeneralNameInterface getGeneralNameInterface(int ndx) { in getGeneralNameInterface() argument175 return getGeneralNameInterface(get(ndx)); in getGeneralNameInterface()
94 void setIndex(int ndx) { in setIndex() argument95 index = ndx; in setIndex()
741 int ndx = Arrays.binarySearch(hijrahEpochMonthStartDays, epochDay); in epochDayToEpochMonth() local742 if (ndx < 0) { in epochDayToEpochMonth()743 ndx = -ndx - 2; in epochDayToEpochMonth()745 return ndx; in epochDayToEpochMonth()
216 int ndx = ((n & 1) == 0) ? i : 0; in generateCases() local217 runnables[n - 1] = runnables[ndx]; in generateCases()218 runnables[ndx] = t; in generateCases()
247 final int ndx = i; in testFromHexPairInvalid() local249 () -> HexFormat.fromHexDigits(chars.subSequence(ndx, ndx+2))); in testFromHexPairInvalid()