Searched refs:compileToRegex (Results 1 – 1 of 1) sorted by relevance
51 private static ThreadLocal<Matcher> compileToRegex(String pattern) { in compileToRegex() method in TextClassifierOtpHelper60 private static final ThreadLocal<Matcher> OTP_REGEX = compileToRegex(RegExStrings.ALL_OTP);67 compileToRegex(RegExStrings.FALSE_POSITIVE);82 return compileToRegex(regex.toString()); in createDictionaryRegex()