Home
last modified time | relevance | path

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

/external/cldr/tools/java/org/unicode/cldr/tool/
DGenerateBirth.java252 final String previousString = previous == null ? "" : previous; in writeBirthValues() local
253 dataOut.writeUTF(previousString); in writeBirthValues()
254 if (previousString.isEmpty()) { in writeBirthValues()