Home
last modified time | relevance | path

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

/external/cldr/tools/java/org/unicode/cldr/icu/
DSupplementalMapper.java53 private String debugXPath; field in SupplementalMapper
483 public void setDebugXPath(String debugXPath) { in setDebugXPath()
DLocaleMapper.java60 private String debugXPath; field in LocaleMapper
472 public void setDebugXPath(String debugXPath) { in setDebugXPath()
DNewLdml2IcuConverter.java163 String debugXPath = options.get("xpath").getValue(); in processArgs() local
272 private void processSupplemental(Type type, String debugXPath) { in processSupplemental()