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

1 2

  /external/pdfium/core/fxge/skia/
fx_skia_device_unittest.cpp 38 FXTEXT_CHARPOS charPos[1];
39 charPos[0].m_Origin = CFX_PointF(0, 1);
40 charPos[0].m_GlyphIndex = 1;
41 charPos[0].m_FontCharWidth = 4;
66 driver->DrawDeviceText(SK_ARRAY_COUNT(charPos), charPos, &font, &matrix,
89 driver->DrawDeviceText(SK_ARRAY_COUNT(charPos), charPos, &font, &matrix2,
  /libcore/ojluni/src/main/java/java/lang/
Integer.java 142 int charPos = 32;
149 buf[charPos--] = digits[-(i % radix)];
152 buf[charPos] = digits[-i];
155 buf[--charPos] = '-';
158 return new String(buf, charPos, (33 - charPos));
332 int charPos = len;
336 buf[offset + --charPos] = Integer.digits[val & mask];
338 } while (val != 0 && charPos > 0);
340 return charPos;
    [all...]
Long.java 127 int charPos = 64;
135 buf[charPos--] = Integer.digits[(int)(-(i % radix))];
138 buf[charPos] = Integer.digits[(int)(-i)];
141 buf[--charPos] = '-';
144 return new String(buf, charPos, (65 - charPos));
373 int charPos = len;
377 buf[offset + --charPos] = Integer.digits[((int) val) & mask];
379 } while (val != 0 && charPos > 0);
381 return charPos;
    [all...]
  /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Debug/
RemoteDebugEventSocketListener.cs 72 int charPos;
78 int line, int charPos, string text) {
83 this.charPos = charPos;
117 return charPos;
120 charPos = value;
181 public int charPos = -1;
185 public ProxyTree(int ID, int type, int line, int charPos, int tokenIndex, string text) {
189 this.charPos = charPos;
    [all...]
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Debug/
RemoteDebugEventSocketListener.cs 76 int charPos;
83 int line, int charPos, string text )
89 this.charPos = charPos;
134 return charPos;
138 charPos = value;
217 public int charPos = -1;
221 public ProxyTree( int ID, int type, int line, int charPos, int tokenIndex, string text )
226 this.charPos = charPos;
    [all...]
  /external/antlr/antlr-3.4/tool/src/main/java/org/antlr/tool/
Interpreter.java 87 int charPos = ((CharStream)input).getCharPositionInLine();
110 token.setCharPositionInLine(charPos);
  /external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/debug/
RemoteDebugEventSocketListener.java 64 int charPos;
68 int line, int charPos, String text)
74 this.charPos = charPos;
96 return charPos;
99 this.charPos = pos;
131 public int charPos = -1;
135 public ProxyTree(int ID, int type, int line, int charPos, int tokenIndex, String text) {
139 this.charPos = charPos;
    [all...]
  /external/apache-xml/src/main/java/org/apache/xalan/templates/
ElemNumber.java     [all...]
  /frameworks/base/cmds/bootanimation/
BootAnimation.cpp 593 const int charPos = (c - FONT_BEGIN_CHAR); // Position in the list of valid characters
594 const int row = charPos / FONT_NUM_COLS;
595 const int col = charPos % FONT_NUM_COLS;
    [all...]
  /prebuilts/tools/common/m2/repository/org/antlr/antlr-runtime/3.5.2/
antlr-runtime-3.5.2.jar 
  /prebuilts/tools/common/offline-m2/org/antlr/antlr-runtime/3.5.2/
antlr-runtime-3.5.2.jar 
  /prebuilts/tools/common/m2/repository/org/antlr/ST4/4.0.8/
ST4-4.0.8.jar 
  /prebuilts/tools/common/offline-m2/org/antlr/ST4/4.0.8/
ST4-4.0.8.jar 
  /prebuilts/tools/common/m2/repository/com/fasterxml/jackson/core/jackson-core/2.1.3/
jackson-core-2.1.3.jar 
  /prebuilts/tools/common/m2/repository/com/fasterxml/jackson/core/jackson-core/2.6.6/
jackson-core-2.6.6.jar 
  /prebuilts/tools/common/m2/repository/org/antlr/antlr4/4.5.3/
antlr4-4.5.3.jar 
  /prebuilts/tools/common/offline-m2/org/antlr/antlr4/4.5.3/
antlr4-4.5.3.jar 
  /external/antlr/antlr-3.4/lib/
antlr-3.4-complete.jar 
  /prebuilts/misc/common/antlr/
antlr-3.4-complete.jar 
  /prebuilts/tools/common/m2/repository/com/tunnelvisionlabs/antlr4-runtime/4.5/
antlr4-runtime-4.5.jar 
  /prebuilts/checkstyle/
checkstyle.jar 
  /prebuilts/sdk/tools/jacks/
jack-4.31.CANDIDATE.jar 
  /prebuilts/tools/common/m2/repository/com/firebase/firebase-client-jvm/2.5.2/
firebase-client-jvm-2.5.2.jar 
  /prebuilts/tools/common/m2/repository/org/antlr/antlr/3.5.2/
antlr-3.5.2.jar 
  /prebuilts/tools/common/offline-m2/org/antlr/antlr/3.5.2/
antlr-3.5.2.jar 

Completed in 298 milliseconds

1 2