Searched refs:fDataSize (Results 1 – 6 of 6) sorted by relevance
244 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()3661 U_ASSERT(opValue >= 0 && opValue < fPattern->fDataSize); in MatchAt()3667 U_ASSERT(opValue >= 0 && opValue < fPattern->fDataSize); in MatchAt()3812 U_ASSERT(opValue>=0 && opValue+1<fPattern->fDataSize); in MatchAt()3824 U_ASSERT(opValue>=0 && opValue+1<fPattern->fDataSize); in MatchAt()3923 U_ASSERT(opValue>=0 && opValue+1<fPattern->fDataSize); in MatchAt()3954 U_ASSERT(opValue>=0 && opValue+1<fPattern->fDataSize); in MatchAt()3998 U_ASSERT(opValue>=0 && opValue+1<fPattern->fDataSize); in MatchAt()[all …]
99 fDataSize = other.fDataSize; in operator =()174 fDataSize = 0; in init()
2073 if (size <= 0 || size > 0x100 || fRXPat->fDataSize < 0) { in allocateData()2077 int32_t dataIndex = fRXPat->fDataSize; in allocateData()2078 fRXPat->fDataSize += size; in allocateData()2079 if (fRXPat->fDataSize >= 0x00fffff0) { in allocateData()
65 size_t fDataSize; member85 head->fDataSize = dataSize; in Alloc()220 SkASSERT(yoff->fOffset + rowLength <= head->fDataSize); in validate()470 size_t size = head->fRowCount * sizeof(YOffset) + head->fDataSize; in trimTopBottom()496 memmove(stop - skip, stop, head->fDataSize); in trimTopBottom()599 ah->fDataSize == bh->fDataSize && in operator ==()600 !memcmp(ah->data(), bh->data(), ah->fDataSize); in operator ==()
608 int32_t fDataSize; // The size of the data needed by the pattern that variable