Searched refs:splitter (Results 1 - 20 of 20) sorted by relevance

/external/guava/guava-gwt/src-super/com/google/common/base/super/com/google/common/base/
H A DSplitter.java40 * all, a splitter can extract adjacent substrings of a given {@linkplain
57 * splitter instance with modified behavior: <pre> {@code
69 * new splitter instance it returns instead. <pre> {@code
72 * Splitter splitter = Splitter.on('/');
73 * splitter.trimResults(); // does nothing!
74 * return splitter.split("wrong / wrong / wrong");}</pre>
119 * Returns a splitter that uses the given single-character separator. For
124 * @return a splitter, with default settings, that recognizes that separator
131 * Returns a splitter that considers any single character matched by the
138 * @return a splitter, wit
461 iterator(Splitter splitter, CharSequence toSplit) argument
485 SplittingIterator(Splitter splitter, CharSequence toSplit) argument
[all...]
/external/guava/guava/src/com/google/common/base/
H A DSplitter.java43 * all, a splitter can extract adjacent substrings of a given {@linkplain
60 * splitter instance with modified behavior: <pre> {@code
72 * new splitter instance it returns instead. <pre> {@code
75 * Splitter splitter = Splitter.on('/');
76 * splitter.trimResults(); // does nothing!
77 * return splitter.split("wrong / wrong / wrong");}</pre>
122 * Returns a splitter that uses the given single-character separator. For
127 * @return a splitter, with default settings, that recognizes that separator
134 * Returns a splitter that considers any single character matched by the
141 * @return a splitter, wit
519 iterator(Splitter splitter, CharSequence toSplit) argument
543 SplittingIterator(Splitter splitter, CharSequence toSplit) argument
[all...]
/external/owasp/sanitizer/src/main/org/owasp/html/
H A DHtmlLexer.java48 private final HtmlInputSplitter splitter; field in class:HtmlLexer
53 this.splitter = new HtmlInputSplitter(input);
80 * splitter.
226 } else if (splitter.hasNext()) {
227 return splitter.next();
234 while (lookahead.size() <= i && splitter.hasNext()) {
235 lookahead.add(splitter.next());
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/src_rss/org/eclipse/releng/services/rss/
H A DRSSFeedWatcherTask.java57 private static final String splitter = "[;\t\r\n]+"; //$NON-NLS-1$ field in class:RSSFeedWatcherTask
93 this.feedWatchActions = feedWatchActions.split(splitter);
102 this.feedWatchActions = feedWatchActions.split(splitter);
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/src_rss/org/eclipse/releng/generators/rss/
H A DRSSFeedAddEntryTask.java121 private static final String splitter = "[,\t " + NL + "]+"; //$NON-NLS-1$ //$NON-NLS-2$ field in class:RSSFeedAddEntryTask
201 public void setDependencyURLs(String dependencyURLs) { if (!isNullString(dependencyURLs)) { this.dependencyURLs = dependencyURLs.split(splitter); } }
204 public void setReleases(String releases) { if (!isNullString(releases)) { this.releases = releases.split(splitter); } }
232 public void setJUnitTestResults(String JUnitTestResults) { if (!isNullString(JUnitTestResults)) { this.JUnitTestResults = JUnitTestResults.split(splitter); } }
233 public void setPerformanceTestResults(String performanceTestResults) { if (!isNullString(performanceTestResults)) { this.performanceTestResults = performanceTestResults.split(splitter); } }
234 public void setAPITestResults(String APITestResults) { if (!isNullString(APITestResults)) { this.APITestResults = APITestResults.split(splitter); } }
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/
H A DfeedTools.jar ... SEP private static final String SP private static final String splitter private java.io.File file private String project ...
/external/guava/guava-tests/test/com/google/common/io/
H A DFilesSimplifyPathTest.java297 Splitter splitter = Splitter.on(CharMatcher.WHITESPACE);
300 Iterator<String> iterator = splitter.split(line).iterator();
/external/guava/guava-gwt/test-super/com/google/common/base/super/com/google/common/base/
H A DSplitterTest.java325 * splitter's behaviour is not well defined if the char sequence it's
328 private void assertSplitterIterableIsLazy(Splitter splitter) { argument
330 Iterator<String> iterator = splitter.split(builder).iterator();
/external/guava/guava-tests/test/com/google/common/base/
H A DSplitterTest.java489 * splitter's behaviour is not well defined if the char sequence it's
492 private void assertSplitterIterableIsLazy(Splitter splitter) { argument
494 Iterator<String> iterator = splitter.split(builder).iterator();
/external/freetype/src/raster/
H A Dftraster.c1172 /* splitter :: The function to split Bezier arcs. */
1183 TSplitter splitter,
1262 splitter( arc );
1305 /* splitter :: The function to split Bezier arcs. */
1316 TSplitter splitter,
1332 result = Bezier_Up( RAS_VARS degree, splitter, -maxy, -miny );
1182 Bezier_Up( RAS_ARGS Int degree, TSplitter splitter, Long miny, Long maxy ) argument
1315 Bezier_Down( RAS_ARGS Int degree, TSplitter splitter, Long miny, Long maxy ) argument
/external/pdfium/third_party/freetype/src/raster/
H A Dftraster.c1266 /* splitter :: The function to split Bezier arcs. */
1277 TSplitter splitter,
1356 splitter( arc );
1399 /* splitter :: The function to split Bezier arcs. */
1410 TSplitter splitter,
1426 result = Bezier_Up( RAS_VARS degree, splitter, -maxy, -miny );
1276 Bezier_Up( RAS_ARGS Int degree, TSplitter splitter, Long miny, Long maxy ) argument
1409 Bezier_Down( RAS_ARGS Int degree, TSplitter splitter, Long miny, Long maxy ) argument
/external/dexmaker/lib/
H A Djunit.jarMETA-INF/ META-INF/MANIFEST.MF junit/ junit/awtui/ junit/extensions/ junit/framework/ junit/runner/ junit/ ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.junit_3.8.2.v3_8_2_v20100427-1100/
H A Djunit.jarMETA-INF/ META-INF/MANIFEST.MF junit/ junit3.8.2/ junit/awtui/ junit/extensions/ junit/framework/ ...
/external/owasp/sanitizer/distrib/lib/
H A Dowasp-java-html-sanitizer.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/owasp/ org/owasp/html/ org/owasp/html/AbstractTokenStream ...
H A Dguava.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/common/ com/google/common/collect/ ...
/external/slf4j/integration/lib/
H A Djunit-3.8.1.jarMETA-INF/ META-INF/MANIFEST.MF junit/ junit/awtui/ junit/extensions/ junit/framework/ junit/runner/ junit/ ...
/external/slf4j/log4j-over-slf4j/compatibility/lib/
H A Djunit-3.8.1.jarMETA-INF/ META-INF/MANIFEST.MF junit/ junit/awtui/ junit/extensions/ junit/framework/ junit/runner/ junit/ ...
/external/vogar/lib/
H A Dguava.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/common/ com/google/common/annotations/ ...
/external/owasp/sanitizer/lib/guava-libraries/
H A Dguava.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/common/ com/google/common/collect/ ...
/external/owasp/sanitizer/tools/findbugs/lib/
H A Dfindbugs.jarMETA-INF/ META-INF/MANIFEST.MF default.xsl edu/ edu/umd/ edu/umd/cs/ edu/ ...

Completed in 4015 milliseconds