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

/external/icu4c/i18n/
H A Ddecnumstr.h45 int32_t fLength; member in class:DecimalNumberString
H A Duspoof_impl.h337 int32_t fLength; // Total lenght in bytes of this spoof data, member in struct:SpoofDataHeader
/external/chromium/third_party/icu/source/tools/genrb/
H A Dustr.h41 int32_t fLength; member in struct:UString
H A Dreslist.h98 uint32_t fLength; member in struct:SResString
121 uint32_t fLength; member in struct:SResBinary
/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/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);
135 uint32_t fLength; // must be second member in class:SkDescriptor
141 const uint32_t* stop = (const uint32_t*)((const char*)desc + desc->fLength);
[all...]
H A DSkString.h49 bool isEmpty() const { return fRec->fLength == 0; }
50 size_t size() const { return (size_t) fRec->fLength; }
129 uint16_t fLength; member in struct:SkString::Rec
/external/chromium/third_party/icu/source/common/
H A Drbbidata.h67 uint32_t fLength; /* Total length in bytes of this RBBI Data, */ member in struct:RBBIDataHeader
/external/chromium/third_party/icu/source/i18n/
H A Duspoof_impl.h337 int32_t fLength; // Total lenght in bytes of this spoof data, member in struct:SpoofDataHeader
/external/chromium/third_party/icu/source/test/intltest/
H A Dstrtest.cpp394 SimpleByteSink(char *outbuf) : fOutbuf(outbuf), fLength(0) {}
400 fLength += n;
403 int32_t length() { return fLength; }
406 int32_t fLength; member in class:SimpleByteSink
/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.cpp394 SimpleByteSink(char *outbuf) : fOutbuf(outbuf), fLength(0) {}
400 fLength += n;
403 int32_t length() { return fLength; }
406 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);
/external/chromium/third_party/icu/public/common/unicode/
H A Dunistr.h3243 inline void setLength(int32_t len); // sets only fShortLength and fLength
3374 int8_t fShortLength; // 0..127: length <0: real length is in fUnion.fFields.fLength
3382 int32_t fLength; // number of characters in fArray if >127; else undefined member in struct:UnicodeString::StackBufferOrFields::__anon1271
3450 { return fShortLength>=0 ? fShortLength : fUnion.fFields.fLength; }
4135 fUnion.fFields.fLength = len;
/external/icu4c/common/unicode/
H A Dunistr.h3281 inline void setLength(int32_t len); // sets only fShortLength and fLength
3411 int8_t fShortLength; // 0..127: length <0: real length is in fUnion.fFields.fLength
3419 int32_t fLength; // number of characters in fArray if >127; else undefined member in struct:UnicodeString::StackBufferOrFields::__anon2398
3487 { return fShortLength>=0 ? fShortLength : fUnion.fFields.fLength; }
4183 fUnion.fFields.fLength = len;
/external/icu4c/tools/gennorm2/
H A Dn2builder.cpp502 BuilderReorderingBuffer() : fLength(0), fLastStarterIndex(-1), fDidReorder(FALSE) {}
504 fLength=0;
508 int32_t length() const { return fLength; }
509 UBool isEmpty() const { return fLength==0; }
515 if(cc==0 || fLength==0 || ccAt(fLength-1)<=cc) {
517 fLastStarterIndex=fLength;
519 fArray[fLength++]=(c<<8)|cc;
523 int32_t i=fLength-1;
529 for(int32_t j=fLength;
553 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 498 milliseconds