Home | History | Annotate | Download | only in util

Lines Matching defs:toLegacyType

3321      * @see #toLegacyType(String, String)
3372 * <code>toLegacyType("Foo", "Bar")</code> returns "bar",
3373 * <code>toLegacyType("vt", "00A4")</code> returns "00a4".
3386 public static String toLegacyType(String keyword, String value) {
3387 String legacyType = KeyTypeData.toLegacyType(keyword, value, null, null);
3748 String ltype = toLegacyType(bcpKey, ((bcpType.length() == 0) ? "yes" : bcpType)); // use "yes" as the value of typeless keywords
4086 kwVal = toLegacyType(kwKey, ((kwVal.length() == 0) ? "yes" : kwVal));