Searched refs:delims (Results 1 – 2 of 2) sorted by relevance
168 const std::string delims = "OK\r\n"; in adb_send_emulator_command() local171 const size_t result = emulator_output.find(delims, found); in adb_send_emulator_command()175 found = result + delims.size(); in adb_send_emulator_command()
6776 Landroid/icu/util/StringTokenizer;->delims:[Z