HomeSort by relevance Sort by last modified time
    Searched defs:endChar (Results 1 - 18 of 18) sorted by null

  /external/icu4c/extra/scrptrun/
scrptrun.h 24 UChar32 endChar;
  /external/mp4parser/isoparser/src/main/java/com/coremedia/iso/boxes/sampleentry/
TextSampleEntry.java 258 unsigned int(16) endChar;
267 int endChar;
275 endChar = IsoTypeReader.readUInt16(in);
289 IsoTypeWriter.writeUInt16(bb, endChar);
  /frameworks/native/opengl/tests/hwc/
hwcColorEquiv.cpp 198 char endChar = (str.length() > 1) ? str[str.length() - 1] : 0;
199 if ((endChar == '>') || (endChar == ']')) { break; }
220 char endChar = (str.length() > 1) ? str[str.length() - 1] : 0;
221 if ((endChar == '>') || (endChar == ']')) { break; }
hwcCommit.cpp 360 char endChar = (str.length() > 1) ? str[str.length() - 1] : 0;
361 if ((endChar == '>') || (endChar == ']')) { break; }
    [all...]
  /frameworks/base/media/java/android/media/
TimedText.java 112 * for Blinking Text or Highlight Text. endChar is the end offset
126 public final int endChar;
131 * @param endChar the offset of the end character.
133 public CharPos(int startChar, int endChar) {
135 this.endChar = endChar;
180 public final int endChar;
217 * @param endChar the offset of the end character which applys this style
225 public Style(int startChar, int endChar, int fontId,
229 this.endChar = endChar
    [all...]
  /libcore/luni/src/main/java/java/math/
BigInteger.java     [all...]
  /external/tinyxml2/
tinyxml2.cpp 114 char endChar = *endTag;
119 if ( *p == endChar && strncmp( p, endTag, length ) == 0 ) {
    [all...]
  /frameworks/base/core/java/com/google/android/util/
AbstractMessageParser.java 488 int endChar = nextChar;
489 while ((endChar < text.length()) && isFormatChar(text.charAt(endChar))) {
490 endChar += 1;
493 if ((endChar == nextChar) || !isWordBreak(endChar)) {
503 for (int index = nextChar; index < endChar; ++index) {
536 nextChar = endChar;
    [all...]
  /external/zxing/core/
core.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.equinox.p2.metadata_2.0.0.v20100601.jar 
org.eclipse.jface.text_3.6.1.r361_v20100825-0800.jar 
org.eclipse.osgi_3.6.1.R36x_v20100806.jar 
org.eclipse.osgi_3.6.2.R36x_v20101103.jar 
org.eclipse.jdt.core_3.6.2.v_A76_R36x.jar 
org.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jar 
org.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jar 
  /prebuilts/tools/common/eclipse/
org.eclipse.osgi_3.6.2.R36x_v20110210.jar 
  /external/chromium_org/third_party/WebKit/Source/devtools/scripts/closure/
compiler.jar 

Completed in 933 milliseconds