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

1 2 3

  /external/icu4c/i18n/
decnumstr.cpp 21 fLength = 0;
29 fLength = 0;
35 if (ensureCapacity(fLength + 2, status) == FALSE) {
38 fText[fLength++] = c;
39 fText[fLength] = 0;
45 if (ensureCapacity(fLength + sLength + 1, status) == FALSE) {
48 uprv_memcpy(&fText[fLength], str.data(), sLength);
49 fLength += sLength;
50 fText[fLength] = 0;
55 U_ASSERT(index>=0 && index<fLength);
    [all...]
decnumstr.h 45 int32_t fLength;
  /external/chromium/third_party/icu/source/tools/genrb/
ustr.c 34 s->fLength = s->fCapacity = 0;
43 s->fLength = s->fCapacity = 0;
74 s->fLength = s->fCapacity = 0;
86 if(dst->fCapacity < src->fLength) {
87 ustr_resize(dst, ALLOCATION(src->fLength), status);
94 uprv_memcpy(dst->fChars, src->fChars, sizeof(UChar) * src->fLength);
95 dst->fLength = src->fLength;
96 dst->fChars[dst->fLength] = 0x0000;
113 s->fLength = len
    [all...]
ustr.h 41 int32_t fLength;
wrtxml.cpp 423 capacity = src->fLength;
426 count = getCount(src->fChars,src->fLength, UPC_NOTE, status);
432 noteLen = getAt(src->fChars,src->fLength, &note, capacity, i, UPC_NOTE, status);
478 int32_t capacity = src->fLength + 1;
491 src->fLength = removeCmtText(src->fChars, src->fLength, status);
492 descLen = getDescription(src->fChars,src->fLength, &desc, capacity, status);
493 transLen = getTranslate(src->fChars,src->fLength, &trans, capacity, status);
565 if (res->fComment.fLength > 0) {
619 buf = convertAndEscape(&buf, 0, &bufLen, res->u.fString.fChars, res->u.fString.fLength, status)
    [all...]
reslist.h 98 uint32_t fLength;
121 uint32_t fLength;
  /external/icu4c/tools/genrb/
ustr.c 34 s->fLength = s->fCapacity = 0;
43 s->fLength = s->fCapacity = 0;
74 s->fLength = s->fCapacity = 0;
86 if(dst->fCapacity < src->fLength) {
87 ustr_resize(dst, ALLOCATION(src->fLength), status);
94 uprv_memcpy(dst->fChars, src->fChars, sizeof(UChar) * src->fLength);
95 dst->fLength = src->fLength;
96 dst->fChars[dst->fLength] = 0x0000;
113 s->fLength = len
    [all...]
ustr.h 41 int32_t fLength;
reslist.c 379 *byteOffset += 4 + (res->u.fString.fLength + 1) * U_SIZEOF_UCHAR;
387 uint32_t dataStart = *byteOffset + sizeof(res->u.fBinaryValue.fLength);
394 *byteOffset += 4 + res->u.fBinaryValue.fLength;
458 *byteOffset += 4 + (res->u.fString.fLength + 1) * U_SIZEOF_UCHAR;
495 int32_t length = res->u.fString.fLength;
505 int32_t length = res->u.fString.fLength;
548 uint32_t dataStart = *byteOffset + sizeof(res->u.fBinaryValue.fLength);
556 udata_write32(mem, res->u.fBinaryValue.fLength);
557 if (res->u.fBinaryValue.fLength > 0) {
558 udata_writeBlock(mem, res->u.fBinaryValue.fData, res->u.fBinaryValue.fLength);
    [all...]
wrtxml.cpp 423 capacity = src->fLength;
426 count = getCount(src->fChars,src->fLength, UPC_NOTE, status);
432 noteLen = getAt(src->fChars,src->fLength, &note, capacity, i, UPC_NOTE, status);
478 int32_t capacity = src->fLength + 1;
491 src->fLength = removeCmtText(src->fChars, src->fLength, status);
492 descLen = getDescription(src->fChars,src->fLength, &desc, capacity, status);
493 transLen = getTranslate(src->fChars,src->fLength, &trans, capacity, status);
566 if (res->fComment.fLength > 0) {
620 buf = convertAndEscape(&buf, 0, &bufLen, res->u.fString.fChars, res->u.fString.fLength, status)
    [all...]
  /external/skia/include/core/
SkDescriptor.h 44 fLength = sizeof(SkDescriptor);
48 uint32_t getLength() const { return fLength; }
56 Entry* entry = (Entry*)((char*)this + fLength);
63 fLength += sizeof(Entry) + length;
99 SkDescriptor* desc = SkDescriptor::Alloc(fLength);
100 memcpy(desc, this, fLength);
107 // SkASSERT(a.fChecksum != b.fChecksum || memcmp(&a, &b, a.fLength) == 0);
115 const uint32_t* stop = (const uint32_t*)((const char*)aa + fLength);
135 uint32_t fLength; // must be second
141 const uint32_t* stop = (const uint32_t*)((const char*)desc + desc->fLength);
    [all...]
SkString.h 49 bool isEmpty() const { return fRec->fLength == 0; }
50 size_t size() const { return (size_t) fRec->fLength; }
129 uint16_t fLength;
SkTSearch.h 148 size_t length() const { return fLength; }
152 size_t fLength;
SkPathMeasure.h 88 SkScalar fLength; // relative to the current contour
  /external/skia/src/animator/
SkBase64.h 42 size_t fLength;
SkDrawPath.cpp 46 fLength = SK_ScalarNaN;
72 fLength = SK_ScalarNaN;
145 if (SkScalarIsNaN(fLength)) {
148 fLength = pathMeasure.getLength();
151 value->fOperand.fScalar = fLength;
SkBase64.cpp 37 SkBase64::SkBase64() : fLength((size_t) -1), fData(NULL) {
111 fLength = dst - dstStart;
162 fData = new char[fLength]; // should use sk_malloc/sk_free
180 SkASSERT(length == tryMe.fLength);
SkDrawPath.h 52 mutable SkScalar fLength;
SkDrawBitmap.cpp 144 base64.fLength = 0;
193 SkImageDecoder::DecodeMemory(base64.fData, base64.fLength, &fBitmap);
  /external/skia/src/core/
SkString.cpp 145 rec->fLength = SkToU16(len);
159 src = AllocRec(src->data(), src->fLength);
170 SkASSERT(gEmptyRec.fLength == 0);
176 SkASSERT(fRec->fLength > 0);
178 SkASSERT(fRec->data()[fRec->fLength] == 0);
234 if (fRec->fLength)
256 return fRec->fLength == len && !memcmp(fRec->data(), text, len);
275 if (fRec->fLength)
292 if (fRec->fLength)
297 fRec = AllocRec(fRec->data(), fRec->fLength);
    [all...]
SkPathMeasure.cpp 210 fLength = distance;
361 fLength = -1; // signal we need to compute it
368 fLength = -1; // signal we need to compute it
381 fLength = -1; // signal we need to compute it
395 if (fLength < 0) {
398 SkASSERT(fLength >= 0);
399 return fLength;
541 fLength = -1;
551 SkDebugf("pathmeas: length=%g, segs=%d\n", fLength, fSegments.count());
  /external/skia/src/ports/
SkFontHost_tables.cpp 29 uint32_t fLength;
149 return SkEndian_SwapBE32(header.fDir[i].fLength);
171 size_t realLength = SkEndian_SwapBE32(header.fDir[i].fLength);
  /external/chromium/third_party/icu/source/common/
rbbidata.cpp 160 if (fHeader->fLength != other.fHeader->fLength) {
163 if (uprv_memcmp(fHeader, other.fHeader, fHeader->fLength) == 0) {
248 RBBIDebugPrintf(" total length of data = %d\n", fHeader->fLength);
326 ds->readUInt32(rbbiDH->fLength) < sizeof(RBBIDataHeader))
336 int32_t breakDataLength = ds->readUInt32(rbbiDH->fLength);
rbbidata.h 67 uint32_t fLength; /* Total length in bytes of this RBBI Data, */
  /external/icu4c/common/
rbbidata.cpp 160 if (fHeader->fLength != other.fHeader->fLength) {
163 if (uprv_memcmp(fHeader, other.fHeader, fHeader->fLength) == 0) {
248 RBBIDebugPrintf(" total length of data = %d\n", fHeader->fLength);
326 ds->readUInt32(rbbiDH->fLength) < sizeof(RBBIDataHeader))
336 int32_t breakDataLength = ds->readUInt32(rbbiDH->fLength);

Completed in 310 milliseconds

1 2 3