Home
last modified time | relevance | path

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

/external/icu/icu4c/source/common/
Dutrie2.cpp131 const void *data, int32_t length, int32_t *pActualLength, in utrie2_openFromSerialized() argument
230 if(pActualLength!=NULL) { in utrie2_openFromSerialized()
231 *pActualLength=actualLength; in utrie2_openFromSerialized()
Dutrie2.h102 const void *data, int32_t length, int32_t *pActualLength,
/external/icu/icu4c/source/i18n/
Duspoof.cpp155 uspoof_openFromSerialized(const void *data, int32_t length, int32_t *pActualLength, in uspoof_openFromSerialized() argument
175 if (pActualLength != NULL) { in uspoof_openFromSerialized()
176 *pActualLength = sd->size(); in uspoof_openFromSerialized()
/external/icu/icu4c/source/i18n/unicode/
Duspoof.h624 uspoof_openFromSerialized(const void *data, int32_t length, int32_t *pActualLength,