Searched refs:newPrefix (Results 1 – 7 of 7) sorted by relevance
35 private final String newPrefix; field in ModifyQualifiedNames37 public ModifyQualifiedNames(String oldPrefix, String newPrefix) { in ModifyQualifiedNames() argument39 this.newPrefix = newPrefix; in ModifyQualifiedNames()52 String newQualifierString = newPrefix + fullyQualifiedName in process()68 ", newPrefix='" + newPrefix + '\'' + in toString()
139 String newPrefix = null; in buildFilter() local147 if (newPrefix == null || in buildFilter()148 !name.startsWith(newPrefix)) in buildFilter()153 newPrefix = prefixIndex >= 0 ? in buildFilter()157 buildFilter(newPrefix, in buildFilter()
202 newPrefix = qname[6:]204 newPrefix = None205 newPrefixes.append(newPrefix)207 newPrefix,value)219 for newPrefix in newPrefixes:220 self._cont_handler.endPrefixMapping(newPrefix)
43 String newPrefix = fullyQualify(makeUnique(actualName)); in withSubScope() local44 return new NameScope(newPrefix, null, null); in withSubScope()
182 String newPrefix = s.substring(0, s.indexOf('-')); in showCodes() local183 if (last.equals(newPrefix)) { in showCodes()189 last = newPrefix; in showCodes()
489 … String newPrefix = zone_country.get(zone); // english.getName("tzid", zone_country.get(zone), in writeZonePrettyPath() local491 if (newPrefix.equals("001")) { in writeZonePrettyPath()492 newPrefix = "ZZ"; in writeZonePrettyPath()494 parts[0] = newPrefix; in writeZonePrettyPath()
9154 TString newPrefix; in pushNamespace() local9156 newPrefix = currentTypePrefix.back(); in pushNamespace()9157 newPrefix.append(typeName); in pushNamespace()9158 newPrefix.append(scopeMangler); in pushNamespace()9159 currentTypePrefix.push_back(newPrefix); in pushNamespace()