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

/external/lldb/source/Core/
H A DInputReader.cpp82 const char *white_space = " \t\n"; local
83 size_t pos = m_end_token.find_first_of (white_space);
/external/lldb/source/Interpreter/
H A DCommandInterpreter.cpp1130 std::string white_space (" \t\v");
1131 size_t start = command_string.find_first_not_of (white_space);
1139 end = command_string.find_first_of (white_space, start);
1168 start = command_string.find_first_not_of (white_space, end);
1817 std::string white_space (" \t\v");
1818 size_t pos = remainder.find_first_not_of (white_space);

Completed in 1813 milliseconds