HomeSort by relevance Sort by last modified time
    Searched defs:closeQuote (Results 1 - 2 of 2) sorted by null

  /external/xmp_toolkit/XMPCore/src/com/adobe/xmp/impl/
XMPUtilsImpl.java 119 char closeQuote = checkQuotes(quotes, openQuote);
133 String str = applyQuotes(currItem.getValue(), openQuote, closeQuote, allowCommas);
254 char closeQuote = getClosingQuote(openQuote);
264 if (charKind != UCK_QUOTE || !isSurroundingQuote(ch, openQuote, closeQuote))
296 else if (!isClosingingQuote(ch, openQuote, closeQuote))
874 char closeQuote;
884 closeQuote = openQuote;
888 closeQuote = quotes.charAt(1);
889 charKind = classifyCharacter(closeQuote);
896 if (closeQuote != getClosingQuote(openQuote)
    [all...]
  /external/guice/extensions/persist/lib/
hibernate3.jar 

Completed in 610 milliseconds