Searched defs:buffLength (Results 1 - 2 of 2) 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/icu4c/common/
H A Dunistr.cpp257 int32_t buffLength,
265 } else if(buffLength < -1 || buffCapacity < 0 || buffLength > buffCapacity) {
268 if(buffLength == -1) {
274 buffLength = (int32_t)(p - buff);
276 setArray(buff, buffLength, buffCapacity);
1128 int32_t buffLength,
1142 if(buffLength < -1 || buffCapacity < 0 || buffLength > buffCapacity) {
1145 } else if(buffLength
256 UnicodeString(UChar *buff, int32_t buffLength, int32_t buffCapacity) argument
1127 setTo(UChar *buffer, int32_t buffLength, int32_t buffCapacity) argument
[all...]

Completed in 98 milliseconds