Searched refs:firstHalf (Results 1 – 2 of 2) sorted by relevance
207 macabfield **firstHalf = new macabfield *[halfLength]; in sortRecord() local210 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()
326 String firstHalf = returnString.substring(0, quotIndex); in checkForQuotationMarks() local328 returnString = firstHalf + "\'\'" + secondHalf; in checkForQuotationMarks()
Completed in 15 milliseconds