Home | History | Annotate | Download | only in serializer

Lines Matching defs:PKG_NAME

59     public static final String PKG_NAME;
73 PKG_NAME = "";
75 PKG_NAME = fullyQualifiedName.substring(0, lastDot);
79 for (int i = 0; i < PKG_NAME.length(); i++) {
80 char ch = PKG_NAME.charAt(i);