Home
last modified time | relevance | path

Searched refs:debugXPath (Results 1 – 3 of 3) sorted by relevance

/external/cldr/tools/java/org/unicode/cldr/icu/
DNewLdml2IcuConverter.java163 String debugXPath = options.get("xpath").getValue(); in processArgs() local
165 if (debugXPath != null) { in processArgs()
166 debugXPath = debugXPath.replaceAll("=([^\\]\"]++)\\]", "=\"$1\"\\]"); in processArgs()
236 localeMapper.setDebugXPath(debugXPath); in processArgs()
252 processSupplemental(type, debugXPath); in processArgs()
272 private void processSupplemental(Type type, String debugXPath) { in processSupplemental() argument
294 if (debugXPath != null) { in processSupplemental()
295 mapper.setDebugXPath(debugXPath); in processSupplemental()
DSupplementalMapper.java53 private String debugXPath; field in SupplementalMapper
483 public void setDebugXPath(String debugXPath) { in setDebugXPath() argument
484 this.debugXPath = debugXPath; in setDebugXPath()
492 return debugXPath == null ? false : xpath.startsWith(debugXPath); in isDebugXPath()
DLocaleMapper.java60 private String debugXPath; field in LocaleMapper
472 public void setDebugXPath(String debugXPath) { in setDebugXPath() argument
473 this.debugXPath = debugXPath; in setDebugXPath()
481 return debugXPath == null ? false : xpath.startsWith(debugXPath); in isDebugXPath()