Searched refs:pActualLength (Results 1 - 4 of 4) sorted by relevance

/external/icu4c/i18n/unicode/
H A Duspoof.h243 * @param pActualLength receives the actual number of bytes at data taken up by the data;
253 uspoof_openFromSerialized(const void *data, int32_t length, int32_t *pActualLength,
/external/icu4c/common/
H A Dutrie2.cpp125 const void *data, int32_t length, int32_t *pActualLength,
224 if(pActualLength!=NULL) {
225 *pActualLength=actualLength;
124 utrie2_openFromSerialized(UTrie2ValueBits valueBits, const void *data, int32_t length, int32_t *pActualLength, UErrorCode *pErrorCode) argument
H A Dutrie2.h89 * @param pActualLength receives the actual number of bytes at data taken up by the trie data;
99 const void *data, int32_t length, int32_t *pActualLength,
/external/icu4c/i18n/
H A Duspoof.cpp48 uspoof_openFromSerialized(const void *data, int32_t length, int32_t *pActualLength, argument
67 if (pActualLength != NULL) {
68 *pActualLength = sd->fRawData->fLength;

Completed in 126 milliseconds