Searched refs:ndx (Results 1 – 5 of 5) 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()
785 int ndx = Arrays.binarySearch(hijrahEpochMonthStartDays, epochDay); in epochDayToEpochMonth() local786 if (ndx < 0) { in epochDayToEpochMonth()787 ndx = -ndx - 2; in epochDayToEpochMonth()789 return ndx; in epochDayToEpochMonth()