Lines Matching full:substr
641 StringPiece key = current_path.substr(0, delimiter_position);
650 current_path = current_path.substr(delimiter_position + 1);
726 current_path.substr(0, delimiter_position), &child_dictionary)) {
731 current_path = current_path.substr(delimiter_position + 1);
975 if (!GetDictionary(current_path.substr(0, delimiter_position),
978 current_path = current_path.substr(delimiter_position + 1);
1007 StringPiece subdict_path = path.substr(0, delimiter_position);
1011 result = subdict->RemovePath(path.substr(delimiter_position + 1),