Home
last modified time | relevance | path

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

/external/icu/icu4c/source/i18n/
Duspoof.cpp153 uspoof_openFromSerialized(const void *data, int32_t length, int32_t *pActualLength, in uspoof_openFromSerialized() argument
173 if (pActualLength != NULL) { in uspoof_openFromSerialized()
174 *pActualLength = sd->fRawData->fLength; in uspoof_openFromSerialized()
/external/icu/icu4c/source/common/
Dutrie2.cpp129 const void *data, int32_t length, int32_t *pActualLength, in utrie2_openFromSerialized() argument
228 if(pActualLength!=NULL) { in utrie2_openFromSerialized()
229 *pActualLength=actualLength; in utrie2_openFromSerialized()
Dutrie2.h100 const void *data, int32_t length, int32_t *pActualLength,
/external/icu/icu4c/source/i18n/unicode/
Duspoof.h357 uspoof_openFromSerialized(const void *data, int32_t length, int32_t *pActualLength,