OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CaseGroups
(Results
1 - 3
of
3
) sorted by null
/external/regex-re2/re2/
make_unicode_casefold.py
111
lowergroups,
casegroups
= unicode.
CaseGroups
()
114
for c in
casegroups
:
119
raise unicode.Error("bad
casegroups
%d -> %d" % (c[i-1], c[i]))
132
print "// %d groups, %d pairs, %d ranges" % (len(
casegroups
), len(foldpairs), len(foldranges))
unicode.py
219
def
CaseGroups
(unicode_dir=_UNICODE_DIR):
/external/regex-re2/re2/testing/
unicode_test.py
136
"""Test the
CaseGroups
function (and the CaseFoldingReader)."""
147
self.groups = unicode.
CaseGroups
(unicode_dir=_UNICODE_DIR)
Completed in 81 milliseconds