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

1 2

  /external/chromium_org/third_party/icu/source/extra/scrptrun/
scrptrun.h 24 UChar32 endChar;
  /external/icu/icu4c/source/extra/scrptrun/
scrptrun.h 24 UChar32 endChar;
  /external/deqp/execserver/tools/
xsClient.cpp 262 char endChar = *p++;
265 while (*p != endChar && *p)
  /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 197 char endChar = (str.length() > 1) ? str[str.length() - 1] : 0;
198 if ((endChar == '>') || (endChar == ']')) { break; }
219 char endChar = (str.length() > 1) ? str[str.length() - 1] : 0;
220 if ((endChar == '>') || (endChar == ']')) { break; }
hwcCommit.cpp 359 char endChar = (str.length() > 1) ? str[str.length() - 1] : 0;
360 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/deqp/modules/glshared/
glsShaderLibrary.cpp 246 char endChar = *p++;
249 while (*p != endChar && *p)
505 char endChar = *m_curPtr;
508 while (*p != endChar)
    [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...]
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/de/pdark/decentxml/1.3/
decentxml-1.3.jar 
  /prebuilts/tools/common/m2/repository/de/pdark/decentxml/1.3/
decentxml-1.3.jar 
  /external/chromium_org/third_party/android_platform/webview/
frameworks.jar 
  /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 
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-bundles-external/0.20.0/eclipse/plugins/
org.eclipse.equinox.p2.metadata_2.2.0.v20130523-1557.jar 
org.eclipse.osgi_3.9.1.v20140110-1610.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.eclipse.equinox.p2.metadata_2.2.0.v20130523-1557.jar 
  /prebuilts/tools/common/eclipse/
org.eclipse.osgi_3.6.2.R36x_v20110210.jar 
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/org.eclipse.osgi/3.9.1.v20130814-1242/
org.eclipse.osgi-3.9.1.v20130814-1242.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/org.eclipse.osgi/3.9.0.v20130529-1710/
org.eclipse.osgi-3.9.0.v20130529-1710.jar 

Completed in 285 milliseconds

1 2