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

1 2 3

  /external/icu/icu4c/source/extra/scrptrun/
scrptrun.h 26 UChar32 endChar;
  /external/jacoco/org.jacoco.core/src/org/jacoco/core/runtime/
CommandLineSupport.java 83 int endChar = BLANK;
89 endChar = QUOTE;
92 endChar = BLANK;
98 if (c == endChar) {
111 } else if (c == endChar) {
  /external/icu/icu4j/main/classes/charset/src/com/ibm/icu/charset/
CharsetSelector.java 68 int endChar = unicodePointSet.getRangeEnd(j);
69 pvec.setValue(startChar, endChar, column, ~0, mask);
79 int endChar = excludedCodePoints.getRangeEnd(j);
81 pvec.setValue(startChar, endChar, col, ~0, ~0);
  /external/deqp/execserver/tools/
xsClient.cpp 263 char endChar = *p++;
266 while (*p != endChar && *p)
  /external/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/layout/
ScriptData.java 25 private int endChar;
41 endChar = theEndChar;
50 public int endChar()
52 return endChar;
68 Utility.hex(endChar, 6) + ", " +
  /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 357 char endChar = (str.length() > 1) ? str[str.length() - 1] : 0;
358 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/framework/opengl/
gluShaderLibrary.cpp 468 char endChar = *p++;
471 while (*p != endChar && *p)
727 char endChar = *m_curPtr;
730 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 
  /prebuilts/misc/common/jacoco/lib/
org.jacoco.core-0.7.2.201409121644.jar 
jacocoagent.jar 
  /prebuilts/tools/common/m2/repository/org/jacoco/org.jacoco.core/0.7.1.201405082137/
org.jacoco.core-0.7.1.201405082137.jar 
  /prebuilts/tools/common/m2/repository/org/jacoco/org.jacoco.core/0.7.3.201501221555/
org.jacoco.core-0.7.3.201501221555.jar 
  /prebuilts/tools/common/m2/repository/org/jacoco/org.jacoco.core/0.7.4.201502262128/
org.jacoco.core-0.7.4.201502262128.jar 
  /prebuilts/tools/common/m2/repository/org/jacoco/org.jacoco.core/0.7.5.201505241946/
org.jacoco.core-0.7.5.201505241946.jar 
  /prebuilts/tools/common/m2/repository/org/jacoco/org.jacoco.core/0.7.6.201602180812/
org.jacoco.core-0.7.6.201602180812.jar 
  /prebuilts/tools/common/m2/repository/org/jacoco/org.jacoco.core/0.7.7.201606060606/
org.jacoco.core-0.7.7.201606060606.jar 
  /prebuilts/tools/common/m2/repository/org/jacoco/org.jacoco.core/0.7.8/
org.jacoco.core-0.7.8.jar 
  /prebuilts/tools/common/offline-m2/org/jacoco/org.jacoco.core/0.7.5.201505241946/
org.jacoco.core-0.7.5.201505241946.jar 

Completed in 568 milliseconds

1 2 3