Searched refs:DELIMS (Results 1 – 1 of 1) sorted by relevance
/aoo42x/main/l10ntools/source/filter/utils/ |
H A D | XMLHelper.java | 92 …private static final java.lang.String[] DELIMS = {" ", ",", ";", ".", ":", "-", "_", "#", "'", "+"… field in XMLHelper 511 if (d >= DELIMS.length) in convertListToXML() 513 if (sValue.length() < 1 && DELIMS[d].equals(" ")) in convertListToXML() 518 if (sValue.indexOf(DELIMS[d]) != -1) in convertListToXML() 537 sXML.append("<value "+XMLATTRIB_OOR_SEPARATOR+"=\""+DELIMS[d]+"\">"); in convertListToXML()
|
Completed in 21 milliseconds