HomeSort by relevance Sort by last modified time
    Searched defs:bufferPos (Results 1 - 14 of 14) sorted by null

  /external/icu4c/common/unicode/
normlzr.h 757 int32_t bufferPos;
  /frameworks/native/libs/utils/
BufferedTextOutput.cpp 40 , bufferPos(0)
51 if ((len+bufferPos) > bufferSize) {
52 void* b = realloc(buffer, ((len+bufferPos)*3)/2);
56 memcpy(buffer+bufferPos, txt, len);
57 bufferPos += len;
62 bufferPos = 0;
75 size_t bufferPos;
209 //printf("Buffer is now %d bytes\n", b->bufferPos);
213 vec.iov_len = b->bufferPos;
251 if (b->bufferPos > 0 && b->atFront)
    [all...]
  /external/jmonkeyengine/engine/src/tools/jme3tools/optimize/
GeometryBatchFactory.java 249 int bufferPos[] = new int[lodLevels];
261 lodData[i][bufferPos[i] + j] = buffer.get() + numOfVertices * curGeom;
262 //bufferPos[i]++;
264 bufferPos[i] += buffer.capacity();
  /external/protobuf/java/src/main/java/com/google/protobuf/
CodedInputStream.java 201 if (size <= (bufferSize - bufferPos) && size > 0) {
204 final String result = new String(buffer, bufferPos, size, "UTF-8");
205 bufferPos += size;
266 if (size <= (bufferSize - bufferPos) && size > 0) {
269 final ByteString result = ByteString.copyFrom(buffer, bufferPos, size);
270 bufferPos += size;
482 private int bufferPos;
489 * {@code totalBytesRetired + bufferPos}. This value may be negative if
512 bufferPos = off;
520 bufferPos = 0
    [all...]
  /external/protobuf/java/src/main/java/com/google/protobuf/micro/
CodedInputStreamMicro.java 198 if (size <= (bufferSize - bufferPos) && size > 0) {
201 final String result = new String(buffer, bufferPos, size, "UTF-8");
202 bufferPos += size;
240 if (size <= (bufferSize - bufferPos) && size > 0) {
243 final ByteStringMicro result = ByteStringMicro.copyFrom(buffer, bufferPos, size);
244 bufferPos += size;
438 private int bufferPos;
445 * {@code totalBytesRetired + bufferPos}.
466 bufferPos = off;
473 bufferPos = 0
    [all...]
  /external/protobuf/java/src/main/java/com/google/protobuf/nano/
CodedInputByteBufferNano.java 190 if (size <= (bufferSize - bufferPos) && size > 0) {
193 final String result = new String(buffer, bufferPos, size, "UTF-8");
194 bufferPos += size;
232 if (size <= (bufferSize - bufferPos) && size > 0) {
236 System.arraycopy(buffer, bufferPos, result, 0, size);
237 bufferPos += size;
399 private int bufferPos;
419 bufferPos = off;
480 byteLimit += bufferPos;
523 final int currentAbsolutePosition = bufferPos;
    [all...]
  /external/webkit/Source/WebCore/plugins/
PluginDatabase.cpp 556 char* bufferPos = fileContents.data() + 1;
563 while (bufferPos < end) {
569 if (!(readUTF8String(path, bufferPos, end)
570 && readTime(lastModified, bufferPos, end)
571 && readUTF8String(name, bufferPos, end)
572 && readUTF8String(desc, bufferPos, end)
573 && readUTF8String(mimeDesc, bufferPos, end))) {
  /external/webkit/Source/JavaScriptCore/runtime/
StringPrototype.cpp 278 int bufferPos = 0;
282 StringImpl::copyChars(buffer + bufferPos, source.characters() + substringRanges[i].position, srcLen);
283 bufferPos += srcLen;
288 StringImpl::copyChars(buffer + bufferPos, separators[i].characters(), sepLen);
289 bufferPos += sepLen;
    [all...]
  /external/icu4c/common/
unames.cpp 238 #define WRITE_CHAR(buffer, bufferLength, bufferPos, c) { \
243 ++(bufferPos); \
265 uint16_t token, tokenCount=*tokens++, bufferPos=0;
302 WRITE_CHAR(buffer, bufferLength, bufferPos, c);
317 WRITE_CHAR(buffer, bufferLength, bufferPos, c);
322 if(!bufferPos && nameChoice == U_EXTENDED_CHAR_NAME) {
334 WRITE_CHAR(buffer, bufferLength, bufferPos, c);
345 return bufferPos;
802 uint16_t i, factor, bufferPos=0;
843 WRITE_CHAR(buffer, bufferLength, bufferPos, c)
    [all...]
  /external/webkit/Source/WebCore/platform/
KURL.cpp 475 char* bufferPos = parseBuffer.data();
486 *bufferPos++ = *baseStringStart++;
487 char* bufferPathStart = bufferPos;
499 *bufferPos++ = '/';
501 bufferPos += copyPathRemovingDots(bufferPos, baseStringStart, 0, baseStringEnd - baseStringStart);
508 if (relStringPos[0] == '.' && bufferPos[-1] == '/') {
523 if (bufferPos > bufferPathStart + 1)
524 bufferPos--;
525 while (bufferPos > bufferPathStart + 1 && bufferPos[-1] != '/'
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.apache.lucene_1.9.1.v20100518-1140.jar 
com.ibm.icu_4.2.1.v20100412.jar 
  /external/robolectric/lib/main/
h2-1.2.147.jar 
  /prebuilts/tools/common/m2/internal/com/ibm/icu/icu4j/2.6.1/
icu4j-2.6.1.jar 

Completed in 378 milliseconds