Searched refs:lastPos (Results 1 - 8 of 8) sorted by relevance

/external/webkit/WebCore/platform/graphics/wince/
H A DGlyphPageTreeNodeWince.cpp33 typedef unsigned (*funcGetCharCodePages)(unsigned short c, unsigned& lastPos);
45 unsigned lastPos = 0; local
47 DWORD actualCodePages = getCharCodePages(buffer[i], lastPos);
/external/webkit/WebCore/platform/text/
H A DRegularExpression.cpp130 int lastPos = -1; local
136 if (pos + matchLength > lastPos + lastMatchLength) {
138 lastPos = pos;
145 return lastPos;
/external/tinyxml/
H A Dtinyxml.cpp1029 const char* lastPos = buf; local
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/
H A DShapeArabic.c356 int32_t prevPos, lastPos,Nx, Nw; local
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/
H A DPluginDatabaseWin.cpp61 LPWSTR lastPos = 0;
65 lastPos = curPos;
68 if (lastPos == curPos - 1)
71 if (lastPos)
72 *lastPos = 0;
/external/webkit/JavaScriptCore/bytecode/
H A DCodeBlock.h315 unsigned lastPos = m_linkedCallerList.size() - 1; local
317 if (pos != lastPos) {
318 m_linkedCallerList[pos] = m_linkedCallerList[lastPos];
321 m_linkedCallerList.shrink(lastPos);
/external/icu4c/common/
H A Dushape.c1193 int32_t lastPos,Nx, Nw; local
1234 lastPos = i;
1260 dest[lastPos] =wLamalef; /* it by LAMALEF_SPACE_SUB which is the last character in the */
1261 i=lastPos; /* unicode private use area, this is done to make */
1326 lastPos = i;
/external/jdiff/
H A Dxerces.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/services/ org/ org/apache/ org/apache/html/ ...

Completed in 101 milliseconds