/external/icu/icu4c/source/test/intltest/ |
D | sfwdchit.cpp | 28 fLen = s.length(); 29 fStart = new UChar[fLen]; 33 fEnd = fStart+fLen; 36 s.extract(0, fLen, fStart); 46 fLen = len==-1 ? u_strlen(s) : len; in SimpleFwdCharIterator() 49 fStart = new UChar[fLen]; in SimpleFwdCharIterator() 53 uprv_memcpy(fStart, s, fLen); in SimpleFwdCharIterator() 54 fEnd = fStart+fLen; in SimpleFwdCharIterator() 60 fEnd = fStart + fLen; in SimpleFwdCharIterator()
|
D | sfwdchit.h | 72 int32_t fLen; variable
|
/external/skia/src/core/ |
D | SkDescriptor.h | 47 entry->fLen = SkToU32(length); 74 *length = entry->fLen; in findEntry() 78 entry = (const Entry*)((const char*)(entry + 1) + entry->fLen); in findEntry() 111 uint32_t fLen; member
|
D | SkGraphics.cpp | 82 size_t fLen; member 107 if (paramLen != gFlags[i].fLen) { in SetFlags()
|
/external/icu/icu4c/source/test/perf/howExpensiveIs/ |
D | howExpensiveIs.cpp | 264 int32_t fLen; member in NumTest 292 fLen(u_strlen(fStr)), in NumTest() 303 double trial = unum_parseDouble(fFmt,fStr,fLen, NULL, &setupStatus); in warmup() 315 trial = unum_parse(fFmt,fStr,fLen, NULL, &setupStatus); in run() 392 int32_t fLen; member in NumFmtTest 420 fLen(u_strlen(fStr)), in NumFmtTest() 434 || trial!=fLen in warmup() 477 int32_t fLen; member in NumFmtInt64Test 544 fLen(u_strlen(fStr)), in NumFmtInt64Test() 558 || trial!=fLen in warmup() [all …]
|
/external/pdfium/xfa/src/fwl/src/lightwidget/ |
D | picturebox.cpp | 107 FX_FLOAT fLen = rect.width / 2; in GetMatrix() local 110 matrix.Translate(-fLen, -fWid); in GetMatrix() 112 matrix.Translate(fLen, fWid); in GetMatrix()
|
/external/skia/src/utils/ |
D | SkTextBox.cpp | 256 fLen = len; in setText() 266 this->draw(canvas, fText, fLen, *fPaint); in draw() 270 return SkTextLineBreaker::CountLines(fText, fLen, *fPaint, fBox.width()); in countLines() 297 SkScalar newB = this->visit(visitor, fText, fLen, *fPaint); in snapshotTextBlob()
|
/external/skia/include/utils/ |
D | SkTextBox.h | 76 size_t fLen; variable
|
/external/icu/icu4c/source/i18n/ |
D | tznames_impl.cpp | 726 int32_t fLen; member in MetaZoneIDsEnumeration 735 : fLen(0), fPos(0), fMetaZoneIDs(NULL), fLocalVector(NULL) { in UOBJECT_DEFINE_RTTI_IMPLEMENTATION() 740 fLen = fMetaZoneIDs->size(); in MetaZoneIDsEnumeration() 744 : fLen(0), fPos(0), fMetaZoneIDs(mzIDs), fLocalVector(mzIDs) { in MetaZoneIDsEnumeration() 746 fLen = fMetaZoneIDs->size(); in MetaZoneIDsEnumeration() 752 if (U_SUCCESS(status) && fMetaZoneIDs != NULL && fPos < fLen) { in snext() 766 return fLen; in count()
|
D | tzfmt.cpp | 2702 int32_t fLen; member in ZoneIdMatchHandler 2707 : fLen(0), fID(NULL) { in ZoneIdMatchHandler() 2721 if (fLen < matchLength) { in handleMatch() 2723 fLen = matchLength; in handleMatch() 2737 return fLen; in getMatchLen()
|
/external/pdfium/core/include/fxcrt/ |
D | fx_coordinates.h | 130 FX_FLOAT fLen = in Normalize() local 132 if (fLen < 0.0001f) { in Normalize() 135 FXT_PSV::x = ((baseType)FXT_PSV::x) / fLen; in Normalize() 136 FXT_PSV::y = ((baseType)FXT_PSV::y) / fLen; in Normalize()
|