Home
last modified time | relevance | path

Searched refs:getHexId (Results 1 – 4 of 4) sorted by relevance

/external/cldr/tools/java/org/unicode/cldr/util/
DCLDRURLS.java87 final String hexid = (xpath == null) ? null : StringId.getHexId(xpath); in forXpath()
238 …return forSpecial(Special.Survey, locale, pathHeader.getPageId(), StringId.getHexId(pathHeader.get… in forPathHeader()
DStringId.java74 public static String getHexId(CharSequence string) { in getHexId() method in StringId
DPathHeader.java1891 return trimLast(baseUrl) + "v#/" + locale + "//" + StringId.getHexId(path);
/external/cldr/tools/java/org/unicode/cldr/tool/
DCLDRModify.java158 return exactMatch.equals(StringId.getHexId(other)); in matches()
179 StringId.getHexId(eachPath); in getPath()