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

/external/chromium_org/third_party/gtk+/gtk/
H A Dcompose-parse.py13 from re import findall, match, split, sub namespace
422 if findall('^combining_', ks):
515 raw_sequence = findall('\w+', seq)
736 if findall('Multi_key', "".join(item[:-1])) != []:

Completed in 238 milliseconds