HomeSort by relevance Sort by last modified time
    Searched refs:bufBase (Results 1 - 5 of 5) sorted by null

  /external/chromium_org/third_party/icu/source/test/intltest/
idnaconf.cpp 193 UChar* bufBase = buf.getBuffer(buf.length());
194 UChar* p = bufBase;
197 *bufBase++ = *p++;
213 *bufBase++ = cp;
215 *bufBase++ = U16_LEAD(cp);
216 *bufBase++ = U16_TRAIL(cp);
220 *bufBase = 0; // close our buffer
  /external/icu/icu4c/source/test/intltest/
idnaconf.cpp 192 UChar* bufBase = buf.getBuffer(buf.length());
193 UChar* p = bufBase;
196 *bufBase++ = *p++;
212 *bufBase++ = cp;
214 *bufBase++ = U16_LEAD(cp);
215 *bufBase++ = U16_TRAIL(cp);
219 *bufBase = 0; // close our buffer
  /external/chromium_org/third_party/lzma_sdk/
LzmaEnc.c 229 Byte *bufBase;
459 p->bufBase = 0;
462 #define RangeEnc_GetProcessed(p) ((p)->processed + ((p)->buf - (p)->bufBase) + (p)->cacheSize)
467 if (p->bufBase == 0)
469 p->bufBase = (Byte *)alloc->Alloc(alloc, RC_BUF_SIZE);
470 if (p->bufBase == 0)
472 p->bufLim = p->bufBase + RC_BUF_SIZE;
479 alloc->Free(alloc, p->bufBase);
480 p->bufBase = 0;
491 p->buf = p->bufBase;
    [all...]
  /external/chromium_org/third_party/ots/third_party/lzma_sdk/
LzmaEnc.c 230 Byte *bufBase;
460 p->bufBase = 0;
463 #define RangeEnc_GetProcessed(p) ((p)->processed + ((p)->buf - (p)->bufBase) + (p)->cacheSize)
468 if (p->bufBase == 0)
470 p->bufBase = (Byte *)alloc->Alloc(alloc, RC_BUF_SIZE);
471 if (p->bufBase == 0)
473 p->bufLim = p->bufBase + RC_BUF_SIZE;
480 alloc->Free(alloc, p->bufBase);
481 p->bufBase = 0;
492 p->buf = p->bufBase;
    [all...]
  /external/lzma/C/
LzmaEnc.c 229 Byte *bufBase;
459 p->bufBase = 0;
462 #define RangeEnc_GetProcessed(p) ((p)->processed + ((p)->buf - (p)->bufBase) + (p)->cacheSize)
467 if (p->bufBase == 0)
469 p->bufBase = (Byte *)alloc->Alloc(alloc, RC_BUF_SIZE);
470 if (p->bufBase == 0)
472 p->bufLim = p->bufBase + RC_BUF_SIZE;
479 alloc->Free(alloc, p->bufBase);
480 p->bufBase = 0;
491 p->buf = p->bufBase;
    [all...]

Completed in 157 milliseconds