Home | History | Annotate | Download | only in common

Lines Matching full:buff

255 UnicodeString::UnicodeString(UChar *buff,
261 if(buff == NULL) {
268 // fLength = u_strlen(buff); but do not look beyond buffCapacity
269 const UChar *p = buff, *limit = buff + buffCapacity;
273 buffLength = (int32_t)(p - buff);
275 setArray(buff, buffLength, buffCapacity);
1132 // buffLength = u_strlen(buff); but do not look beyond buffCapacity