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/icu/icu4c/source/common/
H A Dunistr.cpp242 int32_t buffLength,
248 } else if(buffLength < -1 || buffCapacity < 0 || buffLength > buffCapacity) {
251 if(buffLength == -1) {
257 buffLength = (int32_t)(p - buff);
259 setArray(buff, buffLength, buffCapacity);
1180 int32_t buffLength,
1194 if(buffLength < -1 || buffCapacity < 0 || buffLength > buffCapacity) {
1197 } else if(buffLength
241 UnicodeString(UChar *buff, int32_t buffLength, int32_t buffCapacity) argument
1179 setTo(UChar *buffer, int32_t buffLength, int32_t buffCapacity) argument
[all...]

Completed in 153 milliseconds