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

  /external/icu4c/i18n/
bmsearch.cpp 664 int32_t tOffset = offset + maxSkip;
672 while (tOffset <= tlen) {
677 if (tOffset < tlen) {
681 int32_t next = target->nextSafeBoundary(tOffset + 1);
690 if (high == 0 || (low < high && low <= tOffset)) {
691 if (low < tOffset) {
696 if (high > tOffset) {
697 tOffset = high;
705 target->setLast(tOffset);
721 int32_t gsOffset = tOffset + (*goodSuffixTable)[pIndex]
    [all...]
  /external/apache-xml/src/main/java/org/apache/xml/utils/
XMLStringDefault.java 271 * @param toffset where to begin looking in the string.
274 * at index <code>toffset</code>; <code>false</code> otherwise.
275 * The result is <code>false</code> if <code>toffset</code> is
280 * this.subString(toffset).startsWith(prefix)
285 public boolean startsWith(String prefix, int toffset)
287 return m_str.startsWith(prefix, toffset);
295 * @param toffset where to begin looking in the string.
298 * at index <code>toffset</code>; <code>false</code> otherwise.
299 * The result is <code>false</code> if <code>toffset</code> is
304 * this.subString(toffset).startsWith(prefix
    [all...]
XMLString.java 226 * @param toffset where to begin looking in the string.
229 * at index <code>toffset</code>; <code>false</code> otherwise.
230 * The result is <code>false</code> if <code>toffset</code> is
235 * this.subString(toffset).startsWith(prefix)
240 public abstract boolean startsWith(String prefix, int toffset);
247 * @param toffset where to begin looking in the string.
250 * at index <code>toffset</code>; <code>false</code> otherwise.
251 * The result is <code>false</code> if <code>toffset</code> is
256 * this.subString(toffset).startsWith(prefix)
261 public abstract boolean startsWith(XMLString prefix, int toffset);
    [all...]
  /external/apache-xml/src/main/java/org/apache/xpath/objects/
XString.java 490 * @param toffset where to begin looking in the string.
493 * at index <code>toffset</code>; <code>false</code> otherwise.
494 * The result is <code>false</code> if <code>toffset</code> is
499 * this.subString(toffset).startsWith(prefix)
504 public boolean startsWith(String prefix, int toffset)
506 return str().startsWith(prefix, toffset);
533 * @param toffset where to begin looking in the string.
536 * at index <code>toffset</code>; <code>false</code> otherwise.
537 * The result is <code>false</code> if <code>toffset</code> is
542 * this.subString(toffset).startsWith(prefix
    [all...]
XStringForFSB.java 594 * @param toffset where to begin looking in the string.
597 * at index <code>toffset</code>; <code>false</code> otherwise.
598 * The result is <code>false</code> if <code>toffset</code> is
603 * this.subString(toffset).startsWith(prefix)
608 public boolean startsWith(XMLString prefix, int toffset)
612 int to = m_start + toffset;
617 // Note: toffset might be near -1>>>1.
618 if ((toffset < 0) || (toffset > m_length - pc))
  /external/arduino/hardware/arduino/cores/arduino/
WString.h 73 unsigned char startsWith( const String &prefix, unsigned int toffset ) const;
  /libcore/luni/src/test/java/libcore/java/lang/
OldStringTest.java 141 assertFalse("Returned true for toffset+len is greater than the length.",
154 assertFalse("Returned true for toffset+len is greater than the length.",
  /external/linux-tools-perf/
builtin-probe.c 216 "\t\tOFF:\tOffset from function entry (in byte)\n"
  /frameworks/compile/libbcc/lib/Renderscript/
RSInfo.cpp 289 ALOGV("\toffset: %u", (_header).offset); \
  /frameworks/base/core/java/android/text/
TextUtils.java 227 public static boolean regionMatches(CharSequence one, int toffset,
232 getChars(one, toffset, toffset + len, temp, 0);
    [all...]
  /external/skia/src/gpu/gl/
GrGLProgram.cpp 282 builder->fFSCode.appendf("\toffset.y *= %s.w;\n", fsName);
    [all...]

Completed in 303 milliseconds