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

  /external/regex-re2/re2/
unicode.py 120 def ReadUnicodeTable(filename, nfields, doline):
132 The reader calls doline(codes, fields) for each entry in the table.
141 doline: the function to call for each table entry.
208 doline(codes, fields)
236 def DoLine(codes, fields):
244 ReadUnicodeTable(unicode_dir+"/CaseFolding.txt", 4, DoLine)
265 def DoLine(codes, fields):
270 ReadUnicodeTable(unicode_dir+"/Scripts.txt", 2, DoLine)
286 def DoLine(codes, fields):
295 ReadUnicodeTable(unicode_dir+"/UnicodeData.txt", 15, DoLine)
    [all...]
  /external/regex-re2/re2/testing/
unicode_test.py 85 ncall = [0] # can't assign to ordinary int in DoLine
87 def DoLine(codes, fields):
112 StringTable(_UNICODE_TABLE, 3, DoLine)

Completed in 142 milliseconds