Searched defs:fLength (Results 1 - 20 of 20) sorted by relevance

/external/icu4c/i18n/
H A Ddecnumstr.h45 int32_t fLength; member in class:DecimalNumberString
H A Duspoof_impl.h339 int32_t fLength; // Total lenght in bytes of this spoof data, member in struct:SpoofDataHeader
/external/icu4c/tools/genrb/
H A Dustr.h41 int32_t fLength; member in struct:UString
H A Dreslist.h128 int32_t fLength; member in struct:SResString
159 uint32_t fLength; member in struct:SResBinary
/external/skia/include/pdf/
H A DSkPDFStream.h47 size_t fLength; member in class:SkPDFStream
/external/skia/src/animator/
H A DSkBase64.h42 size_t fLength; member in struct:SkBase64
H A DSkDrawPath.h52 mutable SkScalar fLength; member in class:SkDrawPath
/external/skia/include/core/
H A DSkPathMeasure.h88 SkScalar fLength; // relative to the current contour member in class:SkPathMeasure
H A DSkTSearch.h148 size_t length() const { return fLength; }
152 size_t fLength; member in class:SkAutoAsciiToLC
H A DSkDescriptor.h44 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);
136 uint32_t fLength; // must be second member in class:SkDescriptor
142 const uint32_t* stop = (const uint32_t*)((const char*)desc + desc->fLength);
[all...]
H A DSkString.h76 bool isEmpty() const { return fRec->fLength == 0; }
77 size_t size() const { return (size_t) fRec->fLength; }
161 uint16_t fLength; member in struct:SkString::Rec
/external/skia/gpu/src/
H A DGrBinHashKey.h63 , fLength(0)
105 memcpy(fHeapData, key.fHeapData, fLength);
123 if (fLength > fPhysicalSize) {
128 GrMalloc(sizeof(uint8_t) * fLength));
129 fPhysicalSize = fLength;
132 fLength = 0;
146 GrAssert(fLength + len <= fPhysicalSize);
147 memcpy(&fHeapData[fLength], dataToAdd, len );
149 if (fLength + len <= StackSize) {
150 memcpy(&fStackData[fLength], dataToAd
224 size_t fLength; // length of data accumulated so far member in class:GrBinHashKey
[all...]
/external/icu4c/common/
H A Drbbidata.h67 uint32_t fLength; /* Total length in bytes of this RBBI Data, */ member in struct:RBBIDataHeader
/external/icu4c/test/intltest/
H A Dstrtest.cpp371 SimpleByteSink(char *outbuf) : fOutbuf(outbuf), fLength(0) {}
377 fLength += n;
380 int32_t length() { return fLength; }
383 int32_t fLength; member in class:SimpleByteSink
/external/skia/src/ports/
H A DSkFontHost_tables.cpp29 uint32_t fLength; member in struct:SkSFNTDirEntry
149 return SkEndian_SwapBE32(header.fDir[i].fLength);
171 size_t realLength = SkEndian_SwapBE32(header.fDir[i].fLength);
H A DSkFontHost_mac_atsui.cpp545 uint32_t fLength; member in struct:SkSFNTDirEntry
H A DSkFontHost_mac_coretext.cpp788 uint32_t fLength; member in struct:TableEntry
852 entry->fLength = SkEndian_SwapBE32(tableSize);
/external/icu4c/common/unicode/
H A Dunistr.h3282 inline void setLength(int32_t len); // sets only fShortLength and fLength
3412 int8_t fShortLength; // 0..127: length <0: real length is in fUnion.fFields.fLength
3420 int32_t fLength; // number of characters in fArray if >127; else undefined member in struct:UnicodeString::StackBufferOrFields::__anon4728
3488 { return fShortLength>=0 ? fShortLength : fUnion.fFields.fLength; }
4184 fUnion.fFields.fLength = len;
/external/icu4c/tools/gennorm2/
H A Dn2builder.cpp513 BuilderReorderingBuffer() : fLength(0), fLastStarterIndex(-1), fDidReorder(FALSE) {}
515 fLength=0;
519 int32_t length() const { return fLength; }
520 UBool isEmpty() const { return fLength==0; }
526 if(cc==0 || fLength==0 || ccAt(fLength-1)<=cc) {
528 fLastStarterIndex=fLength;
530 fArray[fLength++]=(c<<8)|cc;
534 int32_t i=fLength-1;
540 for(int32_t j=fLength;
564 int32_t fLength; member in class:BuilderReorderingBuffer
[all...]
/external/jdiff/
H A Dxerces.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/services/ org/ org/apache/ org/apache/html/ ...

Completed in 989 milliseconds