HomeSort by relevance Sort by last modified time
    Searched full:buffercapacity (Results 1 - 21 of 21) sorted by null

  /external/webkit/JavaScriptCore/
jsc.cpp 545 size_t bufferCapacity = 1024;
547 buffer.resize(bufferCapacity);
550 bufferSize += fread(buffer.data() + bufferSize, 1, bufferCapacity - bufferSize, f);
551 if (bufferSize == bufferCapacity) { // guarantees space for trailing '\0'
552 bufferCapacity *= 2;
553 buffer.resize(bufferCapacity);
  /external/chromium/third_party/icu/source/common/
unorm.cpp     [all...]
ucnvsel.cpp 282 void* buffer, int32_t bufferCapacity, UErrorCode* status) {
289 if (bufferCapacity < 0 ||
290 (bufferCapacity > 0 && (p == NULL || (U_POINTER_MASK_LSB(p, 3) != 0)))
323 if (totalSize > bufferCapacity) {
uloc.c     [all...]
uniset.cpp 145 bufferCapacity(0), patLen(0), pat(NULL), strings(NULL), stringSpan(NULL),
172 bufferCapacity(0), patLen(0), pat(NULL), strings(NULL), stringSpan(NULL),
198 buffer(0), bufferCapacity(0),
222 buffer(0), bufferCapacity(0),
    [all...]
uniset_props.cpp 260 bufferCapacity(0), patLen(0), pat(NULL), strings(NULL), stringSpan(NULL),
289 bufferCapacity(0), patLen(0), pat(NULL), strings(NULL), stringSpan(NULL),
310 bufferCapacity(0), patLen(0), pat(NULL), strings(NULL), stringSpan(NULL),
    [all...]
  /external/chromium/third_party/icu/public/common/unicode/
ucnvsel.h 115 * @param bufferCapacity the capacity of this buffer
124 void* buffer, int32_t bufferCapacity, UErrorCode* status);
uloc.h     [all...]
locid.h 440 * @param bufferCapacity The capacity of receiving buffer
445 int32_t getKeywordValue(const char* keywordName, char *buffer, int32_t bufferCapacity, UErrorCode &status) const;
uniset.h 279 int32_t bufferCapacity; // capacity of buffer
    [all...]
  /external/icu4c/common/unicode/
ucnvsel.h 135 * @param bufferCapacity the capacity of this buffer
144 void* buffer, int32_t bufferCapacity, UErrorCode* status);
uloc.h     [all...]
locid.h 442 * @param bufferCapacity The capacity of receiving buffer
448 int32_t getKeywordValue(const char* keywordName, char *buffer, int32_t bufferCapacity, UErrorCode &status) const;
uniset.h 279 int32_t bufferCapacity; // capacity of buffer
    [all...]
  /external/icu4c/common/
uloc.c     [all...]
ucnvsel.cpp 279 void* buffer, int32_t bufferCapacity, UErrorCode* status) {
286 if (bufferCapacity < 0 ||
287 (bufferCapacity > 0 && (p == NULL || (U_POINTER_MASK_LSB(p, 3) != 0)))
320 if (totalSize > bufferCapacity) {
loclikely.cpp     [all...]
uniset.cpp 145 bufferCapacity(0), patLen(0), pat(NULL), strings(NULL), stringSpan(NULL),
172 bufferCapacity(0), patLen(0), pat(NULL), strings(NULL), stringSpan(NULL),
198 buffer(0), bufferCapacity(0),
222 buffer(0), bufferCapacity(0),
    [all...]
uniset_props.cpp 325 bufferCapacity(0), patLen(0), pat(NULL), strings(NULL), stringSpan(NULL),
354 bufferCapacity(0), patLen(0), pat(NULL), strings(NULL), stringSpan(NULL),
375 bufferCapacity(0), patLen(0), pat(NULL), strings(NULL), stringSpan(NULL),
    [all...]
  /external/webkit/JavaScriptCore/icu/unicode/
uloc.h     [all...]
  /external/webkit/WebCore/icu/unicode/
uloc.h     [all...]

Completed in 451 milliseconds