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

  /external/webkit/WebCore/platform/graphics/wince/
GlyphPageTreeNodeWince.cpp 33 typedef unsigned (*funcGetCharCodePages)(unsigned short c, unsigned& lastPos);
45 unsigned lastPos = 0;
47 DWORD actualCodePages = getCharCodePages(buffer[i], lastPos);
  /external/webkit/WebCore/platform/text/
RegularExpression.cpp 130 int lastPos = -1;
136 if (pos + matchLength > lastPos + lastMatchLength) {
138 lastPos = pos;
145 return lastPos;
  /external/webkit/WebCore/platform/text/mac/
ShapeArabic.c 356 int32_t prevPos, lastPos,Nx, Nw;
388 lastPos = i;
414 dest[lastPos] =wLamalef; /* it by a space. */
415 i=lastPos;
458 prevPos = lastPos;
459 lastPos = i;
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
WordComposer.java 112 final int lastPos = mTypedWord.length() - 1;
113 char last = mTypedWord.charAt(lastPos);
114 mTypedWord.deleteCharAt(lastPos);
  /frameworks/base/awt/java/awt/
MouseDispatcher.java 304 final Point lastPos = lastPressPos[index];
305 if (lastPos == null) {
308 return ((Math.abs(lastPos.x - info.position.x) > clickDelta) ||
309 (Math.abs(lastPos.y - info.position.y) > clickDelta));
  /frameworks/base/awt/org/apache/harmony/x/imageio/stream/
RandomAccessMemoryCache.java 75 long lastPos = pos + count - 1;
76 if (lastPos >= length) {
77 grow(lastPos);
173 long lastPos = length + count - 1;
174 grow(lastPos); // Changes length
  /frameworks/base/media/libdrm/mobile2/src/util/ustl-1.0/
ustring.cpp 279 uoff_t lastPos = endi;
280 while (lastPos-- && s[lastPos] != endchar);
281 const size_type skip = endi - lastPos;
  /external/tinyxml/
tinyxml.cpp 1029 const char* lastPos = buf;
1038 data.append( lastPos, p-lastPos+1 ); // append, include the newline
1040 lastPos = p; // and point to the new buffer (may be 0)
1046 if ( (p-lastPos) > 0 ) {
1047 data.append( lastPos, p-lastPos ); // do not add the CR
1054 lastPos = p;
1060 lastPos = p;
1069 if ( p-lastPos ) {
    [all...]
  /frameworks/base/core/java/com/android/internal/util/
FastXmlSerializer.java 120 int lastPos = 0;
127 if (lastPos < pos) append(string, lastPos, pos-lastPos);
128 lastPos = pos + 1;
131 if (lastPos < pos) append(string, lastPos, pos-lastPos);
138 int lastPos = start;
145 if (lastPos < pos) append(buf, lastPos, pos-lastPos)
    [all...]
  /external/icu4c/common/
ushape.c     [all...]
  /external/webkit/JavaScriptCore/bytecode/
CodeBlock.h 315 unsigned lastPos = m_linkedCallerList.size() - 1;
317 if (pos != lastPos) {
318 m_linkedCallerList[pos] = m_linkedCallerList[lastPos];
321 m_linkedCallerList.shrink(lastPos);
  /frameworks/base/core/java/android/text/
Layout.java     [all...]
  /frameworks/base/core/java/android/widget/
AbsListView.java     [all...]
  /external/jdiff/
xerces.jar 
  /prebuilt/common/ant/
ant.jar 
  /prebuilt/common/jfreechart/
jfreechart-1.0.9.jar 

Completed in 399 milliseconds