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

1 2 3 4

  /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...]
  /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/pdfium/fxjs/xfa/
cjx_barcode.h 25 JS_PROP(endChar);
cjx_barcode.cpp 51 void CJX_Barcode::endChar(CFXJSE_Value* pValue,
  /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/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) + ", " +
ScriptRunModuleWriter.java 38 output.print(Utility.hex(scriptData.getRecord(record).endChar(), 6));
  /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...]
  /external/pdfium/xfa/fwl/
cfwl_barcode.h 66 void SetEndChar(char endChar);
cfwl_barcode.cpp 142 void CFWL_Barcode::SetEndChar(char endChar) {
144 m_cEndChar = endChar;
  /external/icu/icu4c/source/extra/scrptrun/
scrptrun.h 26 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);
  /external/pdfium/xfa/fxfa/
cxfa_ffbarcode.cpp 186 Optional<char> endChar = node->GetBarcodeAttribute_EndChar();
187 if (endChar)
188 pBarCodeWidget->SetEndChar(*endChar);
  /prebuilts/go/darwin-x86/src/text/tabwriter/
tabwriter.go 105 endChar byte // terminating char of escaped sequence (Escape for escapes, '>', ';' for HTML tags/entities, or 0)
117 b.endChar = 0
413 b.endChar = Escape
415 b.endChar = '>'
417 b.endChar = ';'
427 switch b.endChar {
438 b.endChar = 0
476 if b.endChar != 0 {
500 if b.endChar == 0 {
551 if ch == b.endChar {
    [all...]
  /prebuilts/go/linux-x86/src/text/tabwriter/
tabwriter.go 105 endChar byte // terminating char of escaped sequence (Escape for escapes, '>', ';' for HTML tags/entities, or 0)
117 b.endChar = 0
413 b.endChar = Escape
415 b.endChar = '>'
417 b.endChar = ';'
427 switch b.endChar {
438 b.endChar = 0
476 if b.endChar != 0 {
500 if b.endChar == 0 {
551 if ch == b.endChar {
    [all...]
  /external/deqp/external/openglcts/modules/common/
glcShaderLibrary.cpp 222 char endChar = *p++;
225 while (*p != endChar && *p)
487 char endChar = *m_curPtr;
490 while (*p != endChar)
  /libcore/luni/src/main/java/java/math/
BigInteger.java     [all...]
  /frameworks/base/core/java/com/android/internal/os/
ProcessCpuTracker.java 867 private String readFile(String file, char endChar) {
881 if (mBuffer[i] == endChar) {
    [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...]
  /prebuilts/tools/common/m2/repository/de/pdark/decentxml/1.3/
decentxml-1.3.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 

Completed in 603 milliseconds

1 2 3 4