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

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

Completed in 183 milliseconds