• Home
  • Raw
  • Download

Lines Matching refs:pInfo

63     NativeItem() : pItem(NULL), pInfo(NULL), bytes(NULL), swapped(NULL), length(0) {}  in NativeItem()
71 return pInfo; in getDataInfo()
84 pInfo=::getDataInfo(pItem->data, pItem->length, infoLength, itemHeaderLength, &errorCode); in setItem()
90 if(pInfo->isBigEndian==U_IS_BIG_ENDIAN && pInfo->charsetFamily==U_CHARSET_FAMILY) { in setItem()
93 …UDataSwapper *ds=udata_openSwapper((UBool)pInfo->isBigEndian, pInfo->charsetFamily, U_IS_BIG_ENDIA… in setItem()
109 pInfo=::getDataInfo(swapped, pItem->length, infoLength, itemHeaderLength, &errorCode); in setItem()
117 const UDataInfo *pInfo; member in NativeItem
368 ures_enumDependencies(const char *itemName, const UDataInfo *pInfo, in ures_enumDependencies() argument
375 res_read(&resData, pInfo, inBytes, length, pErrorCode); in ures_enumDependencies()
378 pInfo->formatVersion[0], pInfo->formatVersion[1]); in ures_enumDependencies()
386 if(pInfo->formatVersion[0]>1 || (pInfo->formatVersion[0]==1 && pInfo->formatVersion[1]>=1)) { in ures_enumDependencies()
444 const char *itemName, const UDataInfo *pInfo, in ucnv_enumDependencies() argument
457 pInfo->formatVersion[0]==6 && in ucnv_enumDependencies()
458 pInfo->formatVersion[1]>=2 in ucnv_enumDependencies()
461 pInfo->formatVersion[0], pInfo->formatVersion[1]); in ucnv_enumDependencies()
579 …const UDataInfo *pInfo=getDataInfo(pItem->data, pItem->length, infoLength, itemHeaderLength, &erro… in enumDependencies() local
585 int32_t format=getDataFormat(pInfo->dataFormat); in enumDependencies()
603 (UBool)pInfo->isBigEndian, pInfo->charsetFamily, in enumDependencies()
618 … ucnv_enumDependencies(ds, pItem->name, pInfo, inBytes, length, check, context, &errorCode); in enumDependencies()