HomeSort by relevance Sort by last modified time
    Searched defs:bufPos (Results 1 - 25 of 43) sorted by null

1 2

  /external/icu/icu4c/source/common/
ruleiter.h 61 int32_t bufPos;
137 int32_t bufPos;
  /external/v8/test/cctest/
test-assembler-s390.cc 204 v8::internal::byte* bufPos = assm.buffer_pos();
205 ::printf("buffer position = %p", static_cast<void*>(bufPos));
  /external/icu/android_icu4j/src/main/java/android/icu/impl/
RuleCharacterIterator.java 59 private int bufPos;
145 bufPos = 0;
217 return new Object[] {buf, new int[] {pos.getIndex(), bufPos}};
223 v[1] = bufPos;
237 bufPos = v[1];
272 return new String(buf, bufPos, buf.length - bufPos);
288 bufPos += count;
289 if (bufPos > buf.length) {
292 if (bufPos == buf.length)
    [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
RuleCharacterIterator.java 58 private int bufPos;
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 == buf.length)
    [all...]
  /external/lzma/Java/Tukaani/src/org/tukaani/xz/rangecoder/
RangeEncoder.java 34 private int bufPos;
68 bufPos = 0;
72 return bufPos + cacheSize + 5 - 1;
79 return bufPos;
83 out.write(buf, 0, bufPos);
93 buf[bufPos++] = (byte)(temp + lowHi);
  /external/smali/dexlib2/src/main/java/org/jf/dexlib2/writer/
DexDataWriter.java 255 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/lzma/CPP/7zip/Compress/
Bcj2Coder.cpp 89 UInt32 bufPos = 0;
102 UInt32 size = kBufSize - (bufPos + processedSize);
106 RINOK(inStream->Read(_buf + bufPos + processedSize, size, &processedSizeLoc));
111 UInt32 endPos = bufPos + processedSize;
116 for (bufPos = 0; bufPos < endPos; bufPos++)
118 Byte b = _buf[bufPos];
138 bufPos = 0;
141 while (bufPos <= limit)
    [all...]
  /external/lzma/C/
XzDec.c 55 size_t bufPos;
118 p->bufPos = p->bufConv = p->bufTotal = 0;
138 if (p->bufPos != p->bufConv)
140 size_t curSize = p->bufConv - p->bufPos;
143 memcpy(dest, p->buf + p->bufPos, curSize);
144 p->bufPos += curSize;
150 p->bufTotal -= p->bufPos;
151 memmove(p->buf, p->buf + p->bufPos, p->bufTotal);
152 p->bufPos = 0;
195 if (p->bufTotal == p->bufPos && srcLenOrig == 0 && srcWasFinished)
    [all...]
  /external/svox/pico/lib/
picoos.c 1963 picoos_uint8 strlen, bufpos; local
    [all...]
  /external/robolectric/v1/lib/main/
xpp3-1.1.4c.jar 
  /prebuilts/eclipse/maven/apache-maven-3.2.1/lib/
plexus-utils-3.0.17.jar 
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/codehaus/plexus/plexus-utils/2.0.5/
plexus-utils-2.0.5.jar 
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/codehaus/plexus/plexus-utils/3.0/
plexus-utils-3.0.jar 
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/codehaus/plexus/plexus-utils/3.0.7/
plexus-utils-3.0.7.jar 
  /prebuilts/tools/common/m2/repository/org/codehaus/plexus/plexus-utils/1.5.1/
plexus-utils-1.5.1.jar 
  /prebuilts/tools/common/m2/repository/org/codehaus/plexus/plexus-utils/1.5.15/
plexus-utils-1.5.15.jar 
  /prebuilts/tools/common/m2/repository/org/codehaus/plexus/plexus-utils/3.0.17/
plexus-utils-3.0.17.jar 
  /prebuilts/tools/common/m2/repository/org/codehaus/plexus/plexus-utils/3.0.22/
plexus-utils-3.0.22.jar 
  /prebuilts/tools/common/m2/repository/org/codehaus/plexus/plexus-utils/3.0.7/
plexus-utils-3.0.7.jar 
  /prebuilts/tools/common/m2/repository/org/codehaus/plexus/plexus-utils/3.0.9/
plexus-utils-3.0.9.jar 
  /prebuilts/tools/common/m2/repository/org/smali/dexlib2/2.1.3/
dexlib2-2.1.3.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
com.ibm.icu_4.2.1.v20100412.jar 
org.apache.jasper_5.5.17.v201004212143.jar 
  /prebuilts/misc/common/ecj/
ecj.jar 
  /prebuilts/tools/common/m2/repository/org/apache/maven/maven-ant-tasks/2.1.3/
maven-ant-tasks-2.1.3.jar 

Completed in 1817 milliseconds

1 2