Searched refs:buffLength (Results 1 – 4 of 4) sorted by relevance
256 int32_t buffLength, in UnicodeString() argument264 } else if(buffLength < -1 || buffCapacity < 0 || buffLength > buffCapacity) { in UnicodeString()267 if(buffLength == -1) { in UnicodeString()273 buffLength = (int32_t)(p - buff); in UnicodeString()275 setArray(buff, buffLength, buffCapacity); in UnicodeString()1127 int32_t buffLength, in setTo() argument1141 if(buffLength < -1 || buffCapacity < 0 || buffLength > buffCapacity) { in setTo()1144 } else if(buffLength == -1) { in setTo()1150 buffLength = (int32_t)(p - buffer); in setTo()1155 setArray(buffer, buffLength, buffCapacity); in setTo()
152 uint32_t buffLength) in phFriNfc_Llcp_CyclicFifoInit() argument155 pUtilFifo->pBuffEnd = (uint8_t *)pBuffStart + buffLength-1; in phFriNfc_Llcp_CyclicFifoInit()
83 uint32_t buffLength);
1916 int32_t buffLength,2879 UnicodeString(UChar *buffer, int32_t buffLength, int32_t buffCapacity);