Searched refs:RegExStrings (Results 1 – 1 of 1) sorted by relevance
60 private static final ThreadLocal<Matcher> OTP_REGEX = compileToRegex(RegExStrings.ALL_OTP);67 compileToRegex(RegExStrings.FALSE_POSITIVE);100 …"(%s(?=.{1,50}%s)[^.?!]*[.?!]?[^.?!]*%s)", boundedContext, RegExStrings.ALL_OTP, RegExStrings.ALL_… in findContextWordWithCode()105 String.format("(%s)[^.!?]{1,50}%s", RegExStrings.ALL_OTP, boundedContext); in findContextWordWithCode()112 ULocale.ENGLISH.toLanguageTag(), createDictionaryRegex(RegExStrings.ENGLISH_CONTEXT_WORDS)); in ULocale.ENGLISH.toLanguageTag()258 private static class RegExStrings { class in TextClassifierOtpHelper