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

/external/icu/icu4c/source/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/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
H A DRuleCharacterIterator.java58 private int bufPos; field in class:RuleCharacterIterator
144 bufPos = 0;
216 return new Object[] {buf, new int[] {pos.getIndex(), bufPos}};
222 v[1] = bufPos;
236 bufPos = v[1];
271 return new String(buf, bufPos, buf.length - bufPos);
287 bufPos += count;
288 if (bufPos > buf.length) {
291 if (bufPos
[all...]
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/writer/
H A DDexDataWriter.java255 int bufPos = 0;
259 buf[bufPos++] = (byte)c;
261 buf[bufPos++] = (byte)(((c >> 6) & 0x1f) | 0xc0);
262 buf[bufPos++] = (byte)((c & 0x3f) | 0x80);
264 buf[bufPos++] = (byte)(((c >> 12) & 0x0f) | 0xe0);
265 buf[bufPos++] = (byte)(((c >> 6) & 0x3f) | 0x80);
266 buf[bufPos++] = (byte)((c & 0x3f) | 0x80);
269 write(buf, 0, bufPos);
/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:__anon11566
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/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 370 milliseconds