Home
last modified time | relevance | path

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

/external/cldr/tools/cldr-unittest/src/org/unicode/cldr/unittest/
DTestPathsModule.java157 String draftValue = fullParts.findFirstAttributeValue("draft"); in test() local
158 if (draftValue != null) { in test()
159 if (draftValue.equals("unconfirmed") in test()
160 || draftValue.equals("provisional")) { in test()
/external/cldr/tools/java/org/unicode/cldr/tool/
DGenerateXMB.java508 String draftValue = xpathParts.getAttributeValue(-1, "draft"); in writeFile() local
509 if (!draftValue.equals("contributed")) { in writeFile()
510 reasonsToPaths.put(draftValue, path + "\t" + value); in writeFile()