Searched refs:firstTentativeIdx (Results 1 – 6 of 6) sorted by relevance
46 int firstTentativeIdx = Integer.MAX_VALUE; // first tentative era index in getInstance() local113 if (eraIdx >= firstTentativeIdx) { in getInstance()118 if (eraIdx < firstTentativeIdx) { in getInstance()119 firstTentativeIdx = eraIdx; in getInstance()124 if (firstTentativeIdx < Integer.MAX_VALUE && !includeTentativeEra) { in getInstance()125 return new EraRules(startDates, firstTentativeIdx); in getInstance()
48 int firstTentativeIdx = Integer.MAX_VALUE; // first tentative era index in getInstance() local115 if (eraIdx >= firstTentativeIdx) { in getInstance()120 if (eraIdx < firstTentativeIdx) { in getInstance()121 firstTentativeIdx = eraIdx; in getInstance()126 if (firstTentativeIdx < Integer.MAX_VALUE && !includeTentativeEra) { in getInstance()127 return new EraRules(startDates, firstTentativeIdx); in getInstance()
125 int32_t firstTentativeIdx = MAX_INT32; in createInstance() local207 if (eraIdx >= firstTentativeIdx) { in createInstance()212 if (eraIdx < firstTentativeIdx) { in createInstance()213 firstTentativeIdx = eraIdx; in createInstance()219 if (firstTentativeIdx < MAX_INT32 && !includeTentativeEra) { in createInstance()220 result = new EraRules(startDates, firstTentativeIdx); in createInstance()
128 int32_t firstTentativeIdx = MAX_INT32; in createInstance() local210 if (eraIdx >= firstTentativeIdx) { in createInstance()215 if (eraIdx < firstTentativeIdx) { in createInstance()216 firstTentativeIdx = eraIdx; in createInstance()222 if (firstTentativeIdx < MAX_INT32 && !includeTentativeEra) { in createInstance()223 result = new EraRules(startDates, firstTentativeIdx); in createInstance()