Searched refs:_UNICODE_DIR (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/re2/re2/
H A Dunicode.py12 _UNICODE_DIR = "http://www.unicode.org/Public/6.0.0/ucd" variable
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/
H A Dunicode.py12 _UNICODE_DIR = "http://www.unicode.org/Public/6.0.0/ucd" variable
219 def CaseGroups(unicode_dir=_UNICODE_DIR):
253 def Scripts(unicode_dir=_UNICODE_DIR):
274 def Categories(unicode_dir=_UNICODE_DIR):
/external/chromium_org/third_party/re2/re2/testing/
H A Dunicode_test.py15 _UNICODE_DIR = os.path.join(flags.FLAGS.test_srcdir, "google3", "third_party", variable
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)
/external/regex-re2/re2/testing/
H A Dunicode_test.py15 _UNICODE_DIR = os.path.join(flags.FLAGS.test_srcdir, "google3", "third_party", variable
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 244 milliseconds