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

  /external/chromium_org/third_party/icu/source/common/
uresdata.c 749 const int32_t *pKey32;
761 pKey32=qKey32=NULL;
769 pKey32=(const int32_t *)p;
771 count=udata_readInt32(ds, *pKey32);
776 ds->swapArray32(ds, pKey32++, 4, qKey32++, pErrorCode);
797 int32_t keyOffset=udata_readInt32(ds, pKey32[i]);
818 ds->swapArray32(ds, pKey32, count*2*4, qKey32, pErrorCode);
838 pTempTable->rows[i].keyIndex=udata_readInt32(ds, pKey32[i]);
877 if(pKey32!=qKey32) {
884 ds->swapArray32(ds, pKey32+oldIndex, 4, rKey32+i, pErrorCode)
    [all...]
  /external/icu4c/common/
uresdata.c 768 const int32_t *pKey32;
780 pKey32=qKey32=NULL;
788 pKey32=(const int32_t *)p;
790 count=udata_readInt32(ds, *pKey32);
795 ds->swapArray32(ds, pKey32++, 4, qKey32++, pErrorCode);
816 int32_t keyOffset=udata_readInt32(ds, pKey32[i]);
837 ds->swapArray32(ds, pKey32, count*2*4, qKey32, pErrorCode);
857 pTempTable->rows[i].keyIndex=udata_readInt32(ds, pKey32[i]);
896 if(pKey32!=qKey32) {
903 ds->swapArray32(ds, pKey32+oldIndex, 4, rKey32+i, pErrorCode)
    [all...]

Completed in 35 milliseconds