HomeSort by relevance Sort by last modified time
    Searched full:separatorpattern (Results 1 - 7 of 7) sorted by null

  /packages/apps/UnifiedEmail/src/com/android/mail/lib/base/
Splitter.java 196 * @param separatorPattern the pattern that determines whether a subsequence
199 * @throws IllegalArgumentException if {@code separatorPattern} matches the
202 public static Splitter on(final Pattern separatorPattern) {
203 checkNotNull(separatorPattern);
204 checkArgument(!separatorPattern.matcher("").matches(),
205 "The pattern may not match the empty string: %s", separatorPattern);
210 final Matcher matcher = separatorPattern.matcher(toSplit);
231 * @param separatorPattern the pattern that determines whether a subsequence
234 * @throws PatternSyntaxException if {@code separatorPattern} is a malformed
236 * @throws IllegalArgumentException if {@code separatorPattern} matches th
    [all...]
  /packages/apps/UnifiedEmail/src/com/google/android/mail/common/base/
Splitter.java 196 * @param separatorPattern the pattern that determines whether a subsequence
199 * @throws IllegalArgumentException if {@code separatorPattern} matches the
202 public static Splitter on(final Pattern separatorPattern) {
203 checkNotNull(separatorPattern);
204 checkArgument(!separatorPattern.matcher("").matches(),
205 "The pattern may not match the empty string: %s", separatorPattern);
210 final Matcher matcher = separatorPattern.matcher(toSplit);
231 * @param separatorPattern the pattern that determines whether a subsequence
234 * @throws PatternSyntaxException if {@code separatorPattern} is a malformed
236 * @throws IllegalArgumentException if {@code separatorPattern} matches th
    [all...]
  /external/guava/guava/src/com/google/common/base/
Splitter.java 203 * @param separatorPattern the pattern that determines whether a subsequence
206 * @throws IllegalArgumentException if {@code separatorPattern} matches the
210 public static Splitter on(final Pattern separatorPattern) {
211 checkNotNull(separatorPattern);
212 checkArgument(!separatorPattern.matcher("").matches(),
213 "The pattern may not match the empty string: %s", separatorPattern);
218 final Matcher matcher = separatorPattern.matcher(toSplit);
239 * @param separatorPattern the pattern that determines whether a subsequence
242 * @throws java.util.regex.PatternSyntaxException if {@code separatorPattern}
244 * @throws IllegalArgumentException if {@code separatorPattern} matches th
    [all...]
  /frameworks/testing/espresso/libs/
guava-14.0.1.jar 
  /prebuilts/eclipse/maven/apache-maven-3.2.1/lib/
guava-14.0.1.jar 
  /prebuilts/tools/common/gradle-plugins/repository/com/google/guava/guava/14.0/
guava-14.0.jar 
  /prebuilts/tools/common/m2/repository/com/google/guava/guava/15.0/
guava-15.0.jar 

Completed in 75 milliseconds