Home
last modified time | relevance | path

Searched refs:fStart (Results 1 – 25 of 86) sorted by relevance

1234

/external/icu/icu4c/source/test/intltest/
Dsfwdchit.cpp31 fStart = new UChar[fLen];
32 if(fStart == NULL) {
35 fEnd = fStart+fLen;
36 fCurrent = fStart;
38 s.extract(0, fLen, fStart);
51 fStart = new UChar[fLen]; in SimpleFwdCharIterator()
52 if(fStart == NULL) { in SimpleFwdCharIterator()
55 uprv_memcpy(fStart, s, fLen); in SimpleFwdCharIterator()
56 fEnd = fStart+fLen; in SimpleFwdCharIterator()
57 fCurrent = fStart; in SimpleFwdCharIterator()
[all …]
/external/icu/icu4c/source/i18n/
Dnumparse_stringsegment.cpp24 : fStr(str), fStart(0), fEnd(str.length()), in StringSegment()
28 return fStart; in getOffset()
32 fStart = start; in setOffset()
36 fStart += delta; in adjustOffset()
40 fStart += U16_LENGTH(getCodePoint()); in adjustOffsetByCodePoint()
44 fEnd = fStart + length; in setLength()
52 return fEnd - fStart; in length()
56 return fStr.charAt(index + fStart); in charAt()
60 return fStr.char32At(index + fStart); in codePointAt()
64 return UnicodeString(fStr.getBuffer() + fStart, fEnd - fStart); in toUnicodeString()
[all …]
/external/skia/src/pathops/
DSkOpAngle.cpp77 lh->fStart->t(), lh->fEnd->t(), in after()
78 segment()->debugID(), debugID(), fSectorStart, fSectorEnd, fStart->t(), fEnd->t(), in after()
80 rh->fStart->t(), rh->fEnd->t()); in after()
97 lh->fStart->t(), lh->fEnd->t(), in after()
98 segment()->debugID(), debugID(), fSectorStart, fSectorEnd, fStart->t(), fEnd->t(), in after()
100 rh->fStart->t(), rh->fEnd->t()); in after()
391 bool stepUp = fStart->t() < fEnd->t(); in computeSector()
420 if (checkEnd == fEnd || computedEnd == fEnd || computedEnd == fStart) { in computeSector()
424 if (stepUp != (fStart->t() < computedEnd->t())) { in computeSector()
524 double tStart = index ? rh->fStart->t() : this->fStart->t(); in endsIntersect()
[all …]
/external/skqp/src/pathops/
DSkOpAngle.cpp77 lh->fStart->t(), lh->fEnd->t(), in after()
78 segment()->debugID(), debugID(), fSectorStart, fSectorEnd, fStart->t(), fEnd->t(), in after()
80 rh->fStart->t(), rh->fEnd->t()); in after()
97 lh->fStart->t(), lh->fEnd->t(), in after()
98 segment()->debugID(), debugID(), fSectorStart, fSectorEnd, fStart->t(), fEnd->t(), in after()
100 rh->fStart->t(), rh->fEnd->t()); in after()
391 bool stepUp = fStart->t() < fEnd->t(); in computeSector()
420 if (checkEnd == fEnd || computedEnd == fEnd || computedEnd == fStart) { in computeSector()
424 if (stepUp != (fStart->t() < computedEnd->t())) { in computeSector()
524 double tStart = index ? rh->fStart->t() : this->fStart->t(); in endsIntersect()
[all …]
/external/skia/src/pdf/
DSkPDFMakeToUnicodeCmap.cpp68 SkGlyphID fStart; member
115 write_glyph(cmap, multiByte, bfrange[i + j].fStart); in append_bfrange_section()
179 i >> 8 == currentRangeEntry.fStart >> 8 && in SkPDFAppendCmapSections()
182 currentRangeEntry.fUnicode + i - currentRangeEntry.fStart; in SkPDFAppendCmapSections()
184 if (currentRangeEntry.fEnd > currentRangeEntry.fStart) { in SkPDFAppendCmapSections()
187 bfcharEntries.push_back({currentRangeEntry.fStart, currentRangeEntry.fUnicode}); in SkPDFAppendCmapSections()
195 currentRangeEntry.fStart = i; in SkPDFAppendCmapSections()
/external/skqp/src/pdf/
DSkPDFMakeToUnicodeCmap.cpp68 SkGlyphID fStart; member
115 write_glyph(cmap, multiByte, bfrange[i + j].fStart); in append_bfrange_section()
179 i >> 8 == currentRangeEntry.fStart >> 8 && in SkPDFAppendCmapSections()
182 currentRangeEntry.fUnicode + i - currentRangeEntry.fStart; in SkPDFAppendCmapSections()
184 if (currentRangeEntry.fEnd > currentRangeEntry.fStart) { in SkPDFAppendCmapSections()
187 bfcharEntries.push_back({currentRangeEntry.fStart, currentRangeEntry.fUnicode}); in SkPDFAppendCmapSections()
195 currentRangeEntry.fStart = i; in SkPDFAppendCmapSections()
/external/skqp/src/gpu/
DGrShape.h59 fRRectData.fStart = DefaultRRectDirAndStartIndex(rrect, style.hasPathEffect(), in GrShape()
72 fRRectData.fStart = start; in GrShape()
74 fRRectData.fStart = (fRRectData.fStart + 1) & 0b110; in GrShape()
76 fRRectData.fStart &= 0b110; in GrShape()
79 fRRectData.fStart = DefaultRRectDirAndStartIndex(rrect, false, &fRRectData.fDir); in GrShape()
88 fRRectData.fStart = DefaultRectDirAndStartIndex(rect, style.hasPathEffect(), in GrShape()
102 fRRectData.fStart = DefaultRRectDirAndStartIndex(rrect, fStyle.hasPathEffect(), in GrShape()
111 fRRectData.fStart = DefaultRectDirAndStartIndex(rect, fStyle.hasPathEffect(), in GrShape()
174 *start = fRRectData.fStart; in asRRect()
212 out->addRRect(fRRectData.fRRect, fRRectData.fDir, fRRectData.fStart); in asPath()
[all …]
DGrResourceAllocator.h112 , fStart(start) in Interval()
129 fStart = start; in resetTo()
145 unsigned int start() const { return fStart; } in start()
175 unsigned int fStart; variable
/external/skia/src/gpu/
DGrShape.h59 fRRectData.fStart = DefaultRRectDirAndStartIndex(rrect, style.hasPathEffect(), in GrShape()
72 fRRectData.fStart = start; in GrShape()
74 fRRectData.fStart = (fRRectData.fStart + 1) & 0b110; in GrShape()
76 fRRectData.fStart &= 0b110; in GrShape()
79 fRRectData.fStart = DefaultRRectDirAndStartIndex(rrect, false, &fRRectData.fDir); in GrShape()
88 fRRectData.fStart = DefaultRectDirAndStartIndex(rect, style.hasPathEffect(), in GrShape()
102 fRRectData.fStart = DefaultRRectDirAndStartIndex(rrect, fStyle.hasPathEffect(), in GrShape()
111 fRRectData.fStart = DefaultRectDirAndStartIndex(rect, fStyle.hasPathEffect(), in GrShape()
174 *start = fRRectData.fStart; in asRRect()
212 out->addRRect(fRRectData.fRRect, fRRectData.fDir, fRRectData.fStart); in asPath()
[all …]
DGrResourceAllocator.h112 , fStart(start) in Interval()
129 fStart = start; in resetTo()
145 unsigned int start() const { return fStart; } in start()
175 unsigned int fStart; variable
/external/skia/tools/bookmaker/
DtextParser.h27 , fStart(start) in TextParser()
103 if (start <= fStart) { in back()
116 if (start <= fStart) { in backup()
126 while (fChar > fStart && isalpha(fChar[-1])) { in backupWord()
146 if ((result > fStart && isalnum(result[-1])) || (result + len < fEnd in containsWord()
243 while (check > fStart) { in sentenceEnd()
585 while (fEnd > fStart && ' ' >= fEnd[-1]) { in trimEnd()
603 const char* fStart; variable
615 fSave.fStart = parser->fStart; in TextParserSave()
624 fParser->fStart = fSave.fStart; in restore()
[all …]
DincludeWriter.cpp59 this->firstBlockTrim((int) (bodyEnd - fStart), fStart); // may write nothing in constOut()
102 commentLen = (int) (prop->fStart - commentStart); in descriptionOut()
155 commentLen = prop->fStart - commentStart; in descriptionOut()
161 if (commentLen > 1 && '\n' == prop->fStart[-1]) { in descriptionOut()
190 commentLen = (int) (prop->fStart - commentStart); in descriptionOut()
205 commentLen = prop->fStart - commentStart; in descriptionOut()
236 commentLen = prop->fStart - commentStart; in descriptionOut()
253 Phrase defIsPhrase = '\n' == prop->fStart[0] && '\n' == prop->fStart[-1] ? in descriptionOut()
266 int localLength = child->fStart - start; in descriptionOut()
278 localLength = child->fContentEnd - child->fStart; in descriptionOut()
[all …]
DhackParser.cpp41 fStart = root->fStart; in hackFiles()
42 fChar = fStart; in hackFiles()
90 next = gran->fStart; in replaceWithPop()
DincludeParser.cpp315 TextParser paren(i.fFileName, i.fStart, i.fEnd, i.fLineCount); in advanceInclude()
459 while (i.fEnd > i.fStart && ' ' == i.fEnd[-1]) { in writeCodeBlock()
526 || (!strncmp("struct ", i.fStart, 7) && looks_like_member(i)); in writeCodeBlock()
576 bool elidedTemplate = elided && !strncmp(i.fStart, "template ", 9); in writeCodeBlock()
795 TextParser oper("", token.fStart, token.fContentEnd, 0); in checkTokens()
894 TextParser firstMember("", token.fStart, token.fContentEnd, 0); in checkTokens()
1152 if (markupDef.fStart) { in defineClass()
1157 markupDef.fStart = includeDef.fStart; in defineClass()
1158 markupDef.fContentStart = includeDef.fStart; in defineClass()
1294 this->writeBlock(token.fTerminator - token.fStart, token.fStart); in dumpDefine()
[all …]
/external/skqp/tools/bookmaker/
DtextParser.h27 , fStart(start) in TextParser()
103 if (start <= fStart) { in back()
116 if (start <= fStart) { in backup()
126 while (fChar > fStart && isalpha(fChar[-1])) { in backupWord()
146 if ((result > fStart && isalnum(result[-1])) || (result + len < fEnd in containsWord()
243 while (check > fStart) { in sentenceEnd()
585 while (fEnd > fStart && ' ' >= fEnd[-1]) { in trimEnd()
603 const char* fStart; variable
615 fSave.fStart = parser->fStart; in TextParserSave()
624 fParser->fStart = fSave.fStart; in restore()
[all …]
DincludeWriter.cpp59 this->firstBlockTrim((int) (bodyEnd - fStart), fStart); // may write nothing in constOut()
102 commentLen = (int) (prop->fStart - commentStart); in descriptionOut()
155 commentLen = prop->fStart - commentStart; in descriptionOut()
161 if (commentLen > 1 && '\n' == prop->fStart[-1]) { in descriptionOut()
190 commentLen = (int) (prop->fStart - commentStart); in descriptionOut()
205 commentLen = prop->fStart - commentStart; in descriptionOut()
236 commentLen = prop->fStart - commentStart; in descriptionOut()
253 Phrase defIsPhrase = '\n' == prop->fStart[0] && '\n' == prop->fStart[-1] ? in descriptionOut()
266 int localLength = child->fStart - start; in descriptionOut()
278 localLength = child->fContentEnd - child->fStart; in descriptionOut()
[all …]
DhackParser.cpp41 fStart = root->fStart; in hackFiles()
42 fChar = fStart; in hackFiles()
90 next = gran->fStart; in replaceWithPop()
DincludeParser.cpp314 TextParser paren(i.fFileName, i.fStart, i.fEnd, i.fLineCount); in advanceInclude()
458 while (i.fEnd > i.fStart && ' ' == i.fEnd[-1]) { in writeCodeBlock()
525 || (!strncmp("struct ", i.fStart, 7) && looks_like_member(i)); in writeCodeBlock()
575 bool elidedTemplate = elided && !strncmp(i.fStart, "template ", 9); in writeCodeBlock()
794 TextParser oper("", token.fStart, token.fContentEnd, 0); in checkTokens()
893 TextParser firstMember("", token.fStart, token.fContentEnd, 0); in checkTokens()
1151 if (markupDef.fStart) { in defineClass()
1156 markupDef.fStart = includeDef.fStart; in defineClass()
1157 markupDef.fContentStart = includeDef.fStart; in defineClass()
1293 this->writeBlock(token.fTerminator - token.fStart, token.fStart); in dumpDefine()
[all …]
/external/skia/src/gpu/gradients/
DGrSingleIntervalGradientColorizer.cpp70 if (fStart != that.fStart) return false; in onIsEqual()
77 , fStart(src.fStart) in GrSingleIntervalGradientColorizer()
DGrSingleIntervalGradientColorizer.h18 const SkPMColor4f& start() const { return fStart; } in start()
31 , fStart(start) in GrSingleIntervalGradientColorizer()
37 SkPMColor4f fStart; variable
/external/skqp/src/gpu/gradients/
DGrSingleIntervalGradientColorizer.cpp71 if (fStart != that.fStart) return false; in onIsEqual()
78 , fStart(src.fStart) in GrSingleIntervalGradientColorizer()
DGrSingleIntervalGradientColorizer.h18 const SkPMColor4f& start() const { return fStart; } in start()
31 , fStart(start) in GrSingleIntervalGradientColorizer()
37 SkPMColor4f fStart; variable
/external/skqp/src/shaders/gradients/
DSkLinearGradient.cpp32 , fStart(pts[0]) in SkLinearGradient()
51 buffer.writePoint(fStart); in flatten()
84 SkPoint pts[2] = { fStart, fEnd }; in onMakeColorSpace()
92 info->fPoint[0] = fStart; in asAGradient()
/external/skia/src/shaders/gradients/
DSkLinearGradient.cpp32 , fStart(pts[0]) in SkLinearGradient()
51 buffer.writePoint(fStart); in flatten()
93 SkPoint pts[2] = { fStart, fEnd }; in onMakeColorSpace()
101 info->fPoint[0] = fStart; in asAGradient()
/external/v8/tools/
Ddumpcpp.js43 name, startAddr, endAddr, aslrSlide, function(fName, fStart, fEnd) { argument
44 var entry = new CodeMap.CodeEntry(fEnd - fStart, fName, 'CPP');
45 self.codeMap_.addStaticCode(fStart, entry);

1234