Searched refs:regexString (Results 1 – 2 of 2) sorted by relevance
| /external/cldr/tools/cldr-code/src/main/java/org/unicode/cldr/tool/ |
| D | MinimizeRegex.java | 40 String regexString = args.length < 1 ? defaultArg : args[0]; in main() 45 String recompressed = compressWith(regexString, set, flattenedOut); in main() 50 public static String compressWith(String regexString, UnicodeSet set) { 51 return compressWith(regexString, set, null); 61 String regexString, UnicodeSet set, Output<Set<String>> flattenedOut) { 62 Set<String> flattened = flatten(Pattern.compile(regexString), "", set); 68 + regexString
|
| /external/icu/android_icu4j/libcore_bridge/src/native/ |
| D | com_android_icu_util_regex_PatternNative.cpp | 93 icu::UnicodeString& regexString(regex.unicodeString()); in PatternNative_compileImpl() local 94 icu::RegexPattern* result = icu::RegexPattern::compile(regexString, flags, error, status); in PatternNative_compileImpl()
|