Home
last modified time | relevance | path

Searched refs:LDMLConstants (Results 1 – 9 of 9) sorted by relevance

/external/cldr/tools/java/org/unicode/cldr/util/
DLDMLUtilities.java39 import org.unicode.cldr.icu.LDMLConstants;
243 String lang = LDMLUtilities.getAttributeValue(ln, LDMLConstants.TYPE); in getLocaleName()
250 String script = LDMLUtilities.getAttributeValue(sn, LDMLConstants.TYPE); in getLocaleName()
257 String terr = LDMLUtilities.getAttributeValue(tn, LDMLConstants.TYPE); in getLocaleName()
264 String variant = LDMLUtilities.getAttributeValue(vn, LDMLConstants.TYPE); in getLocaleName()
310 String source = getAttributeValue(alias, LDMLConstants.SOURCE); in convertXPath2ICU()
311 String xpath = getAttributeValue(alias, LDMLConstants.PATH); in convertXPath2ICU()
325 if (source.equals(LDMLConstants.LOCALE)) { in convertXPath2ICU()
364 if (source.equals(LDMLConstants.LOCALE)) { in convertXPath2ICU()
424 if (token.indexOf(LDMLConstants.LDN) > -1) { in getICUEquivalent()
[all …]
DPathUtilities.java6 import org.unicode.cldr.icu.LDMLConstants;
18 public static final String LOCALEDISPLAYNAMES_ITEMS[] = { LDMLConstants.LANGUAGES,
19LDMLConstants.SCRIPTS, LDMLConstants.TERRITORIES, LDMLConstants.VARIANTS, LDMLConstants.KEYS,
20 LDMLConstants.TYPES, PathUtilities.CURRENCIES, PathUtilities.TIMEZONES,
25 + LDMLConstants.LOCALEDISPLAYPATTERN;
26 public static final String NUMBERSCURRENCIES = LDMLConstants.NUMBERS + "/"
45 theMenu = LDMLConstants.LOCALEDISPLAYPATTERN; in xpathToMenu()
59 theMenu = LDMLConstants.LOCALEDISPLAYPATTERN; in xpathToMenu()
71 …} else if (path.startsWith("//ldml/" + LDMLConstants.CHARACTERS + "/" + LDMLConstants.EXEMPLAR_CHA… in xpathToMenu()
72 theMenu = LDMLConstants.CHARACTERS; in xpathToMenu()
[all …]
/external/cldr/tools/java/org/unicode/cldr/ant/
DCLDRConverterTool.java12 import org.unicode.cldr.icu.LDMLConstants;
198 String draftVal = attr.get(LDMLConstants.DRAFT); in computeConvertibleXPaths()
199 String altVal = attr.get(LDMLConstants.ALT); in computeConvertibleXPaths()
249 String draftVal = attr.get(LDMLConstants.DRAFT); in computeConvertibleXPaths()
309 String draftVal = attr.get(LDMLConstants.DRAFT); in computeConvertibleXPaths()
310 String altVal = attr.get(LDMLConstants.ALT); in computeConvertibleXPaths()
383 String draftVal = attr.get(LDMLConstants.DRAFT); in computeConvertibleXPaths()
384 String altVal = attr.get(LDMLConstants.ALT); in computeConvertibleXPaths()
404 altVal = nattr.get(LDMLConstants.ALT); in computeConvertibleXPaths()
406 draftVal = nattr.get(LDMLConstants.DRAFT); in computeConvertibleXPaths()
/external/cldr/tools/java/org/unicode/cldr/tool/
DGenerateLanguageData.java10 import org.unicode.cldr.icu.LDMLConstants;
43 .addElement(LDMLConstants.LDML) in main()
44 .addElement(LDMLConstants.LDN) in main()
45 .addElement(LDMLConstants.LANGUAGES) in main()
46 .addElement(LDMLConstants.LANGUAGE); in main()
48 xpp.setAttribute(-1, LDMLConstants.DRAFT, DraftStatus.unconfirmed.toString()); in main()
61 xpp.setAttribute(-1, LDMLConstants.TYPE, languageCode); in main()
DGenerateDecompCollationRules.java11 import org.unicode.cldr.icu.LDMLConstants;
158 .addElements(LDMLConstants.LDML, in main()
159 LDMLConstants.COLLATIONS, in main()
160 LDMLConstants.COLLATION, in main()
/external/cldr/tools/java/org/unicode/cldr/icu/
DFixEras.java111 Node[] nodes = LDMLUtilities.getElementsByTagName(doc, LDMLConstants.ERA); in fixEras()
115 Node type = attr.getNamedItem(LDMLConstants.TYPE); in fixEras()
DLDMLComparator.java999 … referenceUrl = LDMLUtilities.getAttributeValue(childOfSource, LDMLConstants.REFERENCES); in extractMergeData()
1006 String alt = LDMLUtilities.getAttributeValue(childOfSource, LDMLConstants.ALT); in extractMergeData()
1008 if (alt.equals(LDMLConstants.PROPOSED)) { in extractMergeData()
1025 … String type = LDMLUtilities.getAttributeValue(childOfSource, LDMLConstants.TYPE); in extractMergeData()
DCheckIBMCoverage.java287 …String validSubLocales = LDMLUtilities.getAttributeValue(collation, LDMLConstants.VALID_SUBLOCALE); in processFile()
DLDMLConstants.java12 public class LDMLConstants { class