HomeSort by relevance Sort by last modified time
    Searched refs:fDataSize (Results 1 - 10 of 10) sorted by null

  /external/chromium/third_party/icu/source/i18n/
rematch.cpp 170 if (fPattern->fDataSize > (int32_t)(sizeof(fSmallData)/sizeof(int32_t))) {
171 fData = (int32_t *)uprv_malloc(fPattern->fDataSize * sizeof(int32_t));
    [all...]
repattrn.cpp 79 fDataSize = other.fDataSize;
140 fDataSize = 0;
regexcmp.cpp 492 int32_t varLoc = fRXPat->fDataSize; // Reserve a data location for saving the
493 fRXPat->fDataSize += 1; // state stack ptr.
538 int32_t dataLoc = fRXPat->fDataSize;
539 fRXPat->fDataSize += 2;
581 int32_t dataLoc = fRXPat->fDataSize;
582 fRXPat->fDataSize += 2;
625 int32_t dataLoc = fRXPat->fDataSize;
626 fRXPat->fDataSize += 4;
678 int32_t dataLoc = fRXPat->fDataSize;
679 fRXPat->fDataSize += 4
    [all...]
  /external/icu4c/i18n/
repattrn.cpp 89 fDataSize = other.fDataSize;
150 fDataSize = 0;
rematch.cpp 246 if (fPattern->fDataSize > (int32_t)(sizeof(fSmallData)/sizeof(fSmallData[0]))) {
247 fData = (int64_t *)uprv_malloc(fPattern->fDataSize * sizeof(int64_t));
    [all...]
regexcmp.cpp 499 int32_t varLoc = fRXPat->fDataSize; // Reserve a data location for saving the
500 fRXPat->fDataSize += 1; // state stack ptr.
545 int32_t dataLoc = fRXPat->fDataSize;
546 fRXPat->fDataSize += 2;
588 int32_t dataLoc = fRXPat->fDataSize;
589 fRXPat->fDataSize += 2;
632 int32_t dataLoc = fRXPat->fDataSize;
633 fRXPat->fDataSize += 4;
685 int32_t dataLoc = fRXPat->fDataSize;
686 fRXPat->fDataSize += 4
    [all...]
  /external/chromium/third_party/icu/public/i18n/unicode/
regex.h 402 int32_t fDataSize; // The size of the data needed by the pattern that
    [all...]
  /external/icu4c/i18n/unicode/
regex.h 598 int32_t fDataSize; // The size of the data needed by the pattern that
    [all...]
  /external/quake/quake/src/QW/dxsdk/sdk/inc/
d3drmobj.h 347 STDMETHOD(GetGroup)(THIS_ D3DRMGROUPINDEX id, unsigned *vCount, unsigned *fCount, unsigned *vPerFace, DWORD *fDataSize, unsigned *fData) PURE;
  /external/quake/quake/src/WinQuake/dxsdk/SDK/INC/
D3DRMOBJ.H 347 STDMETHOD(GetGroup)(THIS_ D3DRMGROUPINDEX id, unsigned *vCount, unsigned *fCount, unsigned *vPerFace, DWORD *fDataSize, unsigned *fData) PURE;

Completed in 806 milliseconds