Home
last modified time | relevance | path

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

/external/icu/icu4c/source/common/
Duchriter.cpp353 int32_t newTextLength) { in setText() argument
355 if(newText == 0 || newTextLength < 0) { in setText()
356 newTextLength = 0; in setText()
358 end = textLength = newTextLength; in setText()
/external/icu/icu4c/source/common/unicode/
Dschriter.h178 void setText(const char16_t* newText, int32_t newTextLength);
Duchriter.h347 void setText(ConstChar16Ptr newText, int32_t newTextLength);