Searched defs:openQuote (Results 1 – 1 of 1) sorted by relevance
118 char openQuote = quotes.charAt(0); in catenateArrayItems() local253 char openQuote = ch; in separateArrayItems() local872 private static char checkQuotes(String quotes, char openQuote) throws XMPException in checkQuotes()948 private static char getClosingQuote(char openQuote) in getClosingQuote()1003 private static String applyQuotes(String item, char openQuote, char closeQuote, in applyQuotes()1106 private static boolean isSurroundingQuote(char ch, char openQuote, char closeQuote) in isSurroundingQuote()1118 private static boolean isClosingingQuote(char ch, char openQuote, char closeQuote) in isClosingingQuote()