Searched refs:rx (Results 1 – 2 of 2) sorted by relevance
568 Throwable rx = (Throwable)noArgCtor.newInstance(); in getThrowableException() local569 rx.initCause(ex); in getThrowableException()570 ex = rx; in getThrowableException()
4665 String rx = "[A-Z&&[A-Z]0-9]"; in droppedClassesWithIntersection() local4673 return chString.matches(rx) && chString.matches(ry); in droppedClassesWithIntersection()4678 return chString.matches(rx) && chString.matches(ry); in droppedClassesWithIntersection()