Home
last modified time | relevance | path

Searched refs:rfind_first_of_characters (Results 1 - 3 of 3) sorted by relevance

/arkcompiler/ets_frontend/ets2panda/public/headers_parser/
H A Dparse_arguments.py35 rfind_first_of_characters,
162 name_start = rfind_first_of_characters(" *&>)}", arg, len(arg) - 1)
H A Dparse_method.py22 rfind_first_of_characters,
99 start_of_function_name = rfind_first_of_characters(" *&", data, start_of_args - 1) + 1
H A Dtext_tools.py52 def rfind_first_of_characters(characters: str, data: str, pos: int, pos_end: int = 0) -> int: function

Completed in 1 milliseconds