Home
last modified time | relevance | path

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

/external/icu4c/common/
Dunistr.cpp256 int32_t buffLength, in UnicodeString() argument
264 } 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() argument
1141 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()
/external/libnfc-nxp/src/
DphFriNfc_LlcpUtils.c152 uint32_t buffLength) in phFriNfc_Llcp_CyclicFifoInit() argument
155 pUtilFifo->pBuffEnd = (uint8_t *)pBuffStart + buffLength-1; in phFriNfc_Llcp_CyclicFifoInit()
DphFriNfc_LlcpUtils.h83 uint32_t buffLength);
/external/icu4c/common/unicode/
Dunistr.h1916 int32_t buffLength,
2879 UnicodeString(UChar *buffer, int32_t buffLength, int32_t buffCapacity);