Home
last modified time | relevance | path

Searched refs:indexIn (Results 1 – 13 of 13) sorted by relevance

/external/guava/guava-gwt/test-super/com/google/common/base/super/com/google/common/base/
DCharMatcherTest.java114 assertEquals(-1, matcher.indexIn("")); in reallyTestEmpty()
115 assertEquals(-1, matcher.indexIn("", 0)); in reallyTestEmpty()
117 matcher.indexIn("", 1); in reallyTestEmpty()
122 matcher.indexIn("", -1); in reallyTestEmpty()
195 assertEquals(-1, matcher.indexIn(s)); in reallyTestNoMatches()
196 assertEquals(-1, matcher.indexIn(s, 0)); in reallyTestNoMatches()
197 assertEquals(-1, matcher.indexIn(s, 1)); in reallyTestNoMatches()
198 assertEquals(-1, matcher.indexIn(s, s.length())); in reallyTestNoMatches()
200 matcher.indexIn(s, s.length() + 1); in reallyTestNoMatches()
205 matcher.indexIn(s, -1); in reallyTestNoMatches()
[all …]
/external/guava/guava-tests/test/com/google/common/base/
DCharMatcherTest.java177 assertEquals(-1, matcher.indexIn("")); in reallyTestEmpty()
178 assertEquals(-1, matcher.indexIn("", 0)); in reallyTestEmpty()
180 matcher.indexIn("", 1); in reallyTestEmpty()
185 matcher.indexIn("", -1); in reallyTestEmpty()
264 assertEquals(-1, matcher.indexIn(s)); in reallyTestNoMatches()
265 assertEquals(-1, matcher.indexIn(s, 0)); in reallyTestNoMatches()
266 assertEquals(-1, matcher.indexIn(s, 1)); in reallyTestNoMatches()
267 assertEquals(-1, matcher.indexIn(s, s.length())); in reallyTestNoMatches()
269 matcher.indexIn(s, s.length() + 1); in reallyTestNoMatches()
274 matcher.indexIn(s, -1); in reallyTestNoMatches()
[all …]
/external/jmonkeyengine/engine/src/android/com/jme3/util/
DRingBuffer.java17 private int indexIn = 0; // index of next available slot field in RingBuffer
36 buffer[indexIn] = item; in push()
37 indexIn = (indexIn + 1) % buffer.length; // wrap-around in push()
/external/guava/guava-gwt/src-super/com/google/common/base/super/com/google/common/base/
DCharMatcher.java256 @Override public int indexIn(CharSequence sequence) {
260 @Override public int indexIn(CharSequence sequence, int start) {
332 @Override public int indexIn(CharSequence sequence) {
337 @Override public int indexIn(CharSequence sequence, int start) {
810 return indexIn(sequence) == -1;
823 public int indexIn(CharSequence sequence) {
848 public int indexIn(CharSequence sequence, int start) {
902 int pos = indexIn(string);
961 int pos = indexIn(string);
1002 int pos = indexIn(string);
[all …]
DSplitter.java148 return separatorMatcher.indexIn(toSplit, start); in on()
/external/guava/guava/src/com/google/common/base/
DCharMatcher.java258 @Override public int indexIn(CharSequence sequence) {
262 @Override public int indexIn(CharSequence sequence, int start) {
334 @Override public int indexIn(CharSequence sequence) {
339 @Override public int indexIn(CharSequence sequence, int start) {
967 return indexIn(sequence) == -1;
980 public int indexIn(CharSequence sequence) {
1005 public int indexIn(CharSequence sequence, int start) {
1059 int pos = indexIn(string);
1118 int pos = indexIn(string);
1159 int pos = indexIn(string);
[all …]
DCaseFormat.java136 while ((j = wordBoundary.indexIn(s, ++j)) != -1) { in convert()
DSplitter.java151 return separatorMatcher.indexIn(toSplit, start); in on()
/external/guava/guava/src/com/google/common/net/
DMediaType.java633 position = matcher.negate().indexIn(input, startPosition);
/external/wpa_supplicant_8/wpa_supplicant/wpa_gui-qt4/
Dnetworkconfig.cpp208 if (rx.indexIn(idstrEdit->text()) < 0) { in addNetwork()
/external/vogar/lib/
Dguava.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/ ...
/external/owasp/sanitizer/lib/guava-libraries/
Dguava.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/ ...
/external/owasp/sanitizer/distrib/lib/
Dguava.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/ ...