Searched refs:PathTransformSpec (Results 1 – 1 of 1) sorted by relevance
350 public static class PathTransformSpec { class in LdmlConvertRules354 PathTransformSpec(String patternStr, String replacement) { in PathTransformSpec() method in LdmlConvertRules.PathTransformSpec367 public static final PathTransformSpec PATH_TRANSFORMATIONS[] = {370 new PathTransformSpec(372 new PathTransformSpec("(.*ldml/exemplarCharacters)(.*)$", "$1/standard$2"),375 …new PathTransformSpec("(.*/identity/version\\[@number=\"([^\"]*)\")(\\])", "$1" + "\\]\\[@cldrVers…378 …new PathTransformSpec("(.*/version\\[@number=\"([^\"]*)\")(\\])\\[@unicodeVersion=\"([^\"]*\")(\\]…382 …new PathTransformSpec("(.*/language\\[@type=\"[a-z]{2,3})_([^\"]*\"\\](\\[@alt=\"short\"])?)", "$1…385 new PathTransformSpec("(.*/ellipsis)\\[@type=\"([^\"]*)\"\\](.*)$",389 new PathTransformSpec([all …]