Home
last modified time | relevance | path

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

/external/chromium/third_party/icu/source/common/
Dutrie2.c125 const void *data, int32_t length, int32_t *pActualLength, in utrie2_openFromSerialized() argument
223 if(pActualLength!=NULL) { in utrie2_openFromSerialized()
224 *pActualLength=actualLength; in utrie2_openFromSerialized()
Dutrie2.h99 const void *data, int32_t length, int32_t *pActualLength,
/external/icu4c/common/
Dutrie2.cpp125 const void *data, int32_t length, int32_t *pActualLength, in utrie2_openFromSerialized() argument
223 if(pActualLength!=NULL) { in utrie2_openFromSerialized()
224 *pActualLength=actualLength; in utrie2_openFromSerialized()
Dutrie2.h99 const void *data, int32_t length, int32_t *pActualLength,
/external/icu4c/i18n/
Duspoof.cpp48 uspoof_openFromSerialized(const void *data, int32_t length, int32_t *pActualLength, in uspoof_openFromSerialized() argument
67 if (pActualLength != NULL) { in uspoof_openFromSerialized()
68 *pActualLength = sd->fRawData->fLength; in uspoof_openFromSerialized()
/external/chromium/third_party/icu/source/i18n/
Duspoof.cpp48 uspoof_openFromSerialized(const void *data, int32_t length, int32_t *pActualLength, in uspoof_openFromSerialized() argument
67 if (pActualLength != NULL) { in uspoof_openFromSerialized()
68 *pActualLength = sd->fRawData->fLength; in uspoof_openFromSerialized()
/external/chromium/third_party/icu/public/i18n/unicode/
Duspoof.h245 uspoof_openFromSerialized(const void *data, int32_t length, int32_t *pActualLength,
/external/icu4c/i18n/unicode/
Duspoof.h258 uspoof_openFromSerialized(const void *data, int32_t length, int32_t *pActualLength,