Searched refs:LEFT_MARKER (Results 1 – 2 of 2) sorted by relevance
49 private static final String LEFT_MARKER = "@left"; field in CutoutSpecificationBenchmark92 } else if (spec.endsWith(LEFT_MARKER)) { in oldMethodParsingSpec()94 spec = spec.substring(0, spec.length() - LEFT_MARKER.length()).trim(); in oldMethodParsingSpec()
84 private static final String LEFT_MARKER = MARKER_START_CHAR + "left"; field in CutoutSpecification440 if (specWithoutDp.startsWith(LEFT_MARKER, currentIndex)) {444 currentIndex += LEFT_MARKER.length();