Searched refs:starAttributeMatcher (Results 1 – 2 of 2) sorted by relevance
55 Matcher starAttributeMatcher = ATTRIBUTE_PATTERN_OLD.matcher(path); in setOld() local59 while (starAttributeMatcher.find()) { in setOld()60 int start = starAttributeMatcher.start(1); in setOld()61 int end = starAttributeMatcher.end(1); in setOld()
242 Matcher starAttributeMatcher = STAR_ATTRIBUTE_PATTERN.matcher(path); in addStarredInfo() local246 while (starAttributeMatcher.find()) { in addStarredInfo()247 int start = starAttributeMatcher.start(1); in addStarredInfo()248 int end = starAttributeMatcher.end(1); in addStarredInfo()