Home
last modified time | relevance | path

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

/external/cldr/tools/java/org/unicode/cldr/tool/
DGenerateXMB.java291 …output.println(id + "\t" + ssquote(englishValue, false) + "\t" + ssquote(submittedValue, false) + … in compareFiles()
292 + ssquote(trunkValue, true) + "\t" + description); in compareFiles()
334 private static String ssquote(String englishValue, boolean showRemoved) { in ssquote() method in GenerateXMB