Searched refs:aDoubleQuoteEnd (Results 1 – 1 of 1) sorted by relevance
466 OUString aDoubleQuoteEnd = in generateCode() local475 if (aDoubleQuoteStart.toChar() <= 127 && aDoubleQuoteEnd.toChar() > 127) in generateCode()478 if (aDoubleQuoteEnd.toChar() <= 127 && aDoubleQuoteStart.toChar() > 127) in generateCode()484 if (aDoubleQuoteStart.toChar() <= 127 && aDoubleQuoteEnd.toChar() <= 127) in generateCode()490 if (aDoubleQuoteStart == aDoubleQuoteEnd) in generateCode()498 if (aQuoteEnd == aDoubleQuoteEnd) in generateCode()545 switch (ic = aDoubleQuoteEnd.toChar()) in generateCode()557 "DoubleQuotationEnd may be wrong:", ic, OSTR( aDoubleQuoteEnd)); in generateCode()
Completed in 12 milliseconds