Searched refs:catedStr (Results 1 – 2 of 2) sorted by relevance
/external/xmp_toolkit/XMPCore/src/com/adobe/xmp/impl/ |
D | XMPUtilsImpl.java | 170 String catedStr, PropertyOptions arrayOptions, boolean preserveCommas) in separateArrayItems() argument 175 if (catedStr == null) in separateArrayItems() 192 int endPos = catedStr.length(); in separateArrayItems() 199 ch = catedStr.charAt(itemStart); in separateArrayItems() 217 ch = catedStr.charAt(itemEnd); in separateArrayItems() 231 ch = catedStr.charAt(itemEnd + 1); in separateArrayItems() 244 itemValue = catedStr.substring(itemStart, itemEnd); in separateArrayItems() 261 ch = catedStr.charAt(itemEnd); in separateArrayItems() 280 nextChar = catedStr.charAt(itemEnd + 1); in separateArrayItems()
|
/external/xmp_toolkit/XMPCore/src/com/adobe/xmp/ |
D | XMPUtils.java | 84 String catedStr, PropertyOptions arrayOptions, boolean preserveCommas) in separateArrayItems() argument 87 XMPUtilsImpl.separateArrayItems(xmp, schemaNS, arrayName, catedStr, arrayOptions, in separateArrayItems()
|