Home | History | Annotate | Download | only in common

Lines Matching refs:info

1003         (isAcceptable==NULL || isAcceptable(context, type, name, &pHeader->info))
1155 * data within the mapped region, but they wont have the mapping info itself, and thus
1460 const UDataInfo *info=&pData->pHeader->info;
1461 uint16_t dataInfoSize=udata_getInfoSize(info);
1465 uprv_memcpy((uint16_t *)pInfo+1, (const uint16_t *)info+1, pInfo->size-2);
1466 if(info->isBigEndian!=U_IS_BIG_ENDIAN) {
1468 uint16_t x=info->reservedWord;