Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/ets2panda/public/headers_parser/
H A Dtext_tools.py24 MAX_LEN = 10000000 variable
27 def find_first_not_restricted_character(restricted: str, data: str, pos: int = 0, pos_end: int = MAX_LEN) -> int:
45 def find_first_of_characters(characters: str, data: str, pos: int = 0, pos_end: int = MAX_LEN) -> int:
/arkcompiler/runtime_core/static_core/runtime/include/coretypes/
H A Dstring.h162 constexpr size_t MAX_LEN = std::numeric_limits<size_t>::max() / 2 - 1; in CopyDataRegionMUtf8() local
163 if (length > MAX_LEN) { in CopyDataRegionMUtf8()

Completed in 2 milliseconds