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

  /external/chromium_org/third_party/icu/source/common/
uresdata.c 746 const uint16_t *pKey16;
757 pKey16=(const uint16_t *)p;
759 count=ds->readUInt16(*pKey16);
764 ds->swapArray16(ds, pKey16++, 2, qKey16++, pErrorCode);
773 pKey16=qKey16=NULL;
791 if(pKey16!=NULL) {
792 int32_t keyOffset=ds->readUInt16(pKey16[i]);
813 if(pKey16!=NULL) {
814 ds->swapArray16(ds, pKey16, count*2, qKey16, pErrorCode);
831 if(pKey16!=NULL)
    [all...]
  /external/icu4c/common/
uresdata.c 765 const uint16_t *pKey16;
776 pKey16=(const uint16_t *)p;
778 count=ds->readUInt16(*pKey16);
783 ds->swapArray16(ds, pKey16++, 2, qKey16++, pErrorCode);
792 pKey16=qKey16=NULL;
810 if(pKey16!=NULL) {
811 int32_t keyOffset=ds->readUInt16(pKey16[i]);
832 if(pKey16!=NULL) {
833 ds->swapArray16(ds, pKey16, count*2, qKey16, pErrorCode);
850 if(pKey16!=NULL)
    [all...]

Completed in 42 milliseconds