Home
last modified time | relevance | path

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

/external/cldr/tools/java/org/unicode/cldr/tool/
DGenerateXMB.java254 String submittedValue = submitted.getStringValue(path); in compareFiles() local
255 if (contentMatcher != null && !contentMatcher.reset(submittedValue).matches()) { in compareFiles()
258 PathStatus pathStatus = shouldSkipPath(path, submittedValue); in compareFiles()
266 if (CharSequences.equals(submittedValue, trunkValue)) { in compareFiles()
291 …put.println(id + "\t" + ssquote(englishValue, false) + "\t" + ssquote(submittedValue, false) + "\t" in compareFiles()