Home
last modified time | relevance | path

Searched refs:quotIndex (Results 1 – 1 of 1) sorted by relevance

/aoo4110/main/qadevOOo/runner/stats/
H A DSQLExecution.java324 int quotIndex = 0; in checkForQuotationMarks() local
325 while ((quotIndex = returnString.indexOf('\"')) != -1) { in checkForQuotationMarks()
326 String firstHalf = returnString.substring(0, quotIndex); in checkForQuotationMarks()
327 String secondHalf = returnString.substring(quotIndex+1); in checkForQuotationMarks()

Completed in 9 milliseconds