Home
last modified time | relevance | path

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

/aoo41x/main/connectivity/source/drivers/macab/
H A DMacabHeader.cxx207 macabfield **firstHalf = new macabfield *[halfLength]; in sortRecord() local
210 firstHalf = sortRecord(_start, halfLength); in sortRecord()
214 if(compareFields(firstHalf[fp],lastHalf[lp]) < 0) in sortRecord()
216 sorted[i] = firstHalf[fp++]; in sortRecord()
233 sorted[i] = firstHalf[fp++]; in sortRecord()
/aoo41x/main/qadevOOo/runner/stats/
H A DSQLExecution.java326 String firstHalf = returnString.substring(0, quotIndex); in checkForQuotationMarks() local
328 returnString = firstHalf + "\'\'" + secondHalf; in checkForQuotationMarks()

Completed in 14 milliseconds