Home | History | Annotate | Download | only in common

Lines Matching refs:isTerminated

232 UnicodeString::UnicodeString(UBool isTerminated,
242 (textLength == -1 && !isTerminated) ||
243 (textLength >= 0 && isTerminated && text[textLength] != 0)
251 setArray((UChar *)text, textLength, isTerminated ? textLength + 1 : textLength);
1088 UnicodeString::setTo(UBool isTerminated,
1105 (textLength == -1 && !isTerminated) ||
1106 (textLength >= 0 && isTerminated && text[textLength] != 0)
1118 setArray((UChar *)text, textLength, isTerminated ? textLength + 1 : textLength);