Searched defs:regex (Results 1 - 2 of 2) sorted by relevance

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/utils/
H A DSpannableStringUtils.java30 import java.util.regex.Matcher;
31 import java.util.regex.Pattern;
136 * Splits the given {@code charSequence} with at occurrences of the given {@code regex}.
139 * {@code charSequence.toString().split(regex, preserveTrailingEmptySegments ? -1 : 0)}
143 * @param regex the regex pattern to be used as the separator.
150 public static CharSequence[] split(final CharSequence charSequence, final String regex, argument
155 return charSequence.toString().split(regex, preserveTrailingEmptySegments ? -1 : 0);
160 final Matcher matcher = Pattern.compile(regex).matcher(charSequence);
/packages/apps/Messaging/build/gcheckstyle/
H A Dgoogle-style-checker_deploy.jarMETA-INF/ META-INF/MANIFEST.MF build-data.properties com/ com/google/ com/google/ ...

Completed in 112 milliseconds