Searched refs:fromtext (Results 1 – 2 of 2) sorted by relevance
/external/pcre/dist2/src/ |
D | pcre2grep.c | 2773 const char *fromtext, int count) in compile_pattern() argument 2825 "at offset %d: %s\n", count, fromtext, (int)erroffset, buffer); in compile_pattern() 2831 fromtext, (int)erroffset, buffer); in compile_pattern() 2834 ordin(count), fromtext, (int)erroffset, buffer); in compile_pattern()
|
/external/python/cpython2/Lib/ |
D | difflib.py | 1820 (fromline,fromtext),(toline,totext) = fromdata,todata 1824 self._split_line(fromlist,fromline,fromtext)
|