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

/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
/external/icu4c/i18n/
H A Duspoof.cpp45 uspoof_openFromSerialized(const void *data, int32_t length, int32_t *pActualLength, argument
64 if (pActualLength != NULL) {
65 *pActualLength = sd->fRawData->fLength;

Completed in 90 milliseconds