Searched refs:matcher2 (Results 1 – 1 of 1) sorted by relevance
409 Matcher matcher2 = p.matcher(dimension2); in combine() local410 if (matcher1.matches() && matcher2.matches()) { in combine()412 if (unit.equals(matcher2.group(2))) { in combine()414 float value2 = Float.parseFloat(matcher2.group(1)); in combine()