Searched refs:newTextLength (Results 1 – 3 of 3) 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()
178 void setText(const char16_t* newText, int32_t newTextLength);
347 void setText(ConstChar16Ptr newText, int32_t newTextLength);