Home | History | Annotate | Download | only in common

Lines Matching defs:_length

1252                int32_t _length,
1261 return doReplace(start, _length, buffer, 0, isError ? 0 : count);
1267 int32_t _length = 0;
1269 U16_APPEND(buffer, _length, U16_MAX_LENGTH, srcChar, isError);
1271 // If isError then _length==0 which turns the doReplace() into a no-op anyway.
1272 return isError ? *this : doReplace(length(), 0, buffer, 0, _length);