Home
last modified time | relevance | path

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

/external/icu4c/i18n/
Duspoof.cpp109 uspoof_openFromSerialized(const void *data, int32_t length, int32_t *pActualLength, in uspoof_openFromSerialized() argument
129 if (pActualLength != NULL) { in uspoof_openFromSerialized()
130 *pActualLength = sd->fRawData->fLength; in uspoof_openFromSerialized()
/external/icu4c/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/chromium_org/third_party/icu/source/common/
Dutrie2.cpp125 const void *data, int32_t length, int32_t *pActualLength, in utrie2_openFromSerialized() argument
224 if(pActualLength!=NULL) { in utrie2_openFromSerialized()
225 *pActualLength=actualLength; in utrie2_openFromSerialized()
Dutrie2.h99 const void *data, int32_t length, int32_t *pActualLength,
/external/chromium_org/third_party/icu/source/i18n/unicode/
Duspoof.h253 uspoof_openFromSerialized(const void *data, int32_t length, int32_t *pActualLength,
/external/chromium_org/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/icu4c/i18n/unicode/
Duspoof.h343 uspoof_openFromSerialized(const void *data, int32_t length, int32_t *pActualLength,