Home
last modified time | relevance | path

Searched refs:upper_char (Results 1 - 2 of 2) sorted by relevance

/third_party/python/Lib/test/
H A Dtest_re.py1566 upper_char = '\u1ea0' # Latin Capital Letter A with Dot Below
1569 p = re.compile('.' + upper_char, re.I | re.S)
1574 q = p.match('\n' + upper_char)
1577 p = re.compile('(?i).' + upper_char, re.S)
1582 q = p.match('\n' + upper_char)
1585 p = re.compile('(?is).' + upper_char)
1590 q = p.match('\n' + upper_char)
1593 p = re.compile('(?s)(?i).' + upper_char)
1598 q = p.match('\n' + upper_char)
1601 self.assertTrue(re.match('(?ix) ' + upper_char, lower_cha
[all...]
/third_party/protobuf/ruby/ext/google/protobuf_c/
H A Dupb.c13201 char upper_char = toupper(*str); in repeated_str_fieldmask() local
13202 CHK(putstr(closure, handler_data, &upper_char, 1, handle)); in repeated_str_fieldmask()

Completed in 23 milliseconds