Searched defs:toUpperCase (Results 1 - 14 of 14) sorted by relevance

/forgerock/opendj-b2.6/src/server/org/opends/server/util/
H A DStaticUtils.java3058 public static String toUpperCase(String s) method in class:StaticUtils
3066 toUpperCase(s, buffer);
3084 public static void toUpperCase(String s, StringBuilder buffer) method in class:StaticUtils
3098 buffer.append(s.substring(i).toUpperCase());
3205 public static void toUpperCase(byte[] b, StringBuilder buffer, boolean trim) method in class:StaticUtils
3219 buffer.append(new String(b, i, (length-i), "UTF-8").toUpperCase());
3227 buffer.append(new String(b, i, (length - i)).toUpperCase());
/forgerock/opendj2/src/server/org/opends/server/util/
H A DStaticUtils.java3036 public static String toUpperCase(String s) method in class:StaticUtils
3044 toUpperCase(s, buffer);
3062 public static void toUpperCase(String s, StringBuilder buffer) method in class:StaticUtils
3076 buffer.append(s.substring(i).toUpperCase());
3183 public static void toUpperCase(byte[] b, StringBuilder buffer, boolean trim) method in class:StaticUtils
3197 buffer.append(new String(b, i, (length-i), "UTF-8").toUpperCase());
3205 buffer.append(new String(b, i, (length - i)).toUpperCase());
/forgerock/opendj2.6.2/src/server/org/opends/server/util/
H A DStaticUtils.java3058 public static String toUpperCase(String s) method in class:StaticUtils
3066 toUpperCase(s, buffer);
3084 public static void toUpperCase(String s, StringBuilder buffer) method in class:StaticUtils
3098 buffer.append(s.substring(i).toUpperCase());
3205 public static void toUpperCase(byte[] b, StringBuilder buffer, boolean trim) method in class:StaticUtils
3219 buffer.append(new String(b, i, (length-i), "UTF-8").toUpperCase());
3227 buffer.append(new String(b, i, (length - i)).toUpperCase());
/forgerock/opendj2-jel-hg/src/server/org/opends/server/util/
H A DStaticUtils.java3135 public static String toUpperCase(String s) method in class:StaticUtils
3143 toUpperCase(s, buffer);
3161 public static void toUpperCase(String s, StringBuilder buffer) method in class:StaticUtils
3175 buffer.append(s.substring(i).toUpperCase());
3282 public static void toUpperCase(byte[] b, StringBuilder buffer, boolean trim) method in class:StaticUtils
3296 buffer.append(new String(b, i, (length-i), "UTF-8").toUpperCase());
3304 buffer.append(new String(b, i, (length - i)).toUpperCase());
/forgerock/opendj2-hg/src/server/org/opends/server/util/
H A DStaticUtils.java3036 public static String toUpperCase(String s) method in class:StaticUtils
3044 toUpperCase(s, buffer);
3062 public static void toUpperCase(String s, StringBuilder buffer) method in class:StaticUtils
3076 buffer.append(s.substring(i).toUpperCase());
3183 public static void toUpperCase(byte[] b, StringBuilder buffer, boolean trim) method in class:StaticUtils
3197 buffer.append(new String(b, i, (length-i), "UTF-8").toUpperCase());
3205 buffer.append(new String(b, i, (length - i)).toUpperCase());
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/util/
H A DStaticUtils.java1694 public static String toUpperCase(String s) method in class:StaticUtils
1702 toUpperCase(s, buffer);
1720 public static void toUpperCase(String s, StringBuilder buffer) method in class:StaticUtils
1734 buffer.append(s.substring(i).toUpperCase());
1841 public static void toUpperCase(byte[] b, StringBuilder buffer, boolean trim) method in class:StaticUtils
1855 buffer.append(new String(b, i, (length-i), "UTF-8").toUpperCase());
1860 buffer.append(new String(b, i, (length - i)).toUpperCase());
/forgerock/opendj2/ext/xalan-j/
H A Dxalan.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/xalan/ org/apache/xalan/client/ ...
/forgerock/opendj-b2.6/ext/xalan-j/
H A Dxalan.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/xalan/ org/apache/xalan/client/ ...
/forgerock/opendj2.6.2/ext/xalan-j/
H A Dxalan.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/xalan/ org/apache/xalan/client/ ...
/forgerock/opendj2-jel-hg/ext/xalan-j/
H A Dxalan.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/xalan/ org/apache/xalan/client/ ...
/forgerock/opendj2-hg/ext/xalan-j/
H A Dxalan.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/xalan/ org/apache/xalan/client/ ...
/forgerock/opendj-v3/opendj-server-legacy/ext/xalan-j/
H A Dxalan.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/xalan/ org/apache/xalan/client/ ...
/forgerock/opendj-b2.6/resource/dsml/lib/
H A Djaxb-impl.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/sun/ com/sun/xml/ com/sun/xml/bind/ ...
/forgerock/opendj2-jel-hg/resource/dsml/lib/
H A Djaxb-impl.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/sun/ com/sun/xml/ com/sun/xml/bind/ ...

Completed in 103 milliseconds