Home
last modified time | relevance | path

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

/external/cldr/tools/java/org/unicode/cldr/tool/
DGenerateBirth.java294 otherValue = fixNull(otherInfo.get1()); in writeBirth()
295 olderOtherValue = fixNull(otherInfo.get2()); in writeBirth()
298 String value = fixNull(info.get1()); in writeBirth()
299 String olderValue = fixNull(info.get2()); in writeBirth()
315 private String fixNull(String value) { in fixNull() method in GenerateBirth.Births