Home
last modified time | relevance | path

Searched refs:getAttributesString (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/cldr/tools/cldr-code/src/main/java/org/unicode/cldr/util/
H A DPathStarrer.java77 public String getAttributesString(String separator) { in getAttributesString() method in PathStarrer
/aosp_15_r20/external/cldr/tools/cldr-code/src/test/java/org/unicode/cldr/unittest/
H A DTestAlt.java62 String attrs = pathStarrer.getAttributesString("|"); in testValues()