Searched defs:ReadUnicodeTable (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/re2/re2/
H A Dunicode.py120 def ReadUnicodeTable(filename, nfields, doline): function
244 ReadUnicodeTable(unicode_dir+"/CaseFolding.txt", 4, DoLine)
270 ReadUnicodeTable(unicode_dir+"/Scripts.txt", 2, DoLine)
295 ReadUnicodeTable(unicode_dir+"/UnicodeData.txt", 15, DoLine)
/external/regex-re2/re2/
H A Dunicode.py120 def ReadUnicodeTable(filename, nfields, doline): function
244 ReadUnicodeTable(unicode_dir+"/CaseFolding.txt", 4, DoLine)
270 ReadUnicodeTable(unicode_dir+"/Scripts.txt", 2, DoLine)
295 ReadUnicodeTable(unicode_dir+"/UnicodeData.txt", 15, DoLine)

Completed in 96 milliseconds