Home | History | Annotate | Download | only in unicode

Lines Matching refs:UDataInfo

74  * UDataInfo contains the properties about the requested data.
81 * The UDataInfo struct begins 4 bytes after the start of the data item,
112 /** sizeof(UDataInfo)
148 } UDataInfo;
164 * @param pInfo A pointer to the <code>UDataInfo</code> structure
174 const UDataInfo *pInfo);
217 * a <code>UDataInfo</code> structure.
304 * @param pInfo pointer to a UDataInfo object;
306 * typically to <code>sizeof(UDataInfo)</code>.
308 * <code>*pInfo</code> will be filled with the UDataInfo structure
315 udata_getInfo(UDataMemory *pData, UDataInfo *pInfo);