Home
last modified time | relevance | path

Searched refs:textEnd (Results 1 – 25 of 34) sorted by relevance

12

/third_party/flutter/skia/experimental/editor/
Dshape.cpp210 unsigned textEnd = utf8TextBytes; in set_character_bounds() local
212 if (clusters[i] >= textEnd) { in set_character_bounds()
213 textEnd = clusters[i] + 1; in set_character_bounds()
217 if (clusters[i] > textBegin && clusters[i] < textEnd) { in set_character_bounds()
218 textEnd = clusters[i]; in set_character_bounds()
219 if (textEnd == textBegin + 1) { break; } in set_character_bounds()
232 if (textBegin + 1 == textEnd) { // single byte, fast path. in set_character_bounds()
236 int textCount = textEnd - textBegin; in set_character_bounds()
246 const char* end = utf8Text + textEnd; in set_character_bounds()
/third_party/skia/modules/skplaintexteditor/src/
Dshape.cpp209 unsigned textEnd = utf8TextBytes; in set_character_bounds() local
211 if (clusters[i] >= textEnd) { in set_character_bounds()
212 textEnd = clusters[i] + 1; in set_character_bounds()
216 if (clusters[i] > textBegin && clusters[i] < textEnd) { in set_character_bounds()
217 textEnd = clusters[i]; in set_character_bounds()
218 if (textEnd == textBegin + 1) { break; } in set_character_bounds()
231 if (textBegin + 1 == textEnd) { // single byte, fast path. in set_character_bounds()
235 int textCount = textEnd - textBegin; in set_character_bounds()
245 const char* end = utf8Text + textEnd; in set_character_bounds()
/third_party/flutter/skia/third_party/externals/icu/source/common/
Dschriter.cpp53 int32_t textEnd, in StringCharacterIterator() argument
55 : UCharCharacterIterator(textStr.getBuffer(), textStr.length(), textBegin, textEnd, textPos), in StringCharacterIterator()
Dchariter.cpp46 CharacterIterator::CharacterIterator(int32_t length, int32_t textBegin, int32_t textEnd, int32_t po… in CharacterIterator() argument
47 : textLength(length), pos(position), begin(textBegin), end(textEnd) { in CharacterIterator()
Duchriter.cpp46 int32_t textEnd, in UCharCharacterIterator() argument
48 …terator(textPtr != 0 ? (length>=0 ? length : u_strlen(textPtr)) : 0, textBegin, textEnd, position), in UCharCharacterIterator()
/third_party/node/deps/icu-small/source/common/
Dschriter.cpp53 int32_t textEnd, in StringCharacterIterator() argument
55 : UCharCharacterIterator(textStr.getBuffer(), textStr.length(), textBegin, textEnd, textPos), in StringCharacterIterator()
Dchariter.cpp46 CharacterIterator::CharacterIterator(int32_t length, int32_t textBegin, int32_t textEnd, int32_t po… in CharacterIterator() argument
47 : textLength(length), pos(position), begin(textBegin), end(textEnd) { in CharacterIterator()
Duchriter.cpp46 int32_t textEnd, in UCharCharacterIterator() argument
48 …terator(textPtr != 0 ? (length>=0 ? length : u_strlen(textPtr)) : 0, textBegin, textEnd, position), in UCharCharacterIterator()
/third_party/icu/icu4c/source/common/
Dschriter.cpp53 int32_t textEnd, in StringCharacterIterator() argument
55 : UCharCharacterIterator(textStr.getBuffer(), textStr.length(), textBegin, textEnd, textPos), in StringCharacterIterator()
Dchariter.cpp46 CharacterIterator::CharacterIterator(int32_t length, int32_t textBegin, int32_t textEnd, int32_t po… in CharacterIterator() argument
47 : textLength(length), pos(position), begin(textBegin), end(textEnd) { in CharacterIterator()
Duchriter.cpp46 int32_t textEnd, in UCharCharacterIterator() argument
48 …terator(textPtr != 0 ? (length>=0 ? length : u_strlen(textPtr)) : 0, textBegin, textEnd, position), in UCharCharacterIterator()
/third_party/skia/third_party/externals/icu/source/common/
Dschriter.cpp53 int32_t textEnd, in StringCharacterIterator() argument
55 : UCharCharacterIterator(textStr.getBuffer(), textStr.length(), textBegin, textEnd, textPos), in StringCharacterIterator()
Dchariter.cpp46 CharacterIterator::CharacterIterator(int32_t length, int32_t textBegin, int32_t textEnd, int32_t po… in CharacterIterator() argument
47 : textLength(length), pos(position), begin(textBegin), end(textEnd) { in CharacterIterator()
Duchriter.cpp46 int32_t textEnd, in UCharCharacterIterator() argument
48 …terator(textPtr != 0 ? (length>=0 ? length : u_strlen(textPtr)) : 0, textBegin, textEnd, position), in UCharCharacterIterator()
/third_party/flutter/skia/third_party/externals/icu/source/common/unicode/
Dschriter.h86 int32_t textEnd,
Duchriter.h82 int32_t textEnd,
Dchariter.h647 CharacterIterator(int32_t length, int32_t textBegin, int32_t textEnd, int32_t position);
/third_party/skia/third_party/externals/icu/source/common/unicode/
Dschriter.h89 int32_t textEnd,
Duchriter.h85 int32_t textEnd,
Dchariter.h650 CharacterIterator(int32_t length, int32_t textBegin, int32_t textEnd, int32_t position);
/third_party/icu/icu4c/source/common/unicode/
Dschriter.h89 int32_t textEnd,
Duchriter.h85 int32_t textEnd,
Dchariter.h650 CharacterIterator(int32_t length, int32_t textBegin, int32_t textEnd, int32_t position);
/third_party/node/deps/icu-small/source/common/unicode/
Dschriter.h89 int32_t textEnd,
Duchriter.h85 int32_t textEnd,

12