Home | History | Annotate | Download | only in parser

Lines Matching refs:percent

53                 int percent = Integer.parseInt(m.group(8));
55 if (minPercent == null || percent < minPercent) {
56 minPercent = percent;
59 if (maxPercent == null || maxPercent < percent) {
60 maxPercent = percent;
73 if (percent > 94) {
77 if (minProjectionPercent == null || percent < minProjectionPercent) {
78 minProjectionPercent = percent;
81 if (maxProjectionPercent == null || maxProjectionPercent < percent) {
82 maxProjectionPercent = percent;