HomeSort by relevance Sort by last modified time
    Searched refs:linelength (Results 1 - 7 of 7) sorted by null

  /external/fonttools/Lib/fontTools/misc/
xmlWriter.py 104 linelength = 16
105 hexlinelength = linelength * 2
107 for i in range(0, len(data), linelength):
108 hexline = hexStr(data[i:i+linelength])
  /external/python/cpython2/Lib/idlelib/idle_test/
mock_tk.py 153 linelength = len(self.data[line]) -1 # position before/at \n
155 return line, linelength
162 elif char > linelength:
163 char = linelength
test_formatparagraph.py 62 linelength = int(text.index("%d.end" % line).split('.')[1])
63 for col in (0, linelength//2, linelength):
  /prebuilts/ndk/r11/sources/cxx-stl/stlport/src/details/
fstream_win32io.cpp 502 ptrdiff_t linelength = nextlf - nextblock; local
503 memcpy(ptrtextbuf, nextblock, linelength);
504 ptrtextbuf += linelength;
505 nextblock += (linelength + 1);
  /prebuilts/ndk/r13/sources/cxx-stl/stlport/src/details/
fstream_win32io.cpp 502 ptrdiff_t linelength = nextlf - nextblock; local
503 memcpy(ptrtextbuf, nextblock, linelength);
504 ptrtextbuf += linelength;
505 nextblock += (linelength + 1);
  /external/pcre/dist2/src/
pcre2grep.c 1885 size_t length, linelength; local
    [all...]
  /external/curl/lib/
http.c 2448 size_t linelength=0; local
    [all...]

Completed in 1417 milliseconds