HomeSort by relevance Sort by last modified time
    Searched refs:fLength (Results 1 - 25 of 72) sorted by null

1 2 3

  /external/chromium_org/third_party/icu/source/tools/genrb/
ustr.c 35 s->fLength = s->fCapacity = 0;
44 s->fLength = s->fCapacity = 0;
75 s->fLength = s->fCapacity = 0;
87 if(dst->fCapacity < src->fLength) {
88 ustr_resize(dst, ALLOCATION(src->fLength), status);
95 uprv_memcpy(dst->fChars, src->fChars, sizeof(UChar) * src->fLength);
96 dst->fLength = src->fLength;
97 dst->fChars[dst->fLength] = 0x0000;
114 s->fLength = len
    [all...]
ustr.h 54 int32_t fLength;
reslist.c 381 *byteOffset += 4 + (res->u.fString.fLength + 1) * U_SIZEOF_UCHAR;
389 uint32_t dataStart = *byteOffset + sizeof(res->u.fBinaryValue.fLength);
396 *byteOffset += 4 + res->u.fBinaryValue.fLength;
460 *byteOffset += 4 + (res->u.fString.fLength + 1) * U_SIZEOF_UCHAR;
497 int32_t length = res->u.fString.fLength;
507 int32_t length = res->u.fString.fLength;
550 uint32_t dataStart = *byteOffset + sizeof(res->u.fBinaryValue.fLength);
558 udata_write32(mem, res->u.fBinaryValue.fLength);
559 if (res->u.fBinaryValue.fLength > 0) {
560 udata_writeBlock(mem, res->u.fBinaryValue.fData, res->u.fBinaryValue.fLength);
    [all...]
wrtxml.cpp 425 capacity = src->fLength;
428 count = getCount(src->fChars,src->fLength, UPC_NOTE, status);
434 noteLen = getAt(src->fChars,src->fLength, &note, capacity, i, UPC_NOTE, status);
480 int32_t capacity = src->fLength + 1;
493 src->fLength = removeCmtText(src->fChars, src->fLength, status);
494 descLen = getDescription(src->fChars,src->fLength, &desc, capacity, status);
495 transLen = getTranslate(src->fChars,src->fLength, &trans, capacity, status);
568 if (res->fComment.fLength > 0) {
622 buf = convertAndEscape(&buf, 0, &bufLen, res->u.fString.fChars, res->u.fString.fLength, status)
    [all...]
  /external/icu/icu4c/source/tools/genrb/
ustr.c 35 s->fLength = s->fCapacity = 0;
44 s->fLength = s->fCapacity = 0;
75 s->fLength = s->fCapacity = 0;
87 if(dst->fCapacity < src->fLength) {
88 ustr_resize(dst, ALLOCATION(src->fLength), status);
95 uprv_memcpy(dst->fChars, src->fChars, sizeof(UChar) * src->fLength);
96 dst->fLength = src->fLength;
97 dst->fChars[dst->fLength] = 0x0000;
114 s->fLength = len
    [all...]
ustr.h 54 int32_t fLength;
reslist.c 170 int32_t len = res->u.fString.fLength;
478 *byteOffset += 4 + (res->u.fString.fLength + 1) * U_SIZEOF_UCHAR;
486 uint32_t dataStart = *byteOffset + sizeof(res->u.fBinaryValue.fLength);
493 *byteOffset += 4 + res->u.fBinaryValue.fLength;
557 *byteOffset += 4 + (res->u.fString.fLength + 1) * U_SIZEOF_UCHAR;
594 int32_t length = res->u.fString.fLength;
604 int32_t length = res->u.fString.fLength;
647 uint32_t dataStart = *byteOffset + sizeof(res->u.fBinaryValue.fLength);
655 udata_write32(mem, res->u.fBinaryValue.fLength);
656 if (res->u.fBinaryValue.fLength > 0)
    [all...]
wrtxml.cpp 435 capacity = src->fLength;
438 count = getCount(src->fChars,src->fLength, UPC_NOTE, status);
444 noteLen = getAt(src->fChars,src->fLength, &note, capacity, i, UPC_NOTE, status);
490 int32_t capacity = src->fLength + 1;
503 src->fLength = removeCmtText(src->fChars, src->fLength, status);
504 descLen = getDescription(src->fChars,src->fLength, &desc, capacity, status);
505 transLen = getTranslate(src->fChars,src->fLength, &trans, capacity, status);
578 if (res->fComment.fLength > 0) {
632 buf = convertAndEscape(&buf, 0, &bufLen, res->u.fString.fChars, res->u.fString.fLength, status)
    [all...]
  /external/chromium_org/third_party/skia/src/core/
SkDescriptor.h 34 fLength = sizeof(SkDescriptor);
38 uint32_t getLength() const { return fLength; }
45 Entry* entry = (Entry*)((char*)this + fLength);
53 fLength += sizeof(Entry) + length;
84 SkDescriptor* desc = SkDescriptor::Alloc(fLength);
85 memcpy(desc, this, fLength);
91 // SkASSERT(a.fChecksum != b.fChecksum || memcmp(&a, &b, a.fLength) == 0);
99 const uint32_t* stop = (const uint32_t*)((const char*)aa + fLength);
120 uint32_t fLength; // must be second
125 size_t len = desc->fLength - sizeof(uint32_t)
    [all...]
SkString.cpp 218 rec->fLength = SkToU32(len);
238 SkASSERT(0 == gEmptyRec.fLength);
243 SkASSERT(fRec->fLength > 0);
245 SkASSERT(0 == fRec->data()[fRec->fLength]);
294 if (fRec->fLength) {
313 return fRec->fLength == len && !memcmp(fRec->data(), text, len);
338 if (fRec->fLength) {
354 if (fRec->fLength) {
356 Rec* rec = AllocRec(fRec->data(), fRec->fLength);
381 } else if (1 == fRec->fRefCnt && len <= fRec->fLength) {
    [all...]
SkPathMeasure.cpp 209 fLength = distance;
340 fLength = -1; // signal we need to compute it
347 fLength = -1; // signal we need to compute it
360 fLength = -1; // signal we need to compute it
375 if (fLength < 0) {
378 SkASSERT(fLength >= 0);
379 return fLength;
517 fLength = -1;
527 SkDebugf("pathmeas: length=%g, segs=%d\n", fLength, fSegments.count());
SkFontStream.cpp 36 uint32_t fLength;
181 size_t realLength = SkEndian_SwapBE32(header.fDir[i].fLength);
  /external/icu/icu4c/source/layout/
LETableReference.h 56 fFont(font), fTag(tableTag), fParent(NULL), fStart(NULL),fLength(LE_UINTPTR_MAX) {
61 LETableReference(const LETableReference &parent, LEErrorCode &success) : fFont(parent.fFont), fTag(parent.fTag), fParent(&parent), fStart(parent.fStart), fLength(parent.fLength) {
69 fFont(NULL), fTag(kQuestionmarkTableTag), fParent(NULL), fStart(data), fLength(length) {
73 fFont(NULL), fTag(kQuestionmarkTableTag), fParent(NULL), fStart(NULL), fLength(0) {
90 fStart((parent.fStart)+offset), fLength(length) {
95 } else if(offset >= fParent->fLength) {
100 if(fLength == LE_UINTPTR_MAX &&
101 fParent->fLength != LE_UINTPTR_MAX) {
102 fLength = (fParent->fLength) - offset; // decrement length as base address is incremente
    [all...]
  /external/chromium_org/third_party/skia/src/gpu/gl/builders/
GrGLSLPrettyPrint.cpp 18 fLength = input.size();
28 while (fLength > fIndex) {
93 for (size_t j = 0; token[j] && fLength > i; i++, j++) {
106 while (fLength > fIndex) {
120 while (fLength > fIndex) {
164 size_t fIndex, fLength;
  /external/chromium_org/third_party/skia/src/utils/
SkBase64.h 34 size_t fLength;
SkBase64.cpp 29 SkBase64::SkBase64() : fLength((size_t) -1), fData(NULL) {
104 fLength = dst - dstStart;
161 fData = new char[fLength]; // should use sk_malloc/sk_free
SkFrontBufferedStream.cpp 29 virtual size_t getLength() const SK_OVERRIDE { return fLength; }
36 const size_t fLength;
76 , fLength(stream->getLength() - stream->getPosition())
  /external/chromium_org/third_party/skia/src/utils/ios/
SkOSFile_iOS.mm 15 size_t fLength;
52 rec->fLength = [data length];
60 return rec->fLength;
71 return rec->fLength;
73 size_t remaining = rec->fLength - rec->fOffset;
79 SkASSERT(rec->fOffset <= rec->fLength);
  /external/chromium_org/third_party/skia/src/animator/
SkDrawPath.cpp 38 fLength = SK_ScalarNaN;
64 fLength = SK_ScalarNaN;
137 if (SkScalarIsNaN(fLength)) {
140 fLength = pathMeasure.getLength();
143 value->fOperand.fScalar = fLength;
SkDrawPath.h 44 mutable SkScalar fLength;
SkDrawBitmap.cpp 135 base64.fLength = 0;
184 SkImageDecoder::DecodeMemory(base64.fData, base64.fLength, &fBitmap);
  /external/chromium_org/third_party/icu/source/common/
rbbidata.cpp 161 if (fHeader->fLength != other.fHeader->fLength) {
164 if (uprv_memcmp(fHeader, other.fHeader, fHeader->fLength) == 0) {
249 RBBIDebugPrintf(" total length of data = %d\n", fHeader->fLength);
326 ds->readUInt32(rbbiDH->fLength) < sizeof(RBBIDataHeader))
336 int32_t breakDataLength = ds->readUInt32(rbbiDH->fLength);
  /external/icu/icu4c/source/common/
rbbidata.cpp 161 if (fHeader->fLength != other.fHeader->fLength) {
164 if (uprv_memcmp(fHeader, other.fHeader, fHeader->fLength) == 0) {
249 RBBIDebugPrintf(" total length of data = %d\n", fHeader->fLength);
326 ds->readUInt32(rbbiDH->fLength) < sizeof(RBBIDataHeader))
336 int32_t breakDataLength = ds->readUInt32(rbbiDH->fLength);
  /external/chromium_org/third_party/skia/include/core/
SkTSearch.h 132 size_t length() const { return fLength; }
136 size_t fLength;
SkPathMeasure.h 83 SkScalar fLength; // relative to the current contour

Completed in 509 milliseconds

1 2 3