/external/icu4c/i18n/ |
H A D | decnumstr.h | 45 int32_t fLength; member in class:DecimalNumberString
|
H A D | uspoof_impl.h | 337 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 D | ustr.h | 41 int32_t fLength; member in struct:UString
|
H A D | reslist.h | 98 uint32_t fLength; member in struct:SResString 121 uint32_t fLength; member in struct:SResBinary
|
/external/icu4c/tools/genrb/ |
H A D | ustr.h | 41 int32_t fLength; member in struct:UString
|
H A D | reslist.h | 128 int32_t fLength; member in struct:SResString 159 uint32_t fLength; member in struct:SResBinary
|
/external/skia/src/animator/ |
H A D | SkBase64.h | 42 size_t fLength; member in struct:SkBase64
|
H A D | SkDrawPath.h | 52 mutable SkScalar fLength; member in class:SkDrawPath
|
/external/skia/include/core/ |
H A D | SkPathMeasure.h | 88 SkScalar fLength; // relative to the current contour member in class:SkPathMeasure
|
H A D | SkTSearch.h | 148 size_t length() const { return fLength; } 152 size_t fLength; member in class:SkAutoAsciiToLC
|
H A D | 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 member in class:SkDescriptor 141 const uint32_t* stop = (const uint32_t*)((const char*)desc + desc->fLength); [all...] |
H A D | SkString.h | 49 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 D | rbbidata.h | 67 uint32_t fLength; /* Total length in bytes of this RBBI Data, */ member in struct:RBBIDataHeader
|
/external/chromium/third_party/icu/source/i18n/ |
H A D | uspoof_impl.h | 337 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 D | strtest.cpp | 394 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 D | rbbidata.h | 67 uint32_t fLength; /* Total length in bytes of this RBBI Data, */ member in struct:RBBIDataHeader
|
/external/icu4c/test/intltest/ |
H A D | strtest.cpp | 394 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 D | SkFontHost_tables.cpp | 29 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 D | unistr.h | 3243 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 D | unistr.h | 3281 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 D | n2builder.cpp | 502 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 D | xerces.jar | META-INF/ META-INF/MANIFEST.MF META-INF/services/ org/ org/apache/ org/apache/html/ ... |