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

  /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/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);
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
WordComposer.java 122 final int lastPos = mTypedWord.length() - 1;
123 char last = mTypedWord.charAt(lastPos);
124 mTypedWord.deleteCharAt(lastPos);
  /external/webkit/WebCore/platform/text/
RegularExpression.cpp 130 int lastPos = -1;
136 if (pos + matchLength > lastPos + lastMatchLength) {
138 lastPos = pos;
145 return lastPos;
  /frameworks/base/core/java/android/database/sqlite/
SQLiteQuery.java 62 int maxRead, int lastPos) {
74 maxRead, lastPos);
189 int startPos, int offsetParam, int maxRead, int 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...]
  /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;
  /external/webkit/WebCore/plugins/win/
PluginDatabaseWin.cpp 61 LPWSTR lastPos = 0;
65 lastPos = curPos;
68 if (lastPos == curPos - 1)
71 if (lastPos)
72 *lastPos = 0;
  /frameworks/base/core/jni/
android_database_SQLiteQuery.cpp 109 jint startPos, jint offsetParam, jint maxRead, jint lastPos)
113 int numRows = lastPos;
114 maxRead += lastPos;
  /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/widget/
AbsListView.java     [all...]
  /external/chromium/third_party/icu/source/common/
ushape.c     [all...]
  /external/icu4c/common/
ushape.c     [all...]
  /frameworks/base/core/java/android/text/
Layout.java     [all...]
  /external/jdiff/
xerces.jar 
  /prebuilt/common/ant/
ant.jar 
  /prebuilt/common/jfreechart/
jfreechart-1.0.9.jar 

Completed in 3660 milliseconds