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

/external/icu4c/i18n/
H A Drematch.cpp255 if (fPattern->fDataSize > (int32_t)(sizeof(fSmallData)/sizeof(fSmallData[0]))) {
256 fData = (int64_t *)uprv_malloc(fPattern->fDataSize * sizeof(int64_t));
2809 for (i = 0; i<fPattern->fDataSize; i++) {
3598 U_ASSERT(opValue >= 0 && opValue < fPattern->fDataSize);
3604 U_ASSERT(opValue >= 0 && opValue < fPattern->fDataSize);
3749 U_ASSERT(opValue>=0 && opValue+1<fPattern->fDataSize);
3761 U_ASSERT(opValue>=0 && opValue+1<fPattern->fDataSize);
3860 U_ASSERT(opValue>=0 && opValue+1<fPattern->fDataSize);
3886 U_ASSERT(opValue>=0 && opValue+1<fPattern->fDataSize);
3925 U_ASSERT(opValue>=0 && opValue+1<fPattern->fDataSize);
[all...]
H A Drepattrn.cpp86 fDataSize = other.fDataSize;
147 fDataSize = 0;
H A Dregexcmp.cpp514 int32_t varLoc = fRXPat->fDataSize; // Reserve a data location for saving the
515 fRXPat->fDataSize += 1; // state stack ptr.
561 int32_t dataLoc = fRXPat->fDataSize;
562 fRXPat->fDataSize += 2;
605 int32_t dataLoc = fRXPat->fDataSize;
606 fRXPat->fDataSize += 2;
652 int32_t dataLoc = fRXPat->fDataSize;
653 fRXPat->fDataSize += 4;
708 int32_t dataLoc = fRXPat->fDataSize;
709 fRXPat->fDataSize
[all...]
/external/chromium_org/third_party/icu/source/i18n/
H A Drepattrn.cpp89 fDataSize = other.fDataSize;
150 fDataSize = 0;
H A Drematch.cpp255 if (fPattern->fDataSize > (int32_t)(sizeof(fSmallData)/sizeof(fSmallData[0]))) {
256 fData = (int64_t *)uprv_malloc(fPattern->fDataSize * sizeof(int64_t));
2762 for (i = 0; i<fPattern->fDataSize; i++) {
3731 U_ASSERT(opValue >= 0 && opValue < fPattern->fDataSize);
3737 U_ASSERT(opValue >= 0 && opValue < fPattern->fDataSize);
3819 U_ASSERT(opValue>=0 && opValue+1<fPattern->fDataSize);
3831 U_ASSERT(opValue>=0 && opValue+1<fPattern->fDataSize);
4022 U_ASSERT(opValue>=0 && opValue+1<fPattern->fDataSize);
4048 U_ASSERT(opValue>=0 && opValue+1<fPattern->fDataSize);
4087 U_ASSERT(opValue>=0 && opValue+1<fPattern->fDataSize);
[all...]
H A Dregexcmp.cpp500 int32_t varLoc = fRXPat->fDataSize; // Reserve a data location for saving the
501 fRXPat->fDataSize += 1; // state stack ptr.
546 int32_t dataLoc = fRXPat->fDataSize;
547 fRXPat->fDataSize += 2;
589 int32_t dataLoc = fRXPat->fDataSize;
590 fRXPat->fDataSize += 2;
633 int32_t dataLoc = fRXPat->fDataSize;
634 fRXPat->fDataSize += 4;
686 int32_t dataLoc = fRXPat->fDataSize;
687 fRXPat->fDataSize
[all...]
/external/chromium_org/third_party/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);
512 size_t size = head->fRowCount * sizeof(YOffset) + head->fDataSize;
538 memmove(stop - skip, stop, head->fDataSize);
641 ah->fDataSize == bh->fDataSize &&
642 !memcmp(ah->data(), bh->data(), ah->fDataSize);
/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);
512 size_t size = head->fRowCount * sizeof(YOffset) + head->fDataSize;
538 memmove(stop - skip, stop, head->fDataSize);
641 ah->fDataSize == bh->fDataSize &&
642 !memcmp(ah->data(), bh->data(), ah->fDataSize);
/external/chromium_org/third_party/icu/source/i18n/unicode/
H A Dregex.h598 int32_t fDataSize; // The size of the data needed by the pattern that member in class:RegexPattern
/external/icu4c/i18n/unicode/
H A Dregex.h585 int32_t fDataSize; // The size of the data needed by the pattern that member in class:RegexPattern

Completed in 296 milliseconds