Searched refs:newTextLength (Results 1 – 5 of 5) sorted by relevance
353 int32_t newTextLength) { in setText() argument355 if(newText == 0 || newTextLength < 0) { in setText()356 newTextLength = 0; in setText()358 end = textLength = newTextLength; in setText()
181 void setText(const char16_t* newText, int32_t newTextLength);
350 void setText(ConstChar16Ptr newText, int32_t newTextLength);