Searched refs:startindex (Results 1 – 5 of 5) sorted by relevance
/third_party/python/Lib/idlelib/ |
D | autocomplete_w.py | 49 self.startindex = None 70 self.widget.delete("%s+%dc" % (self.startindex, i), 71 "%s+%dc" % (self.startindex, len(self.start))) 73 self.widget.insert("%s+%dc" % (self.startindex, i), 170 self.startindex = self.widget.index(index) 171 self.start = self.widget.get(self.startindex, "insert") 252 text.see(self.startindex) 253 x, y, cx, cy = text.bbox(self.startindex) 447 self.widget.index("%s+%dc" % (self.startindex, len(self.start))):
|
D | editor.py | 1472 def _build_char_in_string_func(self, startindex): argument 1473 def inner(offset, _startindex=startindex,
|
/third_party/skia/third_party/externals/icu/source/i18n/ |
D | usearch.cpp | 612 int32_t startindex = ubrk_first(breakiterator); in isBreakUnit() local 616 if (start < startindex || start > endindex || in isBreakUnit() 617 end < startindex || end > endindex) { in isBreakUnit() 623 UBool result = (start == startindex || in isBreakUnit() 3739 int32_t startindex = ubrk_first(breakiterator); 3743 if (start < startindex || start > endindex || 3744 end < startindex || end > endindex) {
|
/third_party/node/deps/icu-small/source/i18n/ |
D | usearch.cpp | 1668 int32_t startindex = ubrk_first(breakiterator); 1672 if (start < startindex || start > endindex || 1673 end < startindex || end > endindex) {
|
/third_party/icu/icu4c/source/i18n/ |
D | usearch.cpp | 1670 int32_t startindex = ubrk_first(breakiterator); 1674 if (start < startindex || start > endindex || 1675 end < startindex || end > endindex) {
|