Home | History | Annotate | Download | only in generator

Lines Matching full:regex

184     """Split the passed in word by the regex used to pick TPM algorithms.
186 The TPM algorithm regex is used all over the spec in situations where
195 and the part after the letters included in the algorithm regex.
203 In some cases there is no regex suffix present, only the !ALG string, as
348 for regex, func in self.TABLE_ROUTER:
349 if regex.search(self._title):
445 """Process a token as an algorithm regex.
450 In case the encoded algorithm regex matches, the function splits the token
455 token: a string, potentially including the algorithm regex.
458 in case the regex matched returns a tri-tuple of two strings (prefix and
465 # The token matched the algorithm regex, Find out prefix and suffix to
466 # be used on the generated type names, and the algorithm regex suffix to
505 # The field is described using the algorithm regex. The above comment