Lines Matching defs:to

8  * particular file as subject to the "Classpath" exception as provided
18 * 2 along with this work; if not, write to the Free Software Foundation,
39 // Imports for using codebase URL to load class
55 // not legal in IDL. This allows us to treat a fully
150 // would be more efficient and easier to maintain...
163 // Anita4: convert to uppercase
267 * Used to convert ascii to hex.
289 // bug fix for 4328952; to eliminate possibility of overriding this
302 // To create a RepositoryID, use code similar to the following:
326 // fix where Attempting to obtain a FullValueDescription
469 // This method will return the classname from the typestring OR if the classname turns out to be
481 // This method calls getClazzFromType() and falls back to the repStrToClass
558 * Checks to see if the FullValueDescription should be retrieved.
574 // to avoid race condition where multiple threads could be
575 // accessing this method, and their access to the cache may
648 * @param ser The Java object to create a repository ID for
658 * @param clazz The Java class to create a repository ID for
718 * @param ser The Java object to create a repository ID for
746 * @param clz The Java class to create a repository ID for
773 * @param ser The IDL Value object to create a repository ID for
822 * @param type The type to create rep. id for
917 * Convert strings with ISO Latin 1 escape sequences back to original strings.
944 private static String delete(String str, int from, int to)
946 return str.substring(0, from) + str.substring(to, str.length());