Home
last modified time | relevance | path

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

/aosp_15_r20/external/cldr/tools/cldr-code/src/main/java/org/unicode/cldr/util/
H A DCLDRURLS.java195 final String hexid = (xpath == null) ? null : StringId.getHexId(xpath); in forXpath() local
206 public final String forXpathHexId(String locale, String hexid) { in forXpathHexId()
217 public final String forXpathHexId(CLDRLocale locale, String hexid) { in forXpathHexId()
229 public final String forXpathHexId(String locale, PathHeader.PageId page, String hexid) { in forXpathHexId()
240 public final String forXpathHexId(CLDRLocale locale, PathHeader.PageId page, String hexid) { in forXpathHexId()
271 Special special, CLDRLocale locale, PathHeader.PageId page, String hexid) { in forSpecial()
292 public String forSpecial(Special special, CLDRLocale locale, String page, String hexid) { in forSpecial()
317 public final void assertIsHexId(String hexid) throws IllegalArgumentException { in assertIsHexId()