Searched refs:bufPos (Results 1 - 13 of 13) sorted by relevance

/external/chromium_org/third_party/icu/source/common/
H A Druleiter.cpp28 bufPos(0)
53 bufPos = 0;
92 p.bufPos = bufPos;
98 bufPos = p.bufPos;
116 buf->extract(bufPos, maxLookAhead, result);
137 return buf->char32At(bufPos);
146 bufPos += count;
147 if (bufPos
[all...]
H A Druleiter.h61 int32_t bufPos; member in class:RuleCharacterIterator
138 int32_t bufPos; member in struct:RuleCharacterIterator::Pos
/external/icu4c/common/
H A Druleiter.cpp29 bufPos(0)
54 bufPos = 0;
92 p.bufPos = bufPos;
98 bufPos = p.bufPos;
116 buf->extract(bufPos, maxLookAhead, result);
137 return buf->char32At(bufPos);
146 bufPos += count;
147 if (bufPos
[all...]
H A Druleiter.h61 int32_t bufPos; member in class:RuleCharacterIterator
137 int32_t bufPos; member in struct:RuleCharacterIterator::Pos
/external/chromium_org/third_party/WebKit/Source/core/page/
H A DEventSource.cpp318 unsigned int bufPos = 0; local
320 while (bufPos < bufSize) {
322 if (m_receiveBuf[bufPos] == '\n')
323 bufPos++;
329 for (unsigned int i = bufPos; lineLength < 0 && i < bufSize; i++) {
333 fieldLength = i - bufPos;
338 lineLength = i - bufPos;
346 parseEventStreamLine(bufPos, fieldLength, lineLength);
347 bufPos += lineLength + 1;
355 if (bufPos
361 parseEventStreamLine(unsigned bufPos, int fieldLength, int lineLength) argument
[all...]
/external/jmonkeyengine/engine/src/core/com/jme3/scene/
H A DBatchNode.java508 private void doTransforms(FloatBuffer bufPos, FloatBuffer bufNorm, int start, int end, Matrix4f transform) { argument
518 bufPos.position(offset);
520 bufPos.get(tmpFloat, 0, length);
544 bufPos.position(offset);
546 bufPos.put(tmpFloat, 0, length);
552 private void doTransformsTangents(FloatBuffer bufPos, FloatBuffer bufNorm, FloatBuffer bufTangents, int start, int end, Matrix4f transform) { argument
566 bufPos.position(offset);
569 bufPos.get(tmpFloat, 0, length);
610 bufPos.position(offset);
612 bufPos
[all...]
/external/lzma/C/
H A DXzDec.c52 size_t bufPos; member in struct:__anon22024
116 p->bufPos = p->bufConv = p->bufTotal = 0;
136 if (p->bufPos != p->bufConv)
138 size_t curSize = p->bufConv - p->bufPos;
141 memcpy(dest, p->buf + p->bufPos, curSize);
142 p->bufPos += curSize;
148 p->bufTotal -= p->bufPos;
149 memmove(p->buf, p->buf + p->bufPos, p->bufTotal);
150 p->bufPos = 0;
193 if (p->bufTotal == p->bufPos
[all...]
/external/svox/pico/lib/
H A Dpicoos.c1424 picoos_int32 bufPos; member in struct:picoos_sd_file
1749 sdf->bufPos = 0;
1793 nrSamples = sdFile->bufPos;
1810 sdFile->bufPos = 0;
1816 if ((sdFile != NULL) && !(sdFile->aborted) && (sdFile->bufPos > 0)) {
1839 sdFile->buf[sdFile->bufPos++] = s;
1840 if (sdFile->bufPos >= PICOOS_SDF_BUF_LEN) {
1858 if (!((*sdFile)->aborted) && ((*sdFile)->bufPos > 0)) {
/external/robolectric/lib/main/
H A Dxpp3-1.1.4c.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/services/ META-INF/services/org. ...
/external/smack/asmack-master/lib/
H A Dxpp3-1.1.4c.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/services/ META-INF/services/org. ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dcom.ibm.icu_4.2.1.v20100412.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.apache.jasper_5.5.17.v201004212143.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.jdt.core_3.6.2.v_A76_R36x.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 1544 milliseconds