Searched refs:gap2 (Results 1 – 5 of 5) sorted by relevance
966 CodeIterator.Gap gap2 = iterator.insertGapAt(gap.position, 2, false); in insertGoto() local967 pos = gap2.position + gap2.length + gap.length - 4; in insertGoto()
597 const real64 gap2 = Evaluate (plane, 1.0) in MaxSrcRadiusGap() local600 planeMaxSrcGap = Max_real64 (planeMaxSrcGap, gap2); in MaxSrcRadiusGap()
3017 long gap2 = ONE_WEEK * (preWeeks + postWeeks + 1); // Must add 1! in roll() local3019 time = (time + delta - min2) % gap2; in roll()3020 if (time < 0) time += gap2; in roll()
3114 long gap2 = ONE_WEEK * (preWeeks + postWeeks + 1); // Must add 1! in roll() local3116 time = (time + delta - min2) % gap2; in roll()3117 if (time < 0) time += gap2; in roll()
2078 double gap2 = kOneWeek * (preWeeks + postWeeks + 1); // Must add 1! in roll() local2080 double newtime = uprv_fmod((internalGetTime() + delta - min2), gap2); in roll()2081 if (newtime < 0) newtime += gap2; in roll()