Searched refs:whitespaceRegex (Results 1 – 3 of 3) sorted by relevance
26 val whitespaceRegex = """\s+""".toRegex() constant
23 import com.android.hoststubgen.whitespaceRegex in <lambda>()96 val fields = line.split(whitespaceRegex).toTypedArray() in createFilterFromTextPolicyFile()
162 const static std::regex whitespaceRegex("\\s+"); in execute_shell_command() local165 std::sregex_token_iterator(cmd.begin(), cmd.end(), whitespaceRegex, -1), in execute_shell_command()