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

/external/chromium/third_party/icu/public/common/unicode/
H A Dudata.h73 * UDataInfo contains the properties about the requested data.
106 /** sizeof(UDataInfo)
142 } UDataInfo; typedef in typeref:struct:__anon1263
158 * @param pInfo A pointer to the <code>UDataInfo</code> structure
168 const UDataInfo *pInfo);
211 * a <code>UDataInfo</code> structure.
276 * @param pInfo pointer to a UDataInfo object;
278 * typically to <code>sizeof(UDataInfo)</code>.
280 * <code>*pInfo</code> will be filled with the UDataInfo structure
287 udata_getInfo(UDataMemory *pData, UDataInfo *pInf
[all...]
/external/icu4c/common/unicode/
H A Dudata.h74 * UDataInfo contains the properties about the requested data.
107 /** sizeof(UDataInfo)
143 } UDataInfo; typedef in typeref:struct:__anon2390
159 * @param pInfo A pointer to the <code>UDataInfo</code> structure
169 const UDataInfo *pInfo);
212 * a <code>UDataInfo</code> structure.
296 * @param pInfo pointer to a UDataInfo object;
298 * typically to <code>sizeof(UDataInfo)</code>.
300 * <code>*pInfo</code> will be filled with the UDataInfo structure
307 udata_getInfo(UDataMemory *pData, UDataInfo *pInf
[all...]

Completed in 12 milliseconds