Searched refs:pKey32 (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/icu/source/common/
H A Duresdata.c749 const int32_t *pKey32; local
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
[all...]
/external/icu4c/common/
H A Duresdata.c768 const int32_t *pKey32; local
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
[all...]

Completed in 66 milliseconds