Searched refs:buffLength (Results 1 – 4 of 4) sorted by relevance
257 int32_t buffLength, in UnicodeString() argument265 } else if(buffLength < -1 || buffCapacity < 0 || buffLength > buffCapacity) { in UnicodeString()268 if(buffLength == -1) { in UnicodeString()274 buffLength = (int32_t)(p - buff); in UnicodeString()276 setArray(buff, buffLength, buffCapacity); in UnicodeString()1128 int32_t buffLength, in setTo() argument1142 if(buffLength < -1 || buffCapacity < 0 || buffLength > buffCapacity) { in setTo()1145 } else if(buffLength == -1) { in setTo()1151 buffLength = (int32_t)(p - buffer); in setTo()1156 setArray(buffer, buffLength, buffCapacity); in setTo()
89 uint32_t buffLength);
194 uint32_t buffLength) in phFriNfc_Llcp_CyclicFifoInit() argument197 pUtilFifo->pBuffEnd = (uint8_t *)pBuffStart + buffLength-1; in phFriNfc_Llcp_CyclicFifoInit()
1917 int32_t buffLength,2880 UnicodeString(UChar *buffer, int32_t buffLength, int32_t buffCapacity);