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

  /external/chromium_org/third_party/ots/tools/
ttf-checksum.py 29 toffset = readU32(contents, offset + 8)
33 for offset2 in range(toffset, toffset + tlength, 4):
  /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;
  /frameworks/base/core/java/android/text/
TextUtils.java 229 public static boolean regionMatches(CharSequence one, int toffset,
234 getChars(one, toffset, toffset + len, temp, 0);
    [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/main/
varray.c 857 const GLint toffset = 0; /* always zero */ local
994 (GLubyte *) pointer + toffset );
    [all...]
  /external/mesa3d/src/mesa/main/
varray.c 857 const GLint toffset = 0; /* always zero */ local
994 (GLubyte *) pointer + toffset );
    [all...]
  /prebuilts/tools/common/m2/internal/com/ibm/icu/icu4j/2.6.1/
icu4j-2.6.1.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
com.ibm.icu_4.2.1.v20100412.jar 
  /prebuilts/misc/common/icu4j/
icu4j.jar 
  /prebuilts/sdk/12/
android.jar 
  /prebuilts/sdk/14/
android.jar 
  /prebuilts/sdk/15/
android.jar 
  /prebuilts/sdk/17/
android.jar 
  /prebuilts/sdk/18/
android.jar 
  /prebuilts/sdk/19/
android.jar 
  /prebuilts/sdk/4/
android.jar 
  /prebuilts/sdk/6/
android.jar 
  /prebuilts/sdk/current/
android.jar 

Completed in 670 milliseconds