OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:openQuote
(Results
1 - 2
of
2
) sorted by null
/external/xmp_toolkit/XMPCore/src/com/adobe/xmp/impl/
XMPUtilsImpl.java
118
char
openQuote
= quotes.charAt(0);
119
char closeQuote = checkQuotes(quotes,
openQuote
);
133
String str = applyQuotes(currItem.getValue(),
openQuote
, closeQuote, allowCommas);
253
char
openQuote
= ch;
254
char closeQuote = getClosingQuote(
openQuote
);
264
if (charKind != UCK_QUOTE || !isSurroundingQuote(ch,
openQuote
, closeQuote))
296
else if (!isClosingingQuote(ch,
openQuote
, closeQuote))
867
* @param
openQuote
872
private static char checkQuotes(String quotes, char
openQuote
) throws XMPException
876
int charKind = classifyCharacter(
openQuote
);
[
all
...]
/external/guice/extensions/persist/lib/
hibernate3.jar
Completed in 483 milliseconds