Searched refs:allowCommas (Results 1 – 2 of 2) sorted by relevance
/external/xmp_toolkit/XMPCore/src/com/adobe/xmp/ |
D | XMPUtils.java | 58 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/ |
D | XMPUtilsImpl.java | 84 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()
|