Home
last modified time | relevance | path

Searched refs:selEnd (Results 1 – 8 of 8) sorted by relevance

/external/python/cpython2/Mac/Modules/
Dicgluemodule.c242 long selStart, selEnd; in ici_ICParseURL() local
246 &selStart, &selEnd, ResObj_Convert, &h)) in ici_ICParseURL()
249 &selStart, &selEnd, h)) != 0 ) in ici_ICParseURL()
251 return Py_BuildValue("ii", (int)selStart, (int)selEnd); in ici_ICParseURL()
266 long selStart, selEnd; in ici_ICLaunchURL() local
269 &selStart, &selEnd)) in ici_ICLaunchURL()
272 &selStart, &selEnd)) != 0 ) in ici_ICLaunchURL()
274 return Py_BuildValue("ii", (int)selStart, (int)selEnd); in ici_ICLaunchURL()
/external/python/cpython2/Lib/plat-mac/
Dic.py210 selEnd = len(data)
212 selStart = selEnd = start
214 selEnd = end
215 selStart, selEnd = self.ic.ICParseURL(hint, data, selStart, selEnd, self.h)
216 return self.h.data, selStart, selEnd
/external/pdfium/fxjs/xfa/
Dcjx_eventpseudomodel.h54 JS_PROP(selEnd);
Dcjx_eventpseudomodel.cpp117 void CJX_EventPseudoModel::selEnd(CFXJSE_Value* pValue, in selEnd() function in CJX_EventPseudoModel
/external/python/cpython2/Mac/Modules/te/
D_TEmodule.c152 long selEnd; in TEObj_TESetSelect() local
158 &selEnd)) in TEObj_TESetSelect()
161 selEnd, in TEObj_TESetSelect()
897 return Py_BuildValue("h", (*self->ob_itself)->selEnd); in TEObj_get_selEnd()
/external/pdfium/fxjs/
Dcjs_event.h96 JS_STATIC_PROP(selEnd, sel_end, event);
/external/python/cpython2/Mac/Demo/textedit/
Dped.py179 return (self.ted.selStart < self.ted.selEnd)
/external/pdfium/xfa/fxfa/parser/
Dxfa_basic_data_element_script.cpp1593 (XFA_ATTRIBUTE_CALLBACK)&CJX_EventPseudoModel::selEnd,