Home
last modified time | relevance | path

Searched defs:openQuote (Results 1 – 1 of 1) sorted by relevance

/external/xmp_toolkit/XMPCore/src/com/adobe/xmp/impl/
DXMPUtilsImpl.java118 char openQuote = quotes.charAt(0); in catenateArrayItems() local
253 char openQuote = ch; in separateArrayItems() local
872 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()