Home
last modified time | relevance | path

Searched refs:newTextLength (Results 1 – 3 of 3) sorted by relevance

/external/icu4c/common/
Duchriter.cpp350 int32_t newTextLength) { in setText() argument
352 if(newText == 0 || newTextLength < 0) { in setText()
353 newTextLength = 0; in setText()
355 end = textLength = newTextLength; in setText()
/external/icu4c/common/unicode/
Dschriter.h176 void setText(const UChar* newText, int32_t newTextLength);
Duchriter.h341 void setText(const UChar* newText, int32_t newTextLength);