Searched refs:quoteStart (Results 1 – 1 of 1) sorted by relevance
115 final int quoteStart = pos; in tokenize() local134 final String tokenUnquoted = sql.substring(quoteStart + 1, quoteEnd); in tokenize()155 final int quoteStart = pos; in tokenize() local165 final String token = sql.substring(quoteStart + 1, quoteEnd); in tokenize()