int getStartOfV(String str, int start) { int len = getLenOfL(str, start); return start + (len + 1) * 2; }