Searched defs:splitter (Results 1 - 25 of 31) sorted by relevance

12

/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/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/desugar/java/com/google/devtools/common/options/
H A DConverters.java268 private final Splitter splitter; field in class:Converters.SeparatedOptionListConverter
273 this.splitter = Splitter.on(separator);
278 return input.isEmpty() ? ImmutableList.of() : ImmutableList.copyOf(splitter.split(input));
/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/webrtc/webrtc/modules/audio_coding/neteq/
H A Dpayload_splitter_unittest.cc163 PayloadSplitter* splitter = new PayloadSplitter; local
164 delete splitter;
174 PayloadSplitter splitter; local
175 EXPECT_EQ(PayloadSplitter::kOK, splitter.SplitRed(&packet_list));
207 PayloadSplitter splitter; local
208 EXPECT_EQ(PayloadSplitter::kOK, splitter.SplitRed(&packet_list));
247 PayloadSplitter splitter; local
248 EXPECT_EQ(PayloadSplitter::kOK, splitter.SplitRed(&packet_list));
318 PayloadSplitter splitter; local
319 splitter
346 PayloadSplitter splitter; local
405 PayloadSplitter splitter; local
438 PayloadSplitter splitter; local
543 PayloadSplitter splitter; local
631 PayloadSplitter splitter; local
695 PayloadSplitter splitter; local
727 PayloadSplitter splitter; local
760 PayloadSplitter splitter; local
809 PayloadSplitter splitter; local
[all...]
/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.c1180 /* splitter :: The function to split Bezier arcs. */
1191 TSplitter splitter,
1270 splitter( arc );
1313 /* splitter :: The function to split Bezier arcs. */
1324 TSplitter splitter,
1340 result = Bezier_Up( RAS_VARS degree, splitter, -maxy, -miny );
1190 Bezier_Up( RAS_ARGS Int degree, TSplitter splitter, Long miny, Long maxy ) argument
1323 Bezier_Down( RAS_ARGS Int degree, TSplitter splitter, Long miny, Long maxy ) argument
/external/v8/src/regexp/
H A Djsregexp.cc4895 // The unicode range splitter categorizes given character ranges into:
4945 RegExpNode* on_success, UnicodeRangeSplitter* splitter) {
4946 ZoneList<CharacterRange>* bmp = splitter->bmp();
4955 UnicodeRangeSplitter* splitter) {
4956 ZoneList<CharacterRange>* non_bmp = splitter->non_bmp();
5048 UnicodeRangeSplitter* splitter) {
5049 ZoneList<CharacterRange>* lead_surrogates = splitter->lead_surrogates();
5074 UnicodeRangeSplitter* splitter) {
5075 ZoneList<CharacterRange>* trail_surrogates = splitter->trail_surrogates();
5168 UnicodeRangeSplitter splitter(zon
4944 AddBmpCharacters(RegExpCompiler* compiler, ChoiceNode* result, RegExpNode* on_success, UnicodeRangeSplitter* splitter) argument
4953 AddNonBmpSurrogatePairs(RegExpCompiler* compiler, ChoiceNode* result, RegExpNode* on_success, UnicodeRangeSplitter* splitter) argument
5046 AddLoneLeadSurrogates(RegExpCompiler* compiler, ChoiceNode* result, RegExpNode* on_success, UnicodeRangeSplitter* splitter) argument
5072 AddLoneTrailSurrogates(RegExpCompiler* compiler, ChoiceNode* result, RegExpNode* on_success, UnicodeRangeSplitter* splitter) argument
[all...]
/external/guice/lib/build/
H A Djunit.jarMETA-INF/ META-INF/MANIFEST.MF junit/ junit/awtui/ junit/extensions/ junit/framework/ junit/runner/ junit/ ...
H A Dbnd-0.0.384.jarMETA-INF/MANIFEST.MF LICENSE OSGI-OPT/ OSGI-OPT/bnd.bnd OSGI-OPT/ ...
/external/jsr330/lib/
H A Djunit.jarMETA-INF/ META-INF/MANIFEST.MF junit/ junit/awtui/ junit/extensions/ junit/framework/ junit/runner/ junit/ ...
/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/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/annotation-tools/annotation-file-utilities/lib/
H A Dguava-20.0.jarMETA-INF/MANIFEST.MF META-INF/ META-INF/maven/ META-INF/maven/com. ...
/external/guice/lib/
H A Dguava-16.0.1.jarMETA-INF/MANIFEST.MF META-INF/ META-INF/maven/ META-INF/maven/com. ...
/external/testng/ant/3rdparty/
H A Ddoclava-1.0.3.jarMETA-INF/MANIFEST.MF assets/html/index.html assets/templates/data.hdf assets/templates/assets/ ...
/external/conscrypt/benchmark-android/
H A Dvogar.jarMETA-INF/ META-INF/MANIFEST.MF vogar/ vogar/TestProperties.class TestProperties.java package vogar ...
/external/annotation-tools/annotation-file-utilities/
H A Dannotation-file-utilities.jarMETA-INF/ META-INF/MANIFEST.MF annotations/ annotations/el/ annotations/field/ annotations/io/ annotations/io/classfile/ ...
/external/v8/src/inspector/build/closure-compiler/
H A Dclosure-compiler.jarMETA-INF/MANIFEST.MF META-INF/ com/ com/google/ com/google/debugging/ com/google/debugging/sourcemap/ ...
/external/owasp/sanitizer/tools/findbugs/lib/
H A Dfindbugs.jarMETA-INF/ META-INF/MANIFEST.MF default.xsl edu/ edu/umd/ edu/umd/cs/ edu/ ...
/external/dagger2/lib/
H A Dgoogle-java-format-0.1-20151017.042846-2.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/googlejavaformat/ com/google/googlejavaformat/CloseOp ...

Completed in 1183 milliseconds

12