Searched defs:spacing (Results 1 - 6 of 6) sorted by relevance

/forgerock/opendj2/src/quicksetup/org/opends/quicksetup/util/
H A DUtils.java1714 * @param from the first index to start the spacing from.
1715 * @param spacing the minimal spacing between word breaks.
1718 public static String addWordBreaks(String htmlString, int from, int spacing) argument
1741 if ((addedChars > spacing) && (totalAddedChars > from) && !insideTag)
/forgerock/opendj-b2.6/src/quicksetup/org/opends/quicksetup/util/
H A DUtils.java1715 * @param from the first index to start the spacing from.
1716 * @param spacing the minimal spacing between word breaks.
1719 public static String addWordBreaks(String htmlString, int from, int spacing) argument
1742 if ((addedChars > spacing) && (totalAddedChars > from) && !insideTag)
/forgerock/opendj2.6.2/src/quicksetup/org/opends/quicksetup/util/
H A DUtils.java1715 * @param from the first index to start the spacing from.
1716 * @param spacing the minimal spacing between word breaks.
1719 public static String addWordBreaks(String htmlString, int from, int spacing) argument
1742 if ((addedChars > spacing) && (totalAddedChars > from) && !insideTag)
/forgerock/opendj2-hg/src/quicksetup/org/opends/quicksetup/util/
H A DUtils.java1714 * @param from the first index to start the spacing from.
1715 * @param spacing the minimal spacing between word breaks.
1718 public static String addWordBreaks(String htmlString, int from, int spacing) argument
1741 if ((addedChars > spacing) && (totalAddedChars > from) && !insideTag)
/forgerock/opendj2-jel-hg/src/quicksetup/org/opends/quicksetup/util/
H A DUtils.java1620 * @param from the first index to start the spacing from.
1621 * @param spacing the minimal spacing between word breaks.
1624 public static String addWordBreaks(String htmlString, int from, int spacing) argument
1647 if ((addedChars > spacing) && (totalAddedChars > from) && !insideTag)
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/quicksetup/util/
H A DUtils.java1413 * the first index to start the spacing from.
1414 * @param spacing
1415 * the minimal spacing between word breaks.
1418 public static String addWordBreaks(String htmlString, int from, int spacing) argument
1441 if (addedChars > spacing && totalAddedChars > from && !insideTag)

Completed in 62 milliseconds