Home
last modified time | relevance | path

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

/third_party/node/deps/icu-small/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()
/third_party/skia/third_party/externals/icu/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()
/third_party/flutter/skia/third_party/externals/icu/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()
/third_party/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()
/third_party/flutter/flutter/examples/flutter_gallery/lib/demo/material/
Dtext_form_field_demo.dart312 final int newTextLength = newValue.text.length;
316 if (newTextLength >= 1) {
321 if (newTextLength >= 4) {
326 if (newTextLength >= 7) {
331 if (newTextLength >= 11) {
337 if (newTextLength >= usedSubstringIndex)
/third_party/flutter/skia/third_party/externals/icu/source/common/unicode/
Dschriter.h178 void setText(const char16_t* newText, int32_t newTextLength);
Duchriter.h347 void setText(ConstChar16Ptr newText, int32_t newTextLength);
/third_party/skia/third_party/externals/icu/source/common/unicode/
Dschriter.h181 void setText(const char16_t* newText, int32_t newTextLength);
Duchriter.h350 void setText(ConstChar16Ptr newText, int32_t newTextLength);
/third_party/icu/icu4c/source/common/unicode/
Dschriter.h181 void setText(const char16_t* newText, int32_t newTextLength);
Duchriter.h350 void setText(ConstChar16Ptr newText, int32_t newTextLength);
/third_party/node/deps/icu-small/source/common/unicode/
Dschriter.h181 void setText(const char16_t* newText, int32_t newTextLength);
Duchriter.h350 void setText(ConstChar16Ptr newText, int32_t newTextLength);