Home
last modified time | relevance | path

Searched refs:textBegin (Results 1 – 12 of 12) sorted by relevance

/external/skia/modules/skplaintexteditor/src/
Dshape.cpp208 unsigned textBegin = clusters[glyphIndex]; in set_character_bounds() local
216 if (clusters[i] > textBegin && clusters[i] < textEnd) { 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()
232 cursors[textBegin] = clusterBox; in set_character_bounds()
235 int textCount = textEnd - textBegin; in set_character_bounds()
236 int codePointCount = SkUTF::CountUTF8(utf8Text + textBegin, textCount); in set_character_bounds()
238 cursors[textBegin] = clusterBox; in set_character_bounds()
244 const char* ptr = utf8Text + textBegin; in set_character_bounds()
/external/icu/icu4c/source/common/
Dschriter.cpp52 int32_t textBegin, 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.cpp45 int32_t textBegin, in UCharCharacterIterator() argument
48 …: CharacterIterator(textPtr != 0 ? (length>=0 ? length : u_strlen(textPtr)) : 0, textBegin, textEn… in UCharCharacterIterator()
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DRuleBasedBreakIterator.java1529 int textBegin = fText.getBeginIndex(); in populatePreceding() local
1531 if (fromPosition == textBegin) { in populatePreceding()
1535 int position = textBegin; in populatePreceding()
1548 if (backupPosition <= textBegin) { in populatePreceding()
1549 backupPosition = textBegin; in populatePreceding()
1553 if (backupPosition == BreakIterator.DONE || backupPosition == textBegin) { in populatePreceding()
1554 position = textBegin; in populatePreceding()
/external/icu/android_icu4j/src/main/java/android/icu/text/
DRuleBasedBreakIterator.java1508 int textBegin = fText.getBeginIndex(); in populatePreceding() local
1510 if (fromPosition == textBegin) { in populatePreceding()
1514 int position = textBegin; in populatePreceding()
1527 if (backupPosition <= textBegin) { in populatePreceding()
1528 backupPosition = textBegin; in populatePreceding()
1532 if (backupPosition == BreakIterator.DONE || backupPosition == textBegin) { in populatePreceding()
1533 position = textBegin; in populatePreceding()
/external/icu/libicu/cts_headers/unicode/
Dschriter.h88 int32_t textBegin,
Duchriter.h84 int32_t textBegin,
Dchariter.h650 CharacterIterator(int32_t length, int32_t textBegin, int32_t textEnd, int32_t position);
/external/icu/icu4c/source/common/unicode/
Dschriter.h88 int32_t textBegin,
Duchriter.h84 int32_t textBegin,
Dchariter.h650 CharacterIterator(int32_t length, int32_t textBegin, int32_t textEnd, int32_t position);