Home | History | Annotate | Download | only in common

Lines Matching refs:buff

253 UnicodeString::UnicodeString(UChar *buff,
259 if(buff == NULL) {
266 // fLength = u_strlen(buff); but do not look beyond buffCapacity
267 const UChar *p = buff, *limit = buff + buffCapacity;
271 buffLength = (int32_t)(p - buff);
273 setArray(buff, buffLength, buffCapacity);
1225 // buffLength = u_strlen(buff); but do not look beyond buffCapacity