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

/external/chromium_org/third_party/re2/re2/
H A Dunicode.py26 def _UInt(s): function
65 return [_UInt(a[0])]
67 lo = _UInt(a[0])
68 hi = _UInt(a[1])
241 lower = _UInt(lower)
/external/regex-re2/re2/
H A Dunicode.py26 def _UInt(s): function
65 return [_UInt(a[0])]
67 lo = _UInt(a[0])
68 hi = _UInt(a[1])
241 lower = _UInt(lower)

Completed in 616 milliseconds