Home
last modified time | relevance | path

Searched refs:allowCommas (Results 1 – 2 of 2) sorted by relevance

/external/xmp_toolkit/XMPCore/src/com/adobe/xmp/
DXMPUtils.java58 String separator, String quotes, boolean allowCommas) throws XMPException in catenateArrayItems() argument
61 .catenateArrayItems(xmp, schemaNS, arrayName, separator, quotes, allowCommas); in catenateArrayItems()
/external/xmp_toolkit/XMPCore/src/com/adobe/xmp/impl/
DXMPUtilsImpl.java84 String separator, String quotes, boolean allowCommas) throws XMPException in catenateArrayItems() argument
133 String str = applyQuotes(currItem.getValue(), openQuote, closeQuote, allowCommas); in catenateArrayItems()
1004 boolean allowCommas) in applyQuotes() argument
1051 || (charKind == UCK_COMMA && !allowCommas)) in applyQuotes()