Searched refs:standardShortCodeRegex (Results 1 – 1 of 1) sorted by relevance
193 String freeShortCodeRegex, String standardShortCodeRegex) { in ShortCodePatternMatcher() argument199 mStandardShortCodePattern = (standardShortCodeRegex != null ? in ShortCodePatternMatcher()200 Pattern.compile(standardShortCodeRegex) : null); in ShortCodePatternMatcher()