Searched defs:buffLength (Results 1 - 3 of 3) sorted by relevance

/external/libnfc-nxp/src/
H A DphFriNfc_LlcpUtils.c194 uint32_t buffLength)
197 pUtilFifo->pBuffEnd = (uint8_t *)pBuffStart + buffLength-1;
192 phFriNfc_Llcp_CyclicFifoInit(P_UTIL_FIFO_BUFFER pUtilFifo, const uint8_t *pBuffStart, uint32_t buffLength) argument
/external/chromium_org/third_party/icu/source/common/
H A Dunistr.cpp254 int32_t buffLength,
262 } else if(buffLength < -1 || buffCapacity < 0 || buffLength > buffCapacity) {
265 if(buffLength == -1) {
271 buffLength = (int32_t)(p - buff);
273 setArray(buff, buffLength, buffCapacity);
1207 int32_t buffLength,
1221 if(buffLength < -1 || buffCapacity < 0 || buffLength > buffCapacity) {
1224 } else if(buffLength
253 UnicodeString(UChar *buff, int32_t buffLength, int32_t buffCapacity) argument
1206 setTo(UChar *buffer, int32_t buffLength, int32_t buffCapacity) argument
[all...]
/external/icu/icu4c/source/common/
H A Dunistr.cpp254 int32_t buffLength,
262 } else if(buffLength < -1 || buffCapacity < 0 || buffLength > buffCapacity) {
265 if(buffLength == -1) {
271 buffLength = (int32_t)(p - buff);
273 setArray(buff, buffLength, buffCapacity);
1207 int32_t buffLength,
1221 if(buffLength < -1 || buffCapacity < 0 || buffLength > buffCapacity) {
1224 } else if(buffLength
253 UnicodeString(UChar *buff, int32_t buffLength, int32_t buffCapacity) argument
1206 setTo(UChar *buffer, int32_t buffLength, int32_t buffCapacity) argument
[all...]

Completed in 6819 milliseconds