Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/ets2panda/public/headers_parser/
H A Dparse_arguments.py33 rfind_first_not_restricted_character,
149 default_value_end = rfind_first_not_restricted_character("\n; ", arg, len(arg) - 1)
H A Dtext_tools.py34 def rfind_first_not_restricted_character(restricted: str, data: str, pos: int, pos_end: int = 0) -> int: function

Completed in 2 milliseconds