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

  /external/chromium/third_party/icu/source/common/
rbbidata.cpp 361 int32_t tableStartOffset;
380 tableStartOffset = ds->readUInt32(rbbiDH->fFTable);
384 ds->swapArray32(ds, inBytes+tableStartOffset, topSize,
385 outBytes+tableStartOffset, status);
386 ds->swapArray16(ds, inBytes+tableStartOffset+topSize, tableLength-topSize,
387 outBytes+tableStartOffset+topSize, status);
391 tableStartOffset = ds->readUInt32(rbbiDH->fRTable);
395 ds->swapArray32(ds, inBytes+tableStartOffset, topSize,
396 outBytes+tableStartOffset, status);
397 ds->swapArray16(ds, inBytes+tableStartOffset+topSize, tableLength-topSize
    [all...]
  /external/icu4c/common/
rbbidata.cpp 361 int32_t tableStartOffset;
380 tableStartOffset = ds->readUInt32(rbbiDH->fFTable);
384 ds->swapArray32(ds, inBytes+tableStartOffset, topSize,
385 outBytes+tableStartOffset, status);
386 ds->swapArray16(ds, inBytes+tableStartOffset+topSize, tableLength-topSize,
387 outBytes+tableStartOffset+topSize, status);
391 tableStartOffset = ds->readUInt32(rbbiDH->fRTable);
395 ds->swapArray32(ds, inBytes+tableStartOffset, topSize,
396 outBytes+tableStartOffset, status);
397 ds->swapArray16(ds, inBytes+tableStartOffset+topSize, tableLength-topSize
    [all...]

Completed in 129 milliseconds