Searched refs:buffLength (Results 1 – 6 of 6) sorted by relevance
/external/chromium_org/third_party/icu/source/common/ |
D | unistr.cpp | 254 int32_t buffLength, in UnicodeString() argument 262 } else if(buffLength < -1 || buffCapacity < 0 || buffLength > buffCapacity) { in UnicodeString() 265 if(buffLength == -1) { in UnicodeString() 271 buffLength = (int32_t)(p - buff); in UnicodeString() 273 setArray(buff, buffLength, buffCapacity); in UnicodeString() 1207 int32_t buffLength, in setTo() argument 1221 if(buffLength < -1 || buffCapacity < 0 || buffLength > buffCapacity) { in setTo() 1224 } else if(buffLength == -1) { in setTo() 1230 buffLength = (int32_t)(p - buffer); in setTo() 1235 setArray(buffer, buffLength, buffCapacity); in setTo()
|
/external/icu/icu4c/source/common/ |
D | unistr.cpp | 254 int32_t buffLength, in UnicodeString() argument 262 } else if(buffLength < -1 || buffCapacity < 0 || buffLength > buffCapacity) { in UnicodeString() 265 if(buffLength == -1) { in UnicodeString() 271 buffLength = (int32_t)(p - buff); in UnicodeString() 273 setArray(buff, buffLength, buffCapacity); in UnicodeString() 1207 int32_t buffLength, in setTo() argument 1221 if(buffLength < -1 || buffCapacity < 0 || buffLength > buffCapacity) { in setTo() 1224 } else if(buffLength == -1) { in setTo() 1230 buffLength = (int32_t)(p - buffer); in setTo() 1235 setArray(buffer, buffLength, buffCapacity); in setTo()
|
/external/libnfc-nxp/src/ |
D | phFriNfc_LlcpUtils.h | 89 uint32_t buffLength);
|
D | phFriNfc_LlcpUtils.c | 194 uint32_t buffLength) in phFriNfc_Llcp_CyclicFifoInit() argument 197 pUtilFifo->pBuffEnd = (uint8_t *)pBuffStart + buffLength-1; in phFriNfc_Llcp_CyclicFifoInit()
|
/external/chromium_org/third_party/icu/source/common/unicode/ |
D | unistr.h | 1980 int32_t buffLength, 2958 UnicodeString(UChar *buffer, int32_t buffLength, int32_t buffCapacity);
|
/external/icu/icu4c/source/common/unicode/ |
D | unistr.h | 1980 int32_t buffLength, 2958 UnicodeString(UChar *buffer, int32_t buffLength, int32_t buffCapacity);
|