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

  /external/regex-re2/re2/
unicode.py 12 _UNICODE_DIR = "http://www.unicode.org/Public/6.0.0/ucd"
219 def CaseGroups(unicode_dir=_UNICODE_DIR):
253 def Scripts(unicode_dir=_UNICODE_DIR):
274 def Categories(unicode_dir=_UNICODE_DIR):
  /external/regex-re2/re2/testing/
unicode_test.py 15 _UNICODE_DIR = os.path.join(flags.FLAGS.test_srcdir, "google3", "third_party",
147 self.groups = unicode.CaseGroups(unicode_dir=_UNICODE_DIR)
165 self.scripts = unicode.Scripts(unicode_dir=_UNICODE_DIR)
189 self.categories = unicode.Categories(unicode_dir=_UNICODE_DIR)

Completed in 126 milliseconds