Home
last modified time | relevance | path

Searched refs:buffLength (Results 1 – 4 of 4) sorted by relevance

/external/icu4c/common/
Dunistr.cpp257 int32_t buffLength, in UnicodeString() argument
265 } 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() argument
1142 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()
/external/libnfc-nxp/src/
DphFriNfc_LlcpUtils.h89 uint32_t buffLength);
DphFriNfc_LlcpUtils.c194 uint32_t buffLength) in phFriNfc_Llcp_CyclicFifoInit() argument
197 pUtilFifo->pBuffEnd = (uint8_t *)pBuffStart + buffLength-1; in phFriNfc_Llcp_CyclicFifoInit()
/external/icu4c/common/unicode/
Dunistr.h1917 int32_t buffLength,
2880 UnicodeString(UChar *buffer, int32_t buffLength, int32_t buffCapacity);