Home | History | Annotate | Download | only in common

Lines Matching refs:isTerminated

230 UnicodeString::UnicodeString(UBool isTerminated,
240 (textLength == -1 && !isTerminated) ||
241 (textLength >= 0 && isTerminated && text[textLength] != 0)
249 setArray((UChar *)text, textLength, isTerminated ? textLength + 1 : textLength);
1168 UnicodeString::setTo(UBool isTerminated,
1185 (textLength == -1 && !isTerminated) ||
1186 (textLength >= 0 && isTerminated && text[textLength] != 0)
1198 setArray((UChar *)text, textLength, isTerminated ? textLength + 1 : textLength);