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 > UPRV_LENGTHOF(fSmallData)) { in init2()
245 fData = (int64_t *)uprv_malloc(fPattern->fDataSize * sizeof(int64_t)); in init2()
2791 for (i = 0; i<fPattern->fDataSize; i++) { in MatchAt()
3649 U_ASSERT(opValue >= 0 && opValue < fPattern->fDataSize); in MatchAt()
3655 U_ASSERT(opValue >= 0 && opValue < fPattern->fDataSize); in MatchAt()
3800 U_ASSERT(opValue>=0 && opValue+1<fPattern->fDataSize); in MatchAt()
3812 U_ASSERT(opValue>=0 && opValue+1<fPattern->fDataSize); in MatchAt()
3911 U_ASSERT(opValue>=0 && opValue+1<fPattern->fDataSize); in MatchAt()
3942 U_ASSERT(opValue>=0 && opValue+1<fPattern->fDataSize); in MatchAt()
3986 U_ASSERT(opValue>=0 && opValue+1<fPattern->fDataSize); in MatchAt()
[all …]
Drepattrn.cpp99 fDataSize = other.fDataSize; in operator =()
174 fDataSize = 0; in init()
Dregexcmp.cpp2072 if (size <= 0 || size > 0x100 || fRXPat->fDataSize < 0) { in allocateData()
2076 int32_t dataIndex = fRXPat->fDataSize; in allocateData()
2077 fRXPat->fDataSize += size; in allocateData()
2078 if (fRXPat->fDataSize >= 0x00fffff0) { in allocateData()
/external/skia/src/core/
DSkAAClip.cpp60 size_t fDataSize; member
80 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.h608 int32_t fDataSize; // The size of the data needed by the pattern that variable