Searched refs:matcher1 (Results 1 – 1 of 1) sorted by relevance
408 Matcher matcher1 = p.matcher(dimension1); in combine() local410 if (matcher1.matches() && matcher2.matches()) { in combine()411 String unit = matcher1.group(2); in combine()413 float value1 = Float.parseFloat(matcher1.group(1)); in combine()