Searched refs:separatorPosition (Results 1 - 12 of 12) sorted by relevance

/external/guava/guava/src/com/google/common/base/
H A DSplitter.java149 @Override int separatorEnd(int separatorPosition) {
150 return separatorPosition + 1;
189 @Override public int separatorEnd(int separatorPosition) {
190 return separatorPosition + separator.length();
224 @Override public int separatorEnd(int separatorPosition) {
274 @Override public int separatorEnd(int separatorPosition) {
275 return separatorPosition;
480 * separatorPosition} that does not contain a separator. This method is only
483 abstract int separatorEnd(int separatorPosition); argument
500 int separatorPosition
[all...]
/external/guava/guava-gwt/src-super/com/google/common/base/super/com/google/common/base/
H A DSplitter.java146 @Override int separatorEnd(int separatorPosition) {
147 return separatorPosition + 1;
186 @Override public int separatorEnd(int separatorPosition) {
187 return separatorPosition + separator.length();
216 @Override public int separatorEnd(int separatorPosition) {
217 return separatorPosition;
422 * separatorPosition} that does not contain a separator. This method is only
425 abstract int separatorEnd(int separatorPosition); argument
442 int separatorPosition = separatorStart(offset);
443 if (separatorPosition
[all...]
/external/chromium_org/third_party/WebKit/Source/core/page/
H A DWindowFeatures.cpp250 size_t separatorPosition = featureString.find('='); local
252 if (separatorPosition != kNotFound && colonPosition != kNotFound)
254 if (separatorPosition == kNotFound)
255 separatorPosition = colonPosition;
257 String key = featureString.left(separatorPosition).stripWhiteSpace().lower();
261 if (separatorPosition != kNotFound) {
262 value = featureString.substring(separatorPosition + 1).stripWhiteSpace().lower();
/external/chromium_org/third_party/WebKit/Source/platform/text/
H A DLocaleMac.mm48 size_t separatorPosition = normalizedLocale.find('_');
49 if (separatorPosition == kNotFound)
51 return normalizedLocale.left(separatorPosition);
/external/chromium_org/third_party/WebKit/Source/platform/weborigin/
H A DKURL.cpp449 int separatorPosition = protocol.find(':'); local
450 String newProtocol = protocol.substring(0, separatorPosition);
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.core.contenttype_3.4.100.v20100505-1235.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.jdt.core_3.6.2.v_A76_R36x.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/owasp/sanitizer/distrib/lib/
H A Dguava.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/common/ com/google/common/collect/ ...
/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/chromium_org/third_party/checkstyle/
H A Dcheckstyle-5.7-all.jarMETA-INF/MANIFEST.MF META-INF/ checkstyle_packages.xml checkstylecompilation.properties checkstyletask.properties com/ ...
/external/chromium_org/third_party/WebKit/Source/devtools/scripts/closure/
H A Dcompiler.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/javascript/ com/google/javascript/jscomp/ ...
/external/chromium_org/third_party/closure_compiler/compiler/
H A Dcompiler.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/debugging/ com/google/debugging/sourcemap/ ...

Completed in 2227 milliseconds