Searched refs:matchIndexedRegex (Results 1 – 1 of 1) sorted by relevance
186 } else if ((index = matchIndexedRegex(locator, RE_CLUSTER_POWER, name)) != null) { in onItem()229 } else if ((index = matchIndexedRegex(locator, RE_CORE_SPEEDS, name)) != null) { in onArray()231 } else if ((index = matchIndexedRegex(locator, RE_CORE_POWER, name)) != null) { in onArray()502 private static Integer matchIndexedRegex(Locator locator, Pattern pattern, String text) in matchIndexedRegex() method in PowerProfile