Home
last modified time | relevance | path

Searched refs:fDataSize (Results 1 – 5 of 5) sorted by relevance

/external/icu/icu4c/source/i18n/
Drematch.cpp244 if (fPattern->fDataSize > (int32_t)(sizeof(fSmallData)/sizeof(fSmallData[0]))) { in init2()
245 fData = (int64_t *)uprv_malloc(fPattern->fDataSize * sizeof(int64_t)); in init2()
2790 for (i = 0; i<fPattern->fDataSize; i++) { in MatchAt()
3648 U_ASSERT(opValue >= 0 && opValue < fPattern->fDataSize); in MatchAt()
3654 U_ASSERT(opValue >= 0 && opValue < fPattern->fDataSize); in MatchAt()
3799 U_ASSERT(opValue>=0 && opValue+1<fPattern->fDataSize); in MatchAt()
3811 U_ASSERT(opValue>=0 && opValue+1<fPattern->fDataSize); in MatchAt()
3910 U_ASSERT(opValue>=0 && opValue+1<fPattern->fDataSize); in MatchAt()
3936 U_ASSERT(opValue>=0 && opValue+1<fPattern->fDataSize); in MatchAt()
3975 U_ASSERT(opValue>=0 && opValue+1<fPattern->fDataSize); in MatchAt()
[all …]
Drepattrn.cpp95 fDataSize = other.fDataSize; in operator =()
170 fDataSize = 0; in init()
Dregexcmp.cpp2068 if (size <= 0 || size > 0x100 || fRXPat->fDataSize < 0) { in allocateData()
2072 int32_t dataIndex = fRXPat->fDataSize; in allocateData()
2073 fRXPat->fDataSize += size; in allocateData()
2074 if (fRXPat->fDataSize >= 0x00fffff0) { in allocateData()
/external/skia/src/core/
DSkAAClip.cpp61 size_t fDataSize; member
81 head->fDataSize = dataSize; in Alloc()
215 SkASSERT(yoff->fOffset + rowLength <= head->fDataSize); in validate()
552 size_t size = head->fRowCount * sizeof(YOffset) + head->fDataSize; in trimTopBottom()
578 memmove(stop - skip, stop, head->fDataSize); in trimTopBottom()
681 ah->fDataSize == bh->fDataSize && in operator ==()
682 !memcmp(ah->data(), bh->data(), ah->fDataSize); in operator ==()
/external/icu/icu4c/source/i18n/unicode/
Dregex.h606 int32_t fDataSize; // The size of the data needed by the pattern that variable