/third_party/flutter/skia/experimental/editor/ |
D | shape.cpp | 210 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/ |
D | shape.cpp | 209 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/ |
D | schriter.cpp | 53 int32_t textEnd, in StringCharacterIterator() argument 55 : UCharCharacterIterator(textStr.getBuffer(), textStr.length(), textBegin, textEnd, textPos), in StringCharacterIterator()
|
D | chariter.cpp | 46 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()
|
D | uchriter.cpp | 46 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/ |
D | schriter.cpp | 53 int32_t textEnd, in StringCharacterIterator() argument 55 : UCharCharacterIterator(textStr.getBuffer(), textStr.length(), textBegin, textEnd, textPos), in StringCharacterIterator()
|
D | chariter.cpp | 46 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()
|
D | uchriter.cpp | 46 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/ |
D | schriter.cpp | 53 int32_t textEnd, in StringCharacterIterator() argument 55 : UCharCharacterIterator(textStr.getBuffer(), textStr.length(), textBegin, textEnd, textPos), in StringCharacterIterator()
|
D | chariter.cpp | 46 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()
|
D | uchriter.cpp | 46 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/ |
D | schriter.cpp | 53 int32_t textEnd, in StringCharacterIterator() argument 55 : UCharCharacterIterator(textStr.getBuffer(), textStr.length(), textBegin, textEnd, textPos), in StringCharacterIterator()
|
D | chariter.cpp | 46 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()
|
D | uchriter.cpp | 46 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/ |
D | schriter.h | 86 int32_t textEnd,
|
D | uchriter.h | 82 int32_t textEnd,
|
D | chariter.h | 647 CharacterIterator(int32_t length, int32_t textBegin, int32_t textEnd, int32_t position);
|
/third_party/skia/third_party/externals/icu/source/common/unicode/ |
D | schriter.h | 89 int32_t textEnd,
|
D | uchriter.h | 85 int32_t textEnd,
|
D | chariter.h | 650 CharacterIterator(int32_t length, int32_t textBegin, int32_t textEnd, int32_t position);
|
/third_party/icu/icu4c/source/common/unicode/ |
D | schriter.h | 89 int32_t textEnd,
|
D | uchriter.h | 85 int32_t textEnd,
|
D | chariter.h | 650 CharacterIterator(int32_t length, int32_t textBegin, int32_t textEnd, int32_t position);
|
/third_party/node/deps/icu-small/source/common/unicode/ |
D | schriter.h | 89 int32_t textEnd,
|
D | uchriter.h | 85 int32_t textEnd,
|