Searched defs:pKey16 (Results 1 - 2 of 2) sorted by relevance

/external/icu4c/tools/toolutil/
H A Dpkgitems.cpp323 const uint16_t *pKey16; local
331 pKey16=(const uint16_t *)p;
332 count=ds->readUInt16(*pKey16++);
343 pKey16=NULL;
362 (pKey16!=NULL ?
363 ds->readUInt16(pKey16[i]) :
/external/icu4c/common/
H A Duresdata.c611 const uint16_t *pKey16=(const uint16_t *)p; local
612 count=ds->readUInt16(*pKey16++);
746 const uint16_t *pKey16; local
757 pKey16=(const uint16_t *)p;
759 count=ds->readUInt16(*pKey16);
764 ds->swapArray16(ds, pKey16++, 2, qKey16++, pErrorCode);
773 pKey16=qKey16=NULL;
800 (pKey16!=NULL ?
801 ds->readUInt16(pKey16[i]) :
822 if(pKey16!
[all...]

Completed in 13 milliseconds