Searched refs:gname (Results 1 – 2 of 2) sorted by relevance
1103 String gname = gsb.toString(); in appendExpandedReplacement() local1104 if (ASCII.isDigit(gname.charAt(0))) in appendExpandedReplacement()1106 "capturing group name {" + gname + in appendExpandedReplacement()1110 int groupIndex = nativeMatcher.getMatchedGroupIndex(gname); in appendExpandedReplacement()1113 "No group with name {" + gname + "}"); in appendExpandedReplacement()
1564 for (GeneralName gname : names.names()) { in makeAltNames()1565 GeneralNameInterface name = gname.getName(); in makeAltNames()