Home
last modified time | relevance | path

Searched refs:fDataSize (Results 1 - 14 of 14) sorted by relevance

/third_party/skia/experimental/graphite/src/
H A DContextUtils.h66 size_t dataSize() const { return fDataSize; } in dataSize()
78 , fDataSize(dataSize) { in UniformData()
86 const size_t fDataSize; member in skgpu::UniformData
/third_party/icu/icu4c/source/i18n/
H A Drematch.cpp246 if (fPattern->fDataSize > UPRV_LENGTHOF(fSmallData)) { in init2()
247 fData = (int64_t *)uprv_malloc(fPattern->fDataSize * sizeof(int64_t)); in init2()
2829 for (i = 0; i<fPattern->fDataSize; i++) { in MatchAt()
3621 U_ASSERT(opValue >= 0 && opValue < fPattern->fDataSize); in MatchAt()
3627 U_ASSERT(opValue >= 0 && opValue < fPattern->fDataSize); in MatchAt()
3772 U_ASSERT(opValue>=0 && opValue+3<fPattern->fDataSize); in MatchAt()
3786 U_ASSERT(opValue>=0 && opValue+3<fPattern->fDataSize); in MatchAt()
3887 U_ASSERT(opValue>=0 && opValue+4<fPattern->fDataSize); in MatchAt()
3920 U_ASSERT(opValue>=0 && opValue+4<fPattern->fDataSize); in MatchAt()
3964 U_ASSERT(opValue>=0 && opValue+4<fPattern->fDataSize); in MatchAt()
[all...]
H A Drepattrn.cpp99 fDataSize = other.fDataSize; in operator =()
174 fDataSize = 0; in init()
H A Dregexcmp.cpp2081 if (size <= 0 || size > 0x100 || fRXPat->fDataSize < 0) {
2085 int32_t dataIndex = fRXPat->fDataSize;
2086 fRXPat->fDataSize += size;
2087 if (fRXPat->fDataSize >= 0x00fffff0) {
/third_party/node/deps/icu-small/source/i18n/
H A Drematch.cpp246 if (fPattern->fDataSize > UPRV_LENGTHOF(fSmallData)) { in init2()
247 fData = (int64_t *)uprv_malloc(fPattern->fDataSize * sizeof(int64_t)); in init2()
2829 for (i = 0; i<fPattern->fDataSize; i++) { in MatchAt()
3621 U_ASSERT(opValue >= 0 && opValue < fPattern->fDataSize); in MatchAt()
3627 U_ASSERT(opValue >= 0 && opValue < fPattern->fDataSize); in MatchAt()
3772 U_ASSERT(opValue>=0 && opValue+3<fPattern->fDataSize); in MatchAt()
3786 U_ASSERT(opValue>=0 && opValue+3<fPattern->fDataSize); in MatchAt()
3887 U_ASSERT(opValue>=0 && opValue+4<fPattern->fDataSize); in MatchAt()
3920 U_ASSERT(opValue>=0 && opValue+4<fPattern->fDataSize); in MatchAt()
3964 U_ASSERT(opValue>=0 && opValue+4<fPattern->fDataSize); in MatchAt()
[all...]
H A Drepattrn.cpp99 fDataSize = other.fDataSize; in operator =()
174 fDataSize = 0; in init()
H A Dregexcmp.cpp2081 if (size <= 0 || size > 0x100 || fRXPat->fDataSize < 0) {
2085 int32_t dataIndex = fRXPat->fDataSize;
2086 fRXPat->fDataSize += size;
2087 if (fRXPat->fDataSize >= 0x00fffff0) {
/third_party/skia/third_party/externals/icu/source/i18n/
H A Drematch.cpp246 if (fPattern->fDataSize > UPRV_LENGTHOF(fSmallData)) { in init2()
247 fData = (int64_t *)uprv_malloc(fPattern->fDataSize * sizeof(int64_t)); in init2()
2819 for (i = 0; i<fPattern->fDataSize; i++) { in MatchAt()
3611 U_ASSERT(opValue >= 0 && opValue < fPattern->fDataSize); in MatchAt()
3617 U_ASSERT(opValue >= 0 && opValue < fPattern->fDataSize); in MatchAt()
3762 U_ASSERT(opValue>=0 && opValue+3<fPattern->fDataSize); in MatchAt()
3776 U_ASSERT(opValue>=0 && opValue+3<fPattern->fDataSize); in MatchAt()
3877 U_ASSERT(opValue>=0 && opValue+4<fPattern->fDataSize); in MatchAt()
3910 U_ASSERT(opValue>=0 && opValue+4<fPattern->fDataSize); in MatchAt()
3954 U_ASSERT(opValue>=0 && opValue+4<fPattern->fDataSize); in MatchAt()
[all...]
H A Drepattrn.cpp99 fDataSize = other.fDataSize; in operator =()
174 fDataSize = 0; in init()
H A Dregexcmp.cpp2083 if (size <= 0 || size > 0x100 || fRXPat->fDataSize < 0) {
2087 int32_t dataIndex = fRXPat->fDataSize;
2088 fRXPat->fDataSize += size;
2089 if (fRXPat->fDataSize >= 0x00fffff0) {
/third_party/skia/src/core/
H A DSkAAClip.cpp168 size_t fDataSize; member
188 head->fDataSize = dataSize; in Alloc()
913 SkASSERT(yoff->fOffset + rowLength <= head->fDataSize);
1163 size_t size = head->fRowCount * sizeof(YOffset) + head->fDataSize;
1189 memmove(stop - skip, stop, head->fDataSize);
/third_party/icu/icu4c/source/i18n/unicode/
H A Dregex.h608 int32_t fDataSize; // The size of the data needed by the pattern that member in U_FINAL
/third_party/node/deps/icu-small/source/i18n/unicode/
H A Dregex.h608 int32_t fDataSize; // The size of the data needed by the pattern that member in final
/third_party/skia/third_party/externals/icu/source/i18n/unicode/
H A Dregex.h608 int32_t fDataSize; // The size of the data needed by the pattern that member in U_FINAL

Completed in 41 milliseconds